Releases: nginx/nginx-plus-go-client
Releases · nginx/nginx-plus-go-client
0.5.0
FEATURES:
- 30: Support additional upstream server parameters.
The client now supports configuringroute
,backup
,down
,drain
,weight
andservice
parameters for http upstreams andbackup
,down
,weight
andservice
parameters for stream upstreams. - 31: Support location zones and resolver metrics.
BUGFIXES:
- 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 value1
.
CHANGES:
- The version of NGINX Plus for e2e testing was changed to R19.
- The version of the API was changed to 5.
0.4.0
0.3.1
0.3
FEATURES:
- 20: Support for stream zone sync metrics. The client
GetStats
method now additionally returns stream zone sync metrics. - 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.
- 12 Support for NGINX status info. The client
GetStats
method now additionally returns NGINX status metrics. Thanks to jthurman42.
CHANGES:
- The repository was renamed to
nginx-plus-go-client
instead ofnginx-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"
). - The version of the API was changed to 4.
- The version of NGINX Plus for e2e testing was changed to R18.
0.2
0.1
Initial release of the NGINX Plus API SDK for Go