Skip to content

Commit 47154e1

Browse files
committed
Release 0.2
1 parent e24d9ca commit 47154e1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
## 0.1 (July 30, 2018)
1+
## 0.2 (Sep 7, 2018)
2+
3+
FEATURES:
4+
* [7](https://github.com/nginxinc/nginx-plus-go-sdk/pull/7): *Support for stream server zone and stream upstream metrics*. The client `GetStats` method now additionally returns stream server zone and stream upstream metrics.
25

6+
CHANGES:
7+
* The version of NGINX Plus for e2e testing was changed to R16.
8+
9+
## 0.1 (July 30, 2018)
310
Initial release

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NGINX_PLUS_VERSION=15-2
1+
NGINX_PLUS_VERSION=16-1
22
NGINX_IMAGE=nginxplus:$(NGINX_PLUS_VERSION)
33

44
test: docker-build run-nginx-plus test-run configure-no-stream-block test-run-no-stream-block clean

0 commit comments

Comments
 (0)