Skip to content

Commit

Permalink
g3proxy version 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Oct 16, 2024
1 parent 6297881 commit 9cacf32
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 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.

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

v1.9.9:
- BUG FIX: fix the check of H2 Extended CONNECT protocol
- BUG FIX: fix the set of session cache for TLS interception client
- Feature: allow to set max/min_tls_version in tls client config
- Feature: allow to set quic transport config
- Feature: support ICAP over TLS
- Feature: support TLS port in front of socks server
- Feature: add new Socks5 over TLS escaper support
- Feature: allow to select auditor in comply_audit escaper
- Feature: allow to bind to interface in various escapers
- Feature: allow to set protocol inspect policy based on domain rules
- Feature: send HTTP Upgrade header via ICAP request header X-HTTP-Upgrade
- Optimization: cache resolved IP address in UDP ASSOCIATE task
- Optimization: be compatible with more bad socks5 server implementations
- Optimization: echo empty ip in UDP ASSOCIATE reply when needed in socks server
- Optimization: support fragmented TLS ClientHello record in SNI proxy server
- Optimization: treat HTTP Trailer header as end-to-end

v1.9.8:
- BUG FIX: fix panic when build socks5 UDP header with domain address
- BUG FIX: fix possible panic when reading H2 stream
Expand Down
2 changes: 1 addition & 1 deletion g3proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "g3proxy"
version = "1.9.8"
version = "1.9.9"
license.workspace = true
edition.workspace = true
rust-version = "1.80.0"
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.8-1) UNRELEASED; urgency=medium
g3proxy (1.9.9-1) UNRELEASED; urgency=medium

* New upstream release.

-- G3proxy Maintainers <[email protected]> Thu, 29 Aug 2024 15:36:52 +0800
-- G3proxy Maintainers <[email protected]> Wed, 16 Oct 2024 17:03:54 +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.8
Version: 1.9.9
Release: 1%{?dist}
Summary: Generic proxy for G3 Project

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


%changelog
* Thu Aug 29 2024 G3proxy Maintainers <[email protected]> - 1.9.8-1
* Wed Oct 16 2024 G3proxy Maintainers <[email protected]> - 1.9.9-1
- New upstream release

0 comments on commit 9cacf32

Please sign in to comment.