Prep 2.0.8 release (#3948)
This commit is contained in:
parent
16f4dc87dc
commit
171b5f2c8b
24
CHANGELOG.md
24
CHANGELOG.md
@ -4,6 +4,30 @@ Moto Changelog
|
||||
Unreleased
|
||||
-----
|
||||
|
||||
2.0.8
|
||||
-----
|
||||
General Changes:
|
||||
* Moto is now compatible with Flask/werkzeug 2.0
|
||||
|
||||
New Methods:
|
||||
* MediaStore:
|
||||
* delete_container()
|
||||
* list_tags_for_resource()
|
||||
* Resource Groups:
|
||||
* get_group_configuration()
|
||||
* put_group_configuration()
|
||||
|
||||
Miscellaneous:
|
||||
* APIGateway:update_usage_plan() now also supports the '/name', '/description' and '/productCode' paths.
|
||||
* CloudWatch:get_metric_statistics() now supports the 'unit'-parameter
|
||||
* EC2:run_instances() now supports the 'KmsKeyId'-parameter
|
||||
* EC2:run_instances() now supports TagSpecifications with ResourceType: 'Volume'
|
||||
* SES:test_render_template() now throws an exception if not all attributes are supplied
|
||||
* SSM:put_parameter() now supports the 'tags'-parameter
|
||||
* SQS:change_message_visibility() now throws an exception if the VisibilityTimeout is too large (> 43200 seconds)
|
||||
* SQS:receive_messages() has a bugfix: it now calculates the MessageRetentionPeriod from when the message was send, rather than from when the queue was created
|
||||
|
||||
|
||||
2.0.7
|
||||
-----
|
||||
General Changes:
|
||||
|
Loading…
Reference in New Issue
Block a user