Skip to content

Commit

Permalink
g3proxy version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed May 15, 2024
1 parent 62f3790 commit 2a1b3ad
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

9 changes: 9 additions & 0 deletions g3proxy/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

v1.9.1:
- BUG FIX: fix panic in stream interception code caused by idle client connections
- BUG FIX: fix the handle of h1 trailer headers
- BUG FIX: do graceful shutdown for h2 connections when upstream closed
- Optimization: close h1 interception client connection early when upstream closed
- Feature: all tls usage field to tls cert generator helper protocol
- Feature: support interception for tlcp protocol
- Feature: add ip_locate helper protocol and rewrite route_geoip escaper

v1.9.0:
- BUG FIX: fix sending of upstream error CONNECT and upgrade response body
- Feature: add divert_tcp escaper to redirect streams to another server
Expand Down
4 changes: 2 additions & 2 deletions g3proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "g3proxy"
version = "1.9.0"
version = "1.9.1"
license.workspace = true
edition.workspace = true
rust-version = "1.75.0"
Expand Down Expand Up @@ -104,7 +104,7 @@ lua54 = ["lua", "mlua/lua54"]
python = ["pyo3"]
c-ares = ["g3-resolver/c-ares"]
hickory = ["g3-resolver/hickory"]
quic = ["g3-types/quinn", "g3-daemon/quic", "g3-resolver/quic", "dep:quinn"]
quic = ["g3-daemon/quic", "g3-resolver/quic", "g3-types/quinn", "dep:quinn"]
vendored-openssl = ["openssl/vendored", "openssl-probe"]
vendored-tongsuo = ["openssl/tongsuo", "openssl-probe", "g3-yaml/tongsuo", "g3-json/tongsuo", "g3-tls-cert/tongsuo"]
vendored-aws-lc = ["openssl/aws-lc", "openssl-probe", "g3-types/aws-lc", "g3-tls-cert/aws-lc", "g3-openssl/aws-lc"]
Expand Down
4 changes: 2 additions & 2 deletions g3proxy/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
g3proxy (1.9.0-1) UNRELEASED; urgency=medium
g3proxy (1.9.1-1) UNRELEASED; urgency=medium

* New upstream release.

-- G3proxy Maintainers <[email protected]> Fri, 19 Apr 2024 17:37:16 +0800
-- G3proxy Maintainers <[email protected]> Wed, 15 May 2024 14:04:41 +0800
4 changes: 2 additions & 2 deletions g3proxy/g3proxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%define build_profile release-lto

Name: g3proxy
Version: 1.9.0
Version: 1.9.1
Release: 1%{?dist}
Summary: Generic proxy for G3 Project

Expand Down Expand Up @@ -69,5 +69,5 @@ install -m 644 -D %{name}/service/[email protected] %{buildroot}/lib/systemd/syst


%changelog
* Fri Apr 19 2024 G3proxy Maintainers <[email protected]> - 1.9.0-1
* Wed May 15 2024 G3proxy Maintainers <[email protected]> - 1.9.1-1
- New upstream release

0 comments on commit 2a1b3ad

Please sign in to comment.