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