Skip to content

Commit

Permalink
chore: version 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Oct 13, 2024
1 parent a188704 commit bcb5ef4
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 21 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.8.8](https://github.com/vicanso/pingap/compare/v0.8.8..0.8.8) - 2024-10-13

### ⛰️ Features

- Support more infomations for stats - ([ec74050](https://github.com/vicanso/pingap/commit/ec74050f5ee59016a3ea2c9fab99598aa5751ce6))

### 🧪 Testing

- Fix test - ([acda41e](https://github.com/vicanso/pingap/commit/acda41e40772859f9acc00eb85f1d7b5578d6ac0))

### ⚙️ Miscellaneous Tasks

- Update components - ([746294e](https://github.com/vicanso/pingap/commit/746294e32be82b149071e51bc4465f4bb3de9daa))

## [0.8.7](https://github.com/vicanso/pingap/compare/v0.8.1..0.8.7) - 2024-09-29

### ⛰️ Features
Expand Down
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pingap"
version = "0.8.7"
version = "0.8.8"
authors = ["Tree Xie <[email protected]>"]
edition = "2021"
categories = ["network-programming", "web-programming::http-server"]
Expand Down Expand Up @@ -74,7 +74,7 @@ opentelemetry_sdk = { version = "0.24.1", features = [
"rt-tokio",
], default-features = false }
path-absolutize = "3.1.1"
pingora = { git = "https://github.com/cloudflare/pingora", rev = "9921fe422274ced5ef14eb582d63529859fed441", default-features = false, features = [
pingora = { git = "https://github.com/cloudflare/pingora", rev = "51516839f7155dd74d5cf93006ec1df9ea126b11", default-features = false, features = [
# pingora = { version = "0.3.0", default-features = false, features = [
"lb",
"openssl",
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ hooks:
cp hooks/* .git/hooks/

version:
git cliff --unreleased --tag 0.8.7 --prepend CHANGELOG.md
git cliff --unreleased --tag 0.8.8 --prepend CHANGELOG.md
2 changes: 1 addition & 1 deletion src/proxy/dynamic_certificate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use ahash::AHashMap;
use arc_swap::ArcSwap;
use async_trait::async_trait;
use once_cell::sync::Lazy;
use pingora::listeners::TlsSettings;
use pingora::listeners::tls::TlsSettings;
use pingora::tls::ext;
use pingora::tls::pkey::{PKey, Private};
use pingora::tls::ssl::{NameType, SslRef};
Expand Down

0 comments on commit bcb5ef4

Please sign in to comment.