From 235a8cf7601db5590e6d89c3a580647105102547 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Sun, 7 Nov 2021 10:04:19 -0100 Subject: [PATCH] Prep Release 2.2.13 (#4536) --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ IMPLEMENTATION_COVERAGE.md | 26 +++++++++++++++----------- 2 files changed, 49 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeceeb9e6..2819326a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,40 @@ Moto Changelog =================== +2.2.13 +----- + General: + * The mock_dynamodb and mock_rds-decorators have been deprecated, and will be repurposed in a later release. + Please see https://github.com/spulec/moto/issues/4526 for more information. + + New Methods: + * API Gateway: + * get_base_path_mappings() + * Cognito Identity: + * list_identities() + * DirectoryService: + * disable_sso() + * enable_sso() + * connect_directory() + * create_alias() + * create_microsoft_ad() + * EMR Containers: + * cancel_job_run() + * describe_job_run() + * list_job_runs() + * start_job_run() + * IAM: + * list_policy_tags() + * tag_policy() + * untag_policy() + * Sagemaker: + * create_processing_job() + * describe_processing_job() + * list_processing_jobs() + + Miscellaneous: + * CloudFormation: Now supports creation of Custom:: resources. Note that this only works in ServerMode. + 2.2.12 ----- New Services: diff --git a/IMPLEMENTATION_COVERAGE.md b/IMPLEMENTATION_COVERAGE.md index 35726e03c..8561cdcbe 100644 --- a/IMPLEMENTATION_COVERAGE.md +++ b/IMPLEMENTATION_COVERAGE.md @@ -68,7 +68,7 @@ - [X] get_api_keys - [X] get_authorizer - [X] get_authorizers -- [ ] get_base_path_mapping +- [X] get_base_path_mapping - [X] get_base_path_mappings - [ ] get_client_certificate - [ ] get_client_certificates @@ -561,7 +561,7 @@ ## cognito-identity
-30% implemented +34% implemented - [X] create_identity_pool - [ ] delete_identities @@ -574,7 +574,7 @@ - [X] get_open_id_token - [X] get_open_id_token_for_developer_identity - [ ] get_principal_tag_attribute_map -- [ ] list_identities +- [X] list_identities - [ ] list_identity_pools - [ ] list_tags_for_resource - [ ] lookup_developer_identity @@ -814,12 +814,13 @@ ## datasync
-17% implemented +15% implemented - [X] cancel_task_execution - [ ] create_agent - [ ] create_location_efs - [ ] create_location_fsx_windows +- [ ] create_location_hdfs - [ ] create_location_nfs - [ ] create_location_object_storage - [ ] create_location_s3 @@ -831,6 +832,7 @@ - [ ] describe_agent - [ ] describe_location_efs - [ ] describe_location_fsx_windows +- [ ] describe_location_hdfs - [ ] describe_location_nfs - [ ] describe_location_object_storage - [ ] describe_location_s3 @@ -846,6 +848,7 @@ - [ ] tag_resource - [ ] untag_resource - [ ] update_agent +- [ ] update_location_hdfs - [ ] update_location_nfs - [ ] update_location_object_storage - [ ] update_location_smb @@ -1919,7 +1922,7 @@ ## emr-containers
-26% implemented +53% implemented - [X] cancel_job_run - [ ] create_managed_endpoint @@ -2267,7 +2270,7 @@ ## iam
-65% implemented +67% implemented - [ ] add_client_id_to_open_id_connect_provider - [X] add_role_to_instance_profile @@ -3769,7 +3772,7 @@ ## sagemaker
-14% implemented +15% implemented - [ ] add_association - [ ] add_tags @@ -3810,7 +3813,7 @@ - [ ] create_pipeline - [ ] create_presigned_domain_url - [ ] create_presigned_notebook_instance_url -- [ ] create_processing_job +- [X] create_processing_job - [ ] create_project - [ ] create_studio_lifecycle_config - [X] create_training_job @@ -3895,7 +3898,7 @@ - [ ] describe_pipeline - [ ] describe_pipeline_definition_for_execution - [ ] describe_pipeline_execution -- [ ] describe_processing_job +- [X] describe_processing_job - [ ] describe_project - [ ] describe_studio_lifecycle_config - [ ] describe_subscribed_workteam @@ -3954,7 +3957,7 @@ - [ ] list_pipeline_executions - [ ] list_pipeline_parameters_for_execution - [ ] list_pipelines -- [ ] list_processing_jobs +- [X] list_processing_jobs - [ ] list_projects - [ ] list_studio_lifecycle_configs - [ ] list_subscribed_workteams @@ -4584,6 +4587,7 @@ - ce - chime - chime-sdk-identity +- chime-sdk-meetings - chime-sdk-messaging - cloud9 - cloudcontrol @@ -4768,4 +4772,4 @@ - workmailmessageflow - workspaces - xray -
+
\ No newline at end of file