Skip to content

Commit

Permalink
g3proxy version 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-jq-b committed Dec 16, 2024
1 parent a8104c1 commit 14dd0a4
Show file tree
Hide file tree
Showing 6 changed files with 14 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.

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

v1.11.1:
- Feature: retry HTTP connection if upstream close connection without any data in HTTP proxy/rproxy server
- Feature: add idle-timeout config option to connection pool
- Feature: add more tcp connect and tls handshake metrics in escaper
- Optimization: allow to use 0 idle connections in icap connection pool
- Optimization: use more detailed error message for OpenSSL stream

v1.11.0:
- Feature: add 'insecure' config option to OpenSSL Client config to skip cert verification
- Feature: add more runtime metrics
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.11.0"
version = "1.11.1"
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.11.0-1) UNRELEASED; urgency=medium
g3proxy (1.11.1-1) UNRELEASED; urgency=medium

* New upstream release.

-- G3proxy Maintainers <[email protected]> Mon, 02 Dec 2024 11:14:39 +0800
-- G3proxy Maintainers <[email protected]> Mon, 16 Dec 2024 15:32:30 +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.11.0
Version: 1.11.1
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
* Mon Dec 02 2024 G3proxy Maintainers <[email protected]> - 1.11.0-1
* Mon Dec 16 2024 G3proxy Maintainers <[email protected]> - 1.11.1-1
- New upstream release
2 changes: 1 addition & 1 deletion sphinx/g3proxy/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = 'g3proxy'
copyright = '2024, Zhang Jingqiang'
author = 'Zhang Jingqiang'
release = '1.11.0'
release = '1.11.1'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down

0 comments on commit 14dd0a4

Please sign in to comment.