Skip to content

Commit f57c4d9

Browse files
committed
Release 0.5.0
Updated Changelog Readme updated
1 parent f2921a1 commit f57c4d9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.5.0 (Sep 25, 2019)
2+
FEATURES:
3+
* [30](https://github.com/nginxinc/nginx-plus-go-client/pull/30): *Support additional upstream server parameters*.
4+
The client now supports configuring `route`, `backup`, `down`, `drain`, `weight` and `service` parameters for http upstreams and `backup`, `down`, `weight` and `service` parameters for stream upstreams.
5+
* [31](https://github.com/nginxinc/nginx-plus-go-client/pull/31): *Support location zones and resolver metrics*.
6+
7+
BUGFIXES:
8+
* [29](https://github.com/nginxinc/nginx-plus-go-client/pull/29): *Fix max_fails parameter in upstream servers*. Previously, if the MaxFails field was not explicitly set, the client would incorrectly configure an upstream with the value `0` instead of the correct value `1`.
9+
10+
CHANGES:
11+
* The version of NGINX Plus for e2e testing was changed to R19.
12+
* The version of the API was changed to 5.
13+
114
## 0.4.0 (July 17, 2019)
215
FEATURES:
316
* [24](https://github.com/nginxinc/nginx-plus-go-client/pull/24): *Support `MaxConns` in upstream servers*.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project includes a client library for working with NGINX Plus API.
1111

1212
## Compatibility
1313

14-
This Client works against version 4 of NGINX Plus API. Version 4 was introduced in NGINX Plus R18.
14+
This Client works against version 5 of NGINX Plus API. Version 5 was introduced in NGINX Plus R19.
1515

1616
## Using the Client
1717

0 commit comments

Comments
 (0)