Skip to content

Commit 8027b3b

Browse files
authored
Merge pull request #320 from vozlt/cut-v0.2.4
Release v0.2.4
2 parents ea759b6 + e016f7f commit 8027b3b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
## [Unreleased]
33

44

5-
## [v0.2.3] - 2024-12-31
6-
### Bugfix
7-
- fixed encodeURI into template
5+
## [v0.2.4] - 2025-03-12
6+
### Fix
7+
- escape uri in module side
8+
89

10+
## [v0.2.3] - 2025-01-01
911
### Ci
1012
- support freenginx
1113

@@ -356,7 +358,8 @@
356358
- added type casting(ngx_atomic_t) in the ngx_vhost_traffic_status_node_init() and ngx_vhost_traffic_status_node_set()
357359

358360

359-
[Unreleased]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.3...HEAD
361+
[Unreleased]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.4...HEAD
362+
[v0.2.4]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.3...v0.2.4
360363
[v0.2.3]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.2...v0.2.3
361364
[v0.2.2]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.1...v0.2.2
362365
[v0.2.1]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.0...v0.2.1

src/ngx_http_vhost_traffic_status_module.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* I.E "v0.2.0+h0a1s2h"
2525
*
2626
*/
27-
#define NGX_HTTP_VTS_MODULE_VERSION "v0.2.3"
27+
#define NGX_HTTP_VTS_MODULE_VERSION "v0.2.4"
2828

2929
#define NGX_HTTP_VHOST_TRAFFIC_STATUS_UPSTREAM_NO 0
3030
#define NGX_HTTP_VHOST_TRAFFIC_STATUS_UPSTREAM_UA 1

0 commit comments

Comments
 (0)