Prep 2.0.4

This commit is contained in:
Bert Blommers 2021-03-31 13:21:03 +01:00 committed by GitHub
parent ed22b24fd5
commit 65c5962691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,11 @@ Moto Changelog
Unreleased Unreleased
----- -----
2.0.4
-----
Miscelleaneous:
* Support:describe_cases() no longer requires the caseIdList-parameter
2.0.3 2.0.3
----- -----
New Methods: New Methods:
@ -25,6 +30,8 @@ Unreleased
* S3:put_object_acl() now throws a NoSuchKey-exception if the object does not exist * S3:put_object_acl() now throws a NoSuchKey-exception if the object does not exist
* SES:send_templated_email() now throws a TemplateDoesNotExist-exception if the template has not been created first * SES:send_templated_email() now throws a TemplateDoesNotExist-exception if the template has not been created first
* SSM:put_parameter() now throws an exception for empty values * SSM:put_parameter() now throws an exception for empty values
Known bugs:
* Support:describe_cases() throws an exception when called without the caseIdList-parameter
2.0.2 2.0.2