Skip to content

Release v0.2.4 #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/ngx_http_vhost_traffic_status_module.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down