From 2cc19ce7da16cd02ea16f052650dd4b5ca82f4b3 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Thu, 29 Aug 2019 18:08:59 -0700 Subject: [PATCH] Updating changelog to reflect that a new api as well as new monitor have been added to gorealis. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31c8acd..cfed746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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