Updating changelog to reflect that a new api as well as new monitor have been added to gorealis.

This commit is contained in:
Renan DelValle 2019-08-29 18:08:59 -07:00
parent eabf0adbcc
commit 2cc19ce7da
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -3,6 +3,10 @@
* CreateService and StartJobUpdate do not continue retrying if a timeout has been encountered
by the HTTP client. Instead they now return an error that conforms to the Timedout interface.
Users can check for a Timedout error by using `realis.IsTimeout(err)`.
* New API function VariableBatchStep has been added which returns the current batch at which
a Variable Batch Update configured Update is currently in.
* Added new PauseUpdateMonitor which monitors an update until it is an `ROLL_FORWARD_PAUSED` state.
* Added variableBatchStep command to sample client to be used for testing new VariableBatchStep api.
1.21.0