From 5f55f22265dbe36afe20eee0677c5a148d1d22ad Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Wed, 1 May 2019 17:10:36 -0700 Subject: [PATCH] Updating changelog with information about the error type returned. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094a594..e38b5b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ 1.21.1 (unreleased) +* 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)`. + 1.21.0 * Version numbering change. Future versions will be labled X.Y.Z where X is the major version, Y is the Aurora version the library has been tested against (e.g. 21 -> 0.21.0), and X is the minor revision.