Skip to content

Commit 6038d44

Browse files
authored
Merge pull request #306 from u5surf/cut-v0.2.3
Release v0.2.3
2 parents b57acea + 9e2bcb3 commit 6038d44

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

CHANGELOG.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
## [Unreleased]
33

44

5-
## [v0.2.2] - 2023-04-17
5+
## [v0.2.3] - 2024-12-31
6+
### Bugfix
7+
- fixed encodeURI into template
8+
9+
### Ci
10+
- support freenginx
11+
12+
### Docs
13+
- Fix README
14+
15+
16+
## [v0.2.2] - 2023-05-26
617
### Bugfix
718
- fixed issues/228 Change the reffered source of upstream_states in shm_add_upstream()
819
- fixed issues/248 Shared memory (lock|unlock) is set when using the ngx_http_vhost_traffic_status_display_get_size() function
@@ -49,6 +60,9 @@
4960
- rollback to 549cc4d
5061
- fixed issues/137, issues/98 that maxSize in cacheZones is displayed incorrectly
5162
- fixed issues/174 that XSS vulnerability in the html page Feature: added moduleVersion field in format/json
63+
- added escape strings for filter names in JSON
64+
- fixed the sum value of histogram in upstream metrics
65+
- fixed to display all A records of server without zone directive in the upstream block.
5266

5367
### Chore
5468
- Change module version. ([#241](https://github.com/vozlt/nginx-module-vts/issues/241))
@@ -58,6 +72,10 @@
5872
- added moduleVersion
5973
- added additional information about cacheZones
6074
- added tested versions
75+
- added a diagram for the order of module directives
76+
77+
### Compatibility
78+
- fixed ngx_http_vhost_traffic_status_display_get_upstream_nelts() to calculate all A records of server.
6179

6280
### Docs
6381
- Fix README
@@ -82,19 +100,6 @@
82100
- describe how to test and fix failed test case
83101

84102

85-
## [v0.1.18seravo] - 2022-03-23
86-
### Bugfix
87-
- added escape strings for filter names in JSON
88-
- fixed the sum value of histogram in upstream metrics
89-
- fixed to display all A records of server without zone directive in the upstream block.
90-
91-
### Comment
92-
- added a diagram for the order of module directives
93-
94-
### Compatibility
95-
- fixed ngx_http_vhost_traffic_status_display_get_upstream_nelts() to calculate all A records of server.
96-
97-
98103
## [v0.1.18] - 2018-06-22
99104
### Bugfix
100105
- fixed issues/130 that nginx_vts_main_connections metrics mixed
@@ -351,11 +356,11 @@
351356
- added type casting(ngx_atomic_t) in the ngx_vhost_traffic_status_node_init() and ngx_vhost_traffic_status_node_set()
352357

353358

354-
[Unreleased]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.2...HEAD
359+
[Unreleased]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.3...HEAD
360+
[v0.2.3]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.2...v0.2.3
355361
[v0.2.2]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.1...v0.2.2
356362
[v0.2.1]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.0...v0.2.1
357-
[v0.2.0]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.18seravo...v0.2.0
358-
[v0.1.18seravo]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.18...v0.1.18seravo
363+
[v0.2.0]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.18...v0.2.0
359364
[v0.1.18]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.17...v0.1.18
360365
[v0.1.17]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.16...v0.1.17
361366
[v0.1.16]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.15...v0.1.16

src/ngx_http_vhost_traffic_status_module.h

Lines changed: 1 addition & 1 deletion
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.2"
27+
#define NGX_HTTP_VTS_MODULE_VERSION "v0.2.3"
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)