Updating Changelog to reflect what's changing in 1.22.1

This commit is contained in:
Renan DelValle 2020-01-14 17:05:26 -08:00
parent 9da3b96b1f
commit 3565a9f233
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
4 changed files with 89 additions and 36 deletions

View file

@ -1,4 +1,8 @@
1.22.0 (unreleased)
1.22.1 (unreleased)
* Adding safeguards against setting multiple constraints with the same name for a single task.
1.22.0
* 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.