Releases: vozlt/nginx-module-vts
Releases · vozlt/nginx-module-vts
v0.2.2
What's Changed
- bugfix: Add shmtx unlock by @u5surf in #249
- Chore: add cpanm --notest in CI by @u5surf in #250
- Bugfix: fixed issues/228 Change the reffered source of upstream_state by @u5surf in #252
- Add histogram_bucket test by @u5surf in #256
- test: Add upstream check test by @u5surf in #264
- test: Fix upstream check test properly by @u5surf in #265
- Fix escaping filter_key in prometheus output by @u5surf in #260
- Fix vtsn.len type #269 by @u5surf in #270
- Release v0.2.2 by @u5surf in #272
Full Changelog: v0.2.1...v0.2.2
v0.2.1
[v0.2.1] - 2022-09-16
Bugfix
- use trimmed serverZones name
- improved the accuracy of total(*) statistics by nginx-module-sts/pull/10
Chore
- Add CI badge in README (#245)
Compatibility
- fixed an issues/232 with compile errors in gcc 11.3
Debug
- added ngx_log_error() when ngx_http_vhost_traffic_status_node_position_key() failed for issues/212
Docs
- Fixed README
Test
- build without -Wno-stringop-overread (#243)
- Add test for prometheus syntax
- Add test for display prometheus
v0.2.0
[v0.2.0] - 2022-09-05
Bugfix
- fixed for PR#238
- fixed for PR#238
- fixed issues/204 that syntax error has occured
- rollback to 549cc4d
- fixed issues/137, issues/98 that maxSize in cacheZones is displayed incorrectly
- fixed issues/174 that XSS vulnerability in the html page Feature: added moduleVersion field in format/json
- added escape strings for filter names in JSON
- fixed the sum value of histogram in upstream metrics
- fixed to display all A records of server without zone directive in the upstream block.
Chore
- Use git-chglog
Comment
- added moduleVersion
- added additional information about cacheZones
- added tested versions
- added a diagram for the order of module directives
Compatibility
- fixed ngx_http_vhost_traffic_status_display_get_upstream_nelts() to calculate all A records of server.
Docs
- Fix README
Docs
- fix simple typo, destory -> destroy
Fix
- limit the r->uri search scope to avoid overflow
Prometheus
- fix nginx_vts_filter_requests_total labels
- remove request "total" metrics
Refactor
- changed version
- changed spacing
- changed spacing
- changed if statement from merged pull/145
Test
- describe how to test and fix failed test case