forked from vozlt/nginx-module-sts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
20 lines (13 loc) · 790 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
v0.1.1 [Wed Jul 04 2018 YoungJoo.Kim <[email protected]>]
* Feature: added support for implementing format/prometheus
* Feature: added sharedZones in JSON to support shared memory information
* Feature: added stream_server_traffic_status_average_method directive to
support for selecting an average formula.
* Feature: added data fields for server_traffic_status_histogram_buckets
directive to set the histogram type of request processing time.
* Bugfix: fixed to display all A records of server without zone directive
in the upstream block.
* Compatibility: fixed ngx_current_msec that changed in nginx-1.13.10
v0.1.0 [Mon Feb 20 2017 YoungJoo.Kim <[email protected]>]
* The first version.
# vi:set ft=changelog ts=4 sw=4 et fdm=marker: