Prep release 4.2.4 (#6842)
This commit is contained in:
parent
e758239fe8
commit
d45845deb1
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,6 +1,20 @@
|
||||
Moto Changelog
|
||||
==============
|
||||
|
||||
4.2.4
|
||||
-----
|
||||
Docker Digest for 4.2.4: <autopopulateddigest>
|
||||
|
||||
New Methods:
|
||||
* OpenSearch:
|
||||
* list_domain_names()
|
||||
|
||||
Miscellaneous:
|
||||
* DynamoDB: Fixed a bug where binary data could not be queried (introduced in 4.2.3)
|
||||
* EC2: VPC Peering Connections are now supported across accounts
|
||||
* ECS: register_task_definition() now validates the PidMode has the correct value
|
||||
* S3: put_bucket_notification_configuration() now supports SNS Topic targets
|
||||
|
||||
4.2.3
|
||||
-----
|
||||
Docker Digest for 4.2.3: <autopopulateddigest>
|
||||
|
@ -2272,6 +2272,7 @@
|
||||
- [X] disable_ebs_encryption_by_default
|
||||
- [ ] disable_fast_launch
|
||||
- [ ] disable_fast_snapshot_restores
|
||||
- [ ] disable_image_block_public_access
|
||||
- [ ] disable_image_deprecation
|
||||
- [ ] disable_ipam_organization_admin_account
|
||||
- [ ] disable_serial_console_access
|
||||
@ -2298,6 +2299,7 @@
|
||||
- [X] enable_ebs_encryption_by_default
|
||||
- [ ] enable_fast_launch
|
||||
- [ ] enable_fast_snapshot_restores
|
||||
- [ ] enable_image_block_public_access
|
||||
- [ ] enable_image_deprecation
|
||||
- [ ] enable_ipam_organization_admin_account
|
||||
- [ ] enable_reachability_analyzer_organization_sharing
|
||||
@ -2324,6 +2326,7 @@
|
||||
- [ ] get_flow_logs_integration_template
|
||||
- [ ] get_groups_for_capacity_reservation
|
||||
- [ ] get_host_reservation_purchase_preview
|
||||
- [ ] get_image_block_public_access_state
|
||||
- [ ] get_instance_types_from_instance_requirements
|
||||
- [ ] get_instance_uefi_data
|
||||
- [ ] get_ipam_address_history
|
||||
@ -4514,7 +4517,7 @@
|
||||
|
||||
## medialive
|
||||
<details>
|
||||
<summary>19% implemented</summary>
|
||||
<summary>18% implemented</summary>
|
||||
|
||||
- [ ] accept_input_device_transfer
|
||||
- [ ] batch_delete
|
||||
@ -4564,9 +4567,11 @@
|
||||
- [ ] reboot_input_device
|
||||
- [ ] reject_input_device_transfer
|
||||
- [X] start_channel
|
||||
- [ ] start_input_device
|
||||
- [ ] start_input_device_maintenance_window
|
||||
- [ ] start_multiplex
|
||||
- [X] stop_channel
|
||||
- [ ] stop_input_device
|
||||
- [ ] stop_multiplex
|
||||
- [ ] transfer_input_device
|
||||
- [ ] update_account_configuration
|
||||
@ -4759,7 +4764,7 @@
|
||||
|
||||
## opensearch
|
||||
<details>
|
||||
<summary>16% implemented</summary>
|
||||
<summary>18% implemented</summary>
|
||||
|
||||
- [ ] accept_inbound_connection
|
||||
- [X] add_tags
|
||||
@ -4795,7 +4800,7 @@
|
||||
- [ ] get_package_version_history
|
||||
- [ ] get_upgrade_history
|
||||
- [ ] get_upgrade_status
|
||||
- [ ] list_domain_names
|
||||
- [X] list_domain_names
|
||||
- [ ] list_domains_for_package
|
||||
- [ ] list_instance_type_details
|
||||
- [ ] list_packages_for_domain
|
||||
@ -6598,7 +6603,7 @@
|
||||
|
||||
## servicediscovery
|
||||
<details>
|
||||
<summary>69% implemented</summary>
|
||||
<summary>66% implemented</summary>
|
||||
|
||||
- [X] create_http_namespace
|
||||
- [X] create_private_dns_namespace
|
||||
@ -6608,6 +6613,7 @@
|
||||
- [X] delete_service
|
||||
- [ ] deregister_instance
|
||||
- [ ] discover_instances
|
||||
- [ ] discover_instances_revision
|
||||
- [ ] get_instance
|
||||
- [ ] get_instances_health_status
|
||||
- [X] get_namespace
|
||||
|
@ -431,6 +431,7 @@ ec2
|
||||
- [X] disable_ebs_encryption_by_default
|
||||
- [ ] disable_fast_launch
|
||||
- [ ] disable_fast_snapshot_restores
|
||||
- [ ] disable_image_block_public_access
|
||||
- [ ] disable_image_deprecation
|
||||
- [ ] disable_ipam_organization_admin_account
|
||||
- [ ] disable_serial_console_access
|
||||
@ -457,6 +458,7 @@ ec2
|
||||
- [X] enable_ebs_encryption_by_default
|
||||
- [ ] enable_fast_launch
|
||||
- [ ] enable_fast_snapshot_restores
|
||||
- [ ] enable_image_block_public_access
|
||||
- [ ] enable_image_deprecation
|
||||
- [ ] enable_ipam_organization_admin_account
|
||||
- [ ] enable_reachability_analyzer_organization_sharing
|
||||
@ -483,6 +485,7 @@ ec2
|
||||
- [ ] get_flow_logs_integration_template
|
||||
- [ ] get_groups_for_capacity_reservation
|
||||
- [ ] get_host_reservation_purchase_preview
|
||||
- [ ] get_image_block_public_access_state
|
||||
- [ ] get_instance_types_from_instance_requirements
|
||||
- [ ] get_instance_uefi_data
|
||||
- [ ] get_ipam_address_history
|
||||
|
@ -89,9 +89,11 @@ medialive
|
||||
- [ ] reboot_input_device
|
||||
- [ ] reject_input_device_transfer
|
||||
- [X] start_channel
|
||||
- [ ] start_input_device
|
||||
- [ ] start_input_device_maintenance_window
|
||||
- [ ] start_multiplex
|
||||
- [X] stop_channel
|
||||
- [ ] stop_input_device
|
||||
- [ ] stop_multiplex
|
||||
- [ ] transfer_input_device
|
||||
- [ ] update_account_configuration
|
||||
|
@ -61,7 +61,7 @@ opensearch
|
||||
- [ ] get_package_version_history
|
||||
- [ ] get_upgrade_history
|
||||
- [ ] get_upgrade_status
|
||||
- [x] list_domain_names
|
||||
- [X] list_domain_names
|
||||
- [ ] list_domains_for_package
|
||||
- [ ] list_instance_type_details
|
||||
- [ ] list_packages_for_domain
|
||||
|
@ -35,6 +35,7 @@ servicediscovery
|
||||
- [X] delete_service
|
||||
- [ ] deregister_instance
|
||||
- [ ] discover_instances
|
||||
- [ ] discover_instances_revision
|
||||
- [ ] get_instance
|
||||
- [ ] get_instances_health_status
|
||||
- [X] get_namespace
|
||||
|
Loading…
Reference in New Issue
Block a user