From 171b5f2c8bd393680f051b022c66e4ac38196188 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Fri, 21 May 2021 08:54:59 +0100 Subject: [PATCH] Prep 2.0.8 release (#3948) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e78aa6253..386eb483e 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: