Skip to content

Releases: vozlt/nginx-module-vts

v0.2.2

26 May 10:23
bd33883
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

16 Sep 20:59
0009b3b
Compare
Choose a tag to compare

[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

06 Sep 13:05
v0.2.0
1bae2fd
Compare
Choose a tag to compare

[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