|
2 | 2 | ## [Unreleased]
|
3 | 3 |
|
4 | 4 |
|
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 |
6 | 17 | ### Bugfix
|
7 | 18 | - fixed issues/228 Change the reffered source of upstream_states in shm_add_upstream()
|
8 | 19 | - fixed issues/248 Shared memory (lock|unlock) is set when using the ngx_http_vhost_traffic_status_display_get_size() function
|
|
49 | 60 | - rollback to 549cc4d
|
50 | 61 | - fixed issues/137, issues/98 that maxSize in cacheZones is displayed incorrectly
|
51 | 62 | - 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. |
52 | 66 |
|
53 | 67 | ### Chore
|
54 | 68 | - Change module version. ([#241](https://github.com/vozlt/nginx-module-vts/issues/241))
|
|
58 | 72 | - added moduleVersion
|
59 | 73 | - added additional information about cacheZones
|
60 | 74 | - 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. |
61 | 79 |
|
62 | 80 | ### Docs
|
63 | 81 | - Fix README
|
|
82 | 100 | - describe how to test and fix failed test case
|
83 | 101 |
|
84 | 102 |
|
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 |
| - |
98 | 103 | ## [v0.1.18] - 2018-06-22
|
99 | 104 | ### Bugfix
|
100 | 105 | - fixed issues/130 that nginx_vts_main_connections metrics mixed
|
|
351 | 356 | - added type casting(ngx_atomic_t) in the ngx_vhost_traffic_status_node_init() and ngx_vhost_traffic_status_node_set()
|
352 | 357 |
|
353 | 358 |
|
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 |
355 | 361 | [v0.2.2]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.1...v0.2.2
|
356 | 362 | [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 |
359 | 364 | [v0.1.18]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.17...v0.1.18
|
360 | 365 | [v0.1.17]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.16...v0.1.17
|
361 | 366 | [v0.1.16]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.15...v0.1.16
|
|
0 commit comments