From 9e2bcb37bd38f2655bb2fe20601aaa4fdd1ec050 Mon Sep 17 00:00:00 2001 From: u5surf Date: Wed, 1 Jan 2025 09:20:03 +0900 Subject: [PATCH] Release v0.2.3 Release [v0.2.3] - 2024-12-31 ** Bugfix - fixed encodeURI into template ** Ci - support freenginx ** Docs - Fix README --- CHANGELOG.md | 39 ++++++++++++---------- src/ngx_http_vhost_traffic_status_module.h | 2 +- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c370bc6..e7db294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ ## [Unreleased] -## [v0.2.2] - 2023-04-17 +## [v0.2.3] - 2024-12-31 +### Bugfix +- fixed encodeURI into template + +### Ci +- support freenginx + +### Docs +- Fix README + + +## [v0.2.2] - 2023-05-26 ### Bugfix - fixed issues/228 Change the reffered source of upstream_states in shm_add_upstream() - fixed issues/248 Shared memory (lock|unlock) is set when using the ngx_http_vhost_traffic_status_display_get_size() function @@ -49,6 +60,9 @@ - rollback to 549cc4d - fixed issues/137, issues/98 that maxSize in cacheZones is displayed incorrectly - fixed issues/174 that XSS vulnerability in the html page Feature: added moduleVersion field in format/json +- added escape strings for filter names in JSON +- fixed the sum value of histogram in upstream metrics +- fixed to display all A records of server without zone directive in the upstream block. ### Chore - Change module version. ([#241](https://github.com/vozlt/nginx-module-vts/issues/241)) @@ -58,6 +72,10 @@ - added moduleVersion - added additional information about cacheZones - added tested versions +- added a diagram for the order of module directives + +### Compatibility +- fixed ngx_http_vhost_traffic_status_display_get_upstream_nelts() to calculate all A records of server. ### Docs - Fix README @@ -82,19 +100,6 @@ - describe how to test and fix failed test case -## [v0.1.18seravo] - 2022-03-23 -### Bugfix -- added escape strings for filter names in JSON -- fixed the sum value of histogram in upstream metrics -- fixed to display all A records of server without zone directive in the upstream block. - -### Comment -- added a diagram for the order of module directives - -### Compatibility -- fixed ngx_http_vhost_traffic_status_display_get_upstream_nelts() to calculate all A records of server. - - ## [v0.1.18] - 2018-06-22 ### Bugfix - fixed issues/130 that nginx_vts_main_connections metrics mixed @@ -351,11 +356,11 @@ - added type casting(ngx_atomic_t) in the ngx_vhost_traffic_status_node_init() and ngx_vhost_traffic_status_node_set() -[Unreleased]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.2...HEAD +[Unreleased]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.3...HEAD +[v0.2.3]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.2...v0.2.3 [v0.2.2]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.0...v0.2.1 -[v0.2.0]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.18seravo...v0.2.0 -[v0.1.18seravo]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.18...v0.1.18seravo +[v0.2.0]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.18...v0.2.0 [v0.1.18]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.17...v0.1.18 [v0.1.17]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.16...v0.1.17 [v0.1.16]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.15...v0.1.16 diff --git a/src/ngx_http_vhost_traffic_status_module.h b/src/ngx_http_vhost_traffic_status_module.h index 4f99b08..5f7b47b 100644 --- a/src/ngx_http_vhost_traffic_status_module.h +++ b/src/ngx_http_vhost_traffic_status_module.h @@ -24,7 +24,7 @@ * I.E "v0.2.0+h0a1s2h" * */ -#define NGX_HTTP_VTS_MODULE_VERSION "v0.2.2" +#define NGX_HTTP_VTS_MODULE_VERSION "v0.2.3" #define NGX_HTTP_VHOST_TRAFFIC_STATUS_UPSTREAM_NO 0 #define NGX_HTTP_VHOST_TRAFFIC_STATUS_UPSTREAM_UA 1