diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fd186fc9..d25b4a098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,35 @@ Moto Changelog =================== +2.2.10 +------ + New Services: + * CloudTrail: + * create_trail() + * delete_trail() + * describe_trails() + * get_trail() + * get_trail_status() + * list_trails() + * start_logging() + * stop_logging() + + New Methods: + * CognitoIDP: + * admin_reset_user_password() + * S3: + * delete_bucket_replication() + * get_bucket_replication() + * put_bucket_replication() + + Miscellaneous: + * ACM: describe_certificate(): the InUseBy-attribute will now show the appropriate Elastic Load Balancers + * AWSLambda: If you're running Linux, 'host.docker.internal' is now added as an extra host in the Docker container used to invoke the function. + This makes it easier for Lambda-functions to communicate with other servers running on the host-system. + * CloudFormation: Now supports update/deletion of type AWS::SNS::Topic + * CognitoIdentityProvider: list_users() now has improved support for the Filter-parameter + * Kinesis: describe_stream() now supports the Filter-parameter + * S3: list_object_versions() now supports the Delimiter and KeyMarker-parameter 2.2.9 ----- @@ -8,7 +37,7 @@ Moto Changelog * Moto is now compatible with Sure 2.x New Methods: - * Kinesis + * Kinesis: * list_shards() * RDS: * create_db_cluster() diff --git a/IMPLEMENTATION_COVERAGE.md b/IMPLEMENTATION_COVERAGE.md index b1513ab4f..76b5cdabc 100644 --- a/IMPLEMENTATION_COVERAGE.md +++ b/IMPLEMENTATION_COVERAGE.md @@ -590,7 +590,7 @@ ## cognito-idp
-48% implemented +49% implemented - [ ] add_custom_attributes - [X] admin_add_user_to_group @@ -610,7 +610,7 @@ - [X] admin_list_groups_for_user - [ ] admin_list_user_auth_events - [X] admin_remove_user_from_group -- [ ] admin_reset_user_password +- [X] admin_reset_user_password - [ ] admin_respond_to_auth_challenge - [ ] admin_set_user_mfa_preference - [X] admin_set_user_password @@ -3567,7 +3567,7 @@ ## s3
-56% implemented +59% implemented - [X] abort_multipart_upload - [X] complete_multipart_upload @@ -3584,7 +3584,7 @@ - [ ] delete_bucket_metrics_configuration - [ ] delete_bucket_ownership_controls - [X] delete_bucket_policy -- [ ] delete_bucket_replication +- [X] delete_bucket_replication - [X] delete_bucket_tagging - [X] delete_bucket_website - [X] delete_object @@ -3608,7 +3608,7 @@ - [ ] get_bucket_ownership_controls - [X] get_bucket_policy - [ ] get_bucket_policy_status -- [ ] get_bucket_replication +- [X] get_bucket_replication - [ ] get_bucket_request_payment - [X] get_bucket_tagging - [X] get_bucket_versioning @@ -3648,7 +3648,7 @@ - [X] put_bucket_notification_configuration - [ ] put_bucket_ownership_controls - [X] put_bucket_policy -- [ ] put_bucket_replication +- [X] put_bucket_replication - [ ] put_bucket_request_payment - [X] put_bucket_tagging - [ ] put_bucket_versioning