Skip to content

Commit 9a147f5

Browse files
committed
Release 0.6.0
1 parent e5ee079 commit 9a147f5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.6.0 (Nov 8, 2019)
2+
FEATURES:
3+
* [34](https://github.com/nginxinc/nginx-plus-go-client/pull/34): *Support for updating upstream servers parameters*. The client now supports updating upstream parameters of servers that already exist in NGINX Plus.
4+
5+
CHANGES:
6+
* Public methods `UpdateHTTPServers` and `UpdateStreamServers` now return a third slice that includes the updated servers -- i.e. the servers that were already present in NGINX Plus but were updated with different parameters.
7+
* Client will assume port `80` in addresses of updated servers of `UpdateHTTPServers` and `UpdateStreamServers` if port is not explicitly set.
8+
* The version of Go was changed to 1.13
9+
110
## 0.5.0 (Sep 25, 2019)
211
FEATURES:
312
* [30](https://github.com/nginxinc/nginx-plus-go-client/pull/30): *Support additional upstream server parameters*.

0 commit comments

Comments
 (0)