Skip to content

Commit 8f20f67

Browse files
Raul MarreroRulox
Raul Marrero
authored andcommitted
Release 0.3
1 parent da159e5 commit 8f20f67

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.3 (May 29, 2019)
2+
FEATURES:
3+
* [20](https://github.com/nginxinc/nginx-plus-go-client/pull/20): *Support for stream zone sync metrics*. The client `GetStats` method now additionally returns stream zone sync metrics.
4+
* [13](https://github.com/nginxinc/nginx-plus-go-client/pull/13): *Support for key-value endpoints*. The client implements a set of methods to create/modify/delete key-val pairs for both http and stream contexts.
5+
* [12](https://github.com/nginxinc/nginx-plus-go-client/pull/12) *Support for NGINX status info*. The client `GetStats` method now additionally returns NGINX status metrics. Thanks to [jthurman42](https://github.com/jthurman42).
6+
7+
CHANGES:
8+
* The repository was renamed to `nginx-plus-go-client` instead of `nginx-plus-go-sdk`. If the client is used as a dependency, this name needs to be changed in the import section (`import "github.com/nginxinc/nginx-plus-go-client/client"`).
9+
* The version of the API was changed to 4.
10+
* The version of NGINX Plus for e2e testing was changed to R18.
11+
112
## 0.2 (Sep 7, 2018)
213

314
FEATURES:

0 commit comments

Comments
 (0)