From d88dfb9a006c90e50897cb1dde17d422b56afd77 Mon Sep 17 00:00:00 2001 From: clarinette9 Date: Fri, 21 Oct 2022 10:27:55 +0800 Subject: [PATCH 1/3] update v1.6.0 changelog Signed-off-by: clarinette9 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c6e31d..df226a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.6.0] - 2022-01-11 + ## [v1.5.0] - 2022-01-11 ### Added From a9fb32bd41f6bbaed845ea4ecc2ac9fa4e053723 Mon Sep 17 00:00:00 2001 From: clarinette9 Date: Fri, 21 Oct 2022 14:57:11 +0800 Subject: [PATCH 2/3] update changelog and version file Signed-off-by: clarinette9 --- CHANGELOG.md | 22 +++++++++++++++++++++- VERSION | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df226a57..65f44bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v1.6.0] - 2022-01-11 +## [v1.6.0] - 2022-10-21 + +### Added + +- Allow user to disable monitor port ([Issue #936](https://github.com/bfenetworks/bfe/issues/936)) +- Support HTTP2 fingerprint ([Issue #1071](https://github.com/bfenetworks/bfe/issues/1071)) +- Documents optimization + +### Changed + +- Optimize idle connection handling ([Pull #1044](https://github.com/bfenetworks/bfe/pull/1044)) +- Performance optimize in smooth least connection balancing algorithm([Pull#1062](https://github.com/bfenetworks/bfe/pull/1062)) +- Miscellaneous golang dependency updates +- Miscellaneous improvements in makefile and other CI tools + +### Fixed + +- mod_trust_clientip: fix incorrect private IP address range ([Issue #856](https://github.com/bfenetworks/bfe/issues/856)) +- arm build error in golang 1.18 + ## [v1.5.0] - 2022-01-11 @@ -329,6 +348,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Flexible plugin framework to extend functionality. Based on the framework, developer can add new features rapidly - Detailed built-in metrics available for service status monitor +[v1.6.0]: https://github.com/bfenetworks/bfe/compare/v1.5.0...v1.6.0 [v1.5.0]: https://github.com/bfenetworks/bfe/compare/v1.4.0...v1.5.0 [v1.4.0]: https://github.com/bfenetworks/bfe/compare/v1.3.0...v1.4.0 [v1.3.0]: https://github.com/bfenetworks/bfe/compare/v1.2.0...v1.3.0 diff --git a/VERSION b/VERSION index 3e1ad720..dc1e644a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0 \ No newline at end of file +1.6.0 From dd3abdc9ec2572ebb8a550aa3a3d44fd8327c9a2 Mon Sep 17 00:00:00 2001 From: clarinette9 <83874119+clarinette9@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:05:45 +0800 Subject: [PATCH 3/3] Update CHANGELOG.md fix minor typo Signed-off-by: clarinette9 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f44bbe..4b29e7f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Optimize idle connection handling ([Pull #1044](https://github.com/bfenetworks/bfe/pull/1044)) -- Performance optimize in smooth least connection balancing algorithm([Pull#1062](https://github.com/bfenetworks/bfe/pull/1062)) +- Performance optimize in smooth least connection balancing algorithm([Pull #1062](https://github.com/bfenetworks/bfe/pull/1062)) - Miscellaneous golang dependency updates - Miscellaneous improvements in makefile and other CI tools