diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b79418b..5563789d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,41 @@ Moto Changelog ============== +4.1.10 +------ +Docker Digest for 4.1.10: + + New Services: + * Glue: + * create_session() + * delete_session() + * get_session() + * list_sessions() + * stop_session() + + * Sagemaker: + * create_transform_job() + * describe_transform_job() + * list_transform_jobs() + + Miscellaneous: + * Core: The `date`-header is now returned for all operations (set to the current date) + * AutoScaling: describe_policies() now returns the field `TargetTrackingConfiguration.CustomizedMetricSpecification.Metrics` + * Cloudformation: delete_stack_instances() now behaves correctly when deleting multiple regions + * EC2: create_route() now takes the `VpcEndpointId`-parameter into account + * EC2: describe_instances() now throws an exception when both the InstanceIds and PaginationConfig parameters are supplied + * IAM: get_group() now returns the fields `CreateDate` and `PasswordLastUsed` + * RDS: start_export_task() now returns the field `SourceType` + * S3: aligned checksum calculation with how AWS behaves + * S3: now returns `Accept-Ranges`-headers, instead of `AcceptRanges`, in-line with AWS + * S3: copy_object() now behaves correctly when copying objects in encrypted buckets + * S3: put_object_legal_hold() now takes the VersionId-parameter into account + * S3: put_object_retention() now takes the VersionId-parameter into account + * SecretsManager: list_secrets now returns the fields `LastRotatedDate` and `NextRotationDate` + * SNS: Topics can now be accessed across accounts + * SNS: Fixed a bug so that topics without properties can now be deleted using CloudFormation + + 4.1.9 ----- Docker Digest for 4.1.9: _sha256:121a51dcf0e42e53a601803bdeb25324d18b2d45f08a79923c65034f4f14448a_ diff --git a/IMPLEMENTATION_COVERAGE.md b/IMPLEMENTATION_COVERAGE.md index 26f6b9d2a..6243655d0 100644 --- a/IMPLEMENTATION_COVERAGE.md +++ b/IMPLEMENTATION_COVERAGE.md @@ -5955,7 +5955,7 @@ ## sagemaker
-17% implemented +18% implemented - [ ] add_association - [X] add_tags @@ -6527,6 +6527,7 @@ - [ ] put_configuration_set_tracking_options - [ ] put_configuration_set_vdm_options - [ ] put_dedicated_ip_in_pool +- [ ] put_dedicated_ip_pool_scaling_attributes - [ ] put_dedicated_ip_warmup_attributes - [ ] put_deliverability_dashboard_option - [ ] put_email_identity_configuration_set_attributes @@ -6881,7 +6882,7 @@ ## support
-35% implemented +31% implemented - [ ] add_attachments_to_set - [ ] add_communication_to_case @@ -6889,8 +6890,10 @@ - [ ] describe_attachment - [X] describe_cases - [ ] describe_communications +- [ ] describe_create_case_options - [ ] describe_services - [ ] describe_severity_levels +- [ ] describe_supported_languages - [ ] describe_trusted_advisor_check_refresh_statuses - [ ] describe_trusted_advisor_check_result - [ ] describe_trusted_advisor_check_summaries @@ -7232,6 +7235,7 @@ - marketplacecommerceanalytics - mediaconvert - mediapackage-vod +- mediapackagev2 - mediatailor - memorydb - mgh diff --git a/docs/docs/services/sagemaker.rst b/docs/docs/services/sagemaker.rst index 00dc187b7..24da37bcd 100644 --- a/docs/docs/services/sagemaker.rst +++ b/docs/docs/services/sagemaker.rst @@ -77,7 +77,7 @@ sagemaker - [ ] create_space - [ ] create_studio_lifecycle_config - [X] create_training_job -- [ ] create_transform_job +- [X] create_transform_job - [X] create_trial - [X] create_trial_component - [ ] create_user_profile @@ -181,7 +181,7 @@ sagemaker - [ ] describe_studio_lifecycle_config - [ ] describe_subscribed_workteam - [X] describe_training_job -- [ ] describe_transform_job +- [X] describe_transform_job - [X] describe_trial - [X] describe_trial_component - [ ] describe_user_profile @@ -261,7 +261,7 @@ sagemaker - [X] list_tags - [X] list_training_jobs - [ ] list_training_jobs_for_hyper_parameter_tuning_job -- [ ] list_transform_jobs +- [X] list_transform_jobs - [X] list_trial_components - [X] list_trials - [ ] list_user_profiles diff --git a/docs/docs/services/sesv2.rst b/docs/docs/services/sesv2.rst index 90894285f..3cef2329d 100644 --- a/docs/docs/services/sesv2.rst +++ b/docs/docs/services/sesv2.rst @@ -93,6 +93,7 @@ sesv2 - [ ] put_configuration_set_tracking_options - [ ] put_configuration_set_vdm_options - [ ] put_dedicated_ip_in_pool +- [ ] put_dedicated_ip_pool_scaling_attributes - [ ] put_dedicated_ip_warmup_attributes - [ ] put_deliverability_dashboard_option - [ ] put_email_identity_configuration_set_attributes diff --git a/docs/docs/services/support.rst b/docs/docs/services/support.rst index e41fb9450..ea6a205a1 100644 --- a/docs/docs/services/support.rst +++ b/docs/docs/services/support.rst @@ -40,8 +40,10 @@ support - [ ] describe_communications +- [ ] describe_create_case_options - [ ] describe_services - [ ] describe_severity_levels +- [ ] describe_supported_languages - [ ] describe_trusted_advisor_check_refresh_statuses - [ ] describe_trusted_advisor_check_result - [ ] describe_trusted_advisor_check_summaries