diff --git a/CHANGELOG.md b/CHANGELOG.md index e78aa625..386eb483 100644 --- a/CHANGELOG.md +++ b/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: