File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2
2
## [ Unreleased]
3
3
4
4
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
+
8
9
10
+ ## [ v0.2.3] - 2025-01-01
9
11
### Ci
10
12
- support freenginx
11
13
356
358
- added type casting(ngx_atomic_t) in the ngx_vhost_traffic_status_node_init() and ngx_vhost_traffic_status_node_set()
357
359
358
360
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
360
363
[ v0.2.3 ] : https://github.com/vozlt/nginx-module-vts/compare/v0.2.2...v0.2.3
361
364
[ v0.2.2 ] : https://github.com/vozlt/nginx-module-vts/compare/v0.2.1...v0.2.2
362
365
[ v0.2.1 ] : https://github.com/vozlt/nginx-module-vts/compare/v0.2.0...v0.2.1
Original file line number Diff line number Diff line change 24
24
* I.E "v0.2.0+h0a1s2h"
25
25
*
26
26
*/
27
- #define NGX_HTTP_VTS_MODULE_VERSION "v0.2.3 "
27
+ #define NGX_HTTP_VTS_MODULE_VERSION "v0.2.4 "
28
28
29
29
#define NGX_HTTP_VHOST_TRAFFIC_STATUS_UPSTREAM_NO 0
30
30
#define NGX_HTTP_VHOST_TRAFFIC_STATUS_UPSTREAM_UA 1
You can’t perform that action at this time.
0 commit comments