Prep release 4.1.10 (#6336)
This commit is contained in:
parent
8ca9c17e5e
commit
a57284a942
35
CHANGELOG.md
35
CHANGELOG.md
@ -2,6 +2,41 @@ Moto Changelog
|
||||
==============
|
||||
|
||||
|
||||
4.1.10
|
||||
------
|
||||
Docker Digest for 4.1.10: <autopopulateddigest>
|
||||
|
||||
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_
|
||||
|
@ -5955,7 +5955,7 @@
|
||||
|
||||
## sagemaker
|
||||
<details>
|
||||
<summary>17% implemented</summary>
|
||||
<summary>18% implemented</summary>
|
||||
|
||||
- [ ] 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
|
||||
<details>
|
||||
<summary>35% implemented</summary>
|
||||
<summary>31% implemented</summary>
|
||||
|
||||
- [ ] 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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user