|
2 | 2 | ## [Unreleased]
|
3 | 3 |
|
4 | 4 |
|
5 |
| -## [v0.2.1] - 2022-09-16 |
| 5 | +## [v0.2.2] - 2023-04-17 |
| 6 | +### Bugfix |
| 7 | +- fixed issues/228 Change the reffered source of upstream_states in shm_add_upstream() |
| 8 | +- fixed issues/248 Shared memory (lock|unlock) is set when using the ngx_http_vhost_traffic_status_display_get_size() function |
| 9 | + |
| 10 | +### Bugfix |
| 11 | +- Add shmtx unlock |
| 12 | + |
| 13 | +### Chore |
| 14 | +- add cpanm --notest in CI |
| 15 | + |
| 16 | +### Test |
| 17 | +- Fix upstream check test properly |
| 18 | +- Add upstream check test |
| 19 | + |
| 20 | + |
| 21 | +## [v0.2.1] - 2022-09-17 |
6 | 22 | ### Bugfix
|
7 | 23 | - use trimmed serverZones name
|
8 | 24 | - improved the accuracy of total(*) statistics by nginx-module-sts/pull/10
|
|
33 | 49 | - rollback to 549cc4d
|
34 | 50 | - fixed issues/137, issues/98 that maxSize in cacheZones is displayed incorrectly
|
35 | 51 | - fixed issues/174 that XSS vulnerability in the html page Feature: added moduleVersion field in format/json
|
36 |
| -- added escape strings for filter names in JSON |
37 |
| -- fixed the sum value of histogram in upstream metrics |
38 |
| -- fixed to display all A records of server without zone directive in the upstream block. |
39 | 52 |
|
40 | 53 | ### Chore
|
41 | 54 | - Change module version. ([#241](https://github.com/vozlt/nginx-module-vts/issues/241))
|
|
45 | 58 | - added moduleVersion
|
46 | 59 | - added additional information about cacheZones
|
47 | 60 | - added tested versions
|
48 |
| -- added a diagram for the order of module directives |
49 |
| - |
50 |
| -### Compatibility |
51 |
| -- fixed ngx_http_vhost_traffic_status_display_get_upstream_nelts() to calculate all A records of server. |
52 | 61 |
|
53 | 62 | ### Docs
|
54 | 63 | - Fix README
|
|
73 | 82 | - describe how to test and fix failed test case
|
74 | 83 |
|
75 | 84 |
|
| 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 | + |
76 | 98 | ## [v0.1.18] - 2018-06-22
|
77 | 99 | ### Bugfix
|
78 | 100 | - fixed issues/130 that nginx_vts_main_connections metrics mixed
|
|
329 | 351 | - added type casting(ngx_atomic_t) in the ngx_vhost_traffic_status_node_init() and ngx_vhost_traffic_status_node_set()
|
330 | 352 |
|
331 | 353 |
|
332 |
| -[Unreleased]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.1...HEAD |
| 354 | +[Unreleased]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.2...HEAD |
| 355 | +[v0.2.2]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.1...v0.2.2 |
333 | 356 | [v0.2.1]: https://github.com/vozlt/nginx-module-vts/compare/v0.2.0...v0.2.1
|
334 |
| -[v0.2.0]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.18...v0.2.0 |
| 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 |
335 | 359 | [v0.1.18]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.17...v0.1.18
|
336 | 360 | [v0.1.17]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.16...v0.1.17
|
337 | 361 | [v0.1.16]: https://github.com/vozlt/nginx-module-vts/compare/v0.1.15...v0.1.16
|
|
0 commit comments