From e016f7fe2a8c49f197225cdecb9fcdca3a6e0545 Mon Sep 17 00:00:00 2001 From: u5surf Date: Wed, 12 Mar 2025 10:05:50 +0900 Subject: [PATCH] Release v0.2.4 Release [v0.2.4] - 2025-03-12 ** Fix - escape uri in module side --- CHANGELOG.md | 11 +++++++---- src/ngx_http_vhost_traffic_status_module.h | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7db294..ddceef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,12 @@ ## [Unreleased] -## [v0.2.3] - 2024-12-31 -### Bugfix -- fixed encodeURI into template +## [v0.2.4] - 2025-03-12 +### Fix +- escape uri in module side + +## [v0.2.3] - 2025-01-01 ### Ci - support freenginx @@ -356,7 +358,8 @@ - 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.3...HEAD +[Unreleased]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.4...HEAD +[v0.2.4]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.3...v0.2.4 [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 diff --git a/src/ngx_http_vhost_traffic_status_module.h b/src/ngx_http_vhost_traffic_status_module.h index 4557b8b..eb76d3f 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.3" +#define NGX_HTTP_VTS_MODULE_VERSION "v0.2.4" #define NGX_HTTP_VHOST_TRAFFIC_STATUS_UPSTREAM_NO 0 #define NGX_HTTP_VHOST_TRAFFIC_STATUS_UPSTREAM_UA 1