You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-18
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# Changelog
2
2
3
-
Starting with version 0.8.0, an automatically generated list of changes can be found on the [GitHub Releases page](https://github.com/nginxinc/nginx-plus-go-client/releases).
3
+
Starting with version 0.8.0, an automatically generated list of changes can be found on the [GitHub Releases page](https://github.com/nginx/nginx-plus-go-client/releases).
4
4
5
5
## 0.7.0 (Jul 10, 2020)
6
6
7
7
FEATURES:
8
8
9
-
-[38](https://github.com/nginxinc/nginx-plus-go-client/pull/38): *Support for /slabs API endpoint*. The client now
9
+
-[38](https://github.com/nginx/nginx-plus-go-client/pull/38): _Support for /slabs API endpoint_. The client now
10
10
supports retrieving shared memory zone usage info.
11
-
-[41](https://github.com/nginxinc/nginx-plus-go-client/pull/41): *Support for /processes API endpoint*. The client now
11
+
-[41](https://github.com/nginx/nginx-plus-go-client/pull/41): _Support for /processes API endpoint_. The client now
12
12
supports retrieving processes info.
13
13
14
14
CHANGES:
@@ -20,7 +20,7 @@ CHANGES:
20
20
21
21
FEATURES:
22
22
23
-
-[34](https://github.com/nginxinc/nginx-plus-go-client/pull/34): *Support for updating upstream servers parameters*.
23
+
-[34](https://github.com/nginx/nginx-plus-go-client/pull/34): _Support for updating upstream servers parameters_.
24
24
The client now supports updating upstream parameters of servers that already exist in NGINX Plus.
25
25
26
26
CHANGES:
@@ -35,14 +35,14 @@ CHANGES:
35
35
36
36
FEATURES:
37
37
38
-
-[30](https://github.com/nginxinc/nginx-plus-go-client/pull/30): *Support additional upstream server parameters*. The
39
-
client now supports configuring `route`, `backup`, `down`, `drain`,`weight` and `service` parameters for http
40
-
upstreams and `backup`, `down`, `weight` and`service` parameters for stream upstreams.
41
-
-[31](https://github.com/nginxinc/nginx-plus-go-client/pull/31): *Support location zones and resolver metrics*.
38
+
-[30](https://github.com/nginx/nginx-plus-go-client/pull/30): _Support additional upstream server parameters_. The
39
+
client now supports configuring `route`, `backup`, `down`, `drain`, `weight` and `service` parameters for http
40
+
upstreams and `backup`, `down`, `weight` and `service` parameters for stream upstreams.
41
+
-[31](https://github.com/nginx/nginx-plus-go-client/pull/31): _Support location zones and resolver metrics_.
42
42
43
43
FIXES:
44
44
45
-
-[29](https://github.com/nginxinc/nginx-plus-go-client/pull/29): *Fix max_fails parameter in upstream servers*.
45
+
-[29](https://github.com/nginx/nginx-plus-go-client/pull/29): _Fix max_fails parameter in upstream servers_.
46
46
Previously, if the MaxFails field was not explicitly set, the client would incorrectly configure an upstream with the
47
47
value `0` instead of the correct value `1`.
48
48
@@ -55,45 +55,45 @@ CHANGES:
55
55
56
56
FEATURES:
57
57
58
-
-[24](https://github.com/nginxinc/nginx-plus-go-client/pull/24): *Support`MaxConns` in upstream servers*.
58
+
-[24](https://github.com/nginx/nginx-plus-go-client/pull/24): _Support`MaxConns` in upstream servers_.
59
59
60
60
FIXES:
61
61
62
-
-[25](https://github.com/nginxinc/nginx-plus-go-client/pull/25): *Fix session metrics for stream server zones*. Session
62
+
-[25](https://github.com/nginx/nginx-plus-go-client/pull/25): _Fix session metrics for stream server zones_. Session
63
63
metrics with a status of `4xx` or `5xx` are now correctly reported. Previously they were always reported as `0`.
64
64
65
65
## 0.3.1 (June 10, 2019)
66
66
67
67
CHANGES:
68
68
69
-
-[22](https://github.com/nginxinc/nginx-plus-go-client/pull/22): *Change in stream zone sync metrics*. `StreamZoneSync`
69
+
-[22](https://github.com/nginx/nginx-plus-go-client/pull/22): _Change in stream zone sync metrics_. `StreamZoneSync`
70
70
field of the `Stats` type is now a pointer. It will be nil if NGINX Plus doesn't report any zone sync stats.
71
71
72
72
## 0.3 (May 29, 2019)
73
73
74
74
FEATURES:
75
75
76
-
-[20](https://github.com/nginxinc/nginx-plus-go-client/pull/20): *Support for stream zone sync metrics*. The client
76
+
-[20](https://github.com/nginx/nginx-plus-go-client/pull/20): _Support for stream zone sync metrics_. The client
77
77
`GetStats` method now additionally returns stream zone sync metrics.
78
-
-[13](https://github.com/nginxinc/nginx-plus-go-client/pull/13): *Support for key-value endpoints*. The client
78
+
-[13](https://github.com/nginx/nginx-plus-go-client/pull/13): _Support for key-value endpoints_. The client
79
79
implements a set of methods to create/modify/delete key-val pairs for both http and stream contexts.
80
-
-[12](https://github.com/nginxinc/nginx-plus-go-client/pull/12)*Support for NGINX status info*. The client `GetStats`
80
+
-[12](https://github.com/nginx/nginx-plus-go-client/pull/12)_Support for NGINX status info_. The client `GetStats`
81
81
method now additionally returns NGINX status metrics. Thanks to [jthurman42](https://github.com/jthurman42).
82
82
83
83
CHANGES:
84
84
85
85
- The repository was renamed to `nginx-plus-go-client` instead of `nginx-plus-go-sdk`. If the client is used as a
86
86
dependency, this name needs to be changed in the import section (`import
[](https://www.repostatus.org/#active)
0 commit comments