diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d821f5d..c995bc872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Moto Changelog ============== +4.2.4 +----- +Docker Digest for 4.2.4: + + 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: diff --git a/IMPLEMENTATION_COVERAGE.md b/IMPLEMENTATION_COVERAGE.md index 3fbb89966..d6801d036 100644 --- a/IMPLEMENTATION_COVERAGE.md +++ b/IMPLEMENTATION_COVERAGE.md @@ -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
-19% implemented +18% implemented - [ ] 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
-16% implemented +18% implemented - [ ] 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
-69% implemented +66% implemented - [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 diff --git a/docs/docs/services/ec2.rst b/docs/docs/services/ec2.rst index 583b6bb80..a83b302b4 100644 --- a/docs/docs/services/ec2.rst +++ b/docs/docs/services/ec2.rst @@ -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 diff --git a/docs/docs/services/medialive.rst b/docs/docs/services/medialive.rst index 24388449e..efbab63fe 100644 --- a/docs/docs/services/medialive.rst +++ b/docs/docs/services/medialive.rst @@ -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 diff --git a/docs/docs/services/opensearch.rst b/docs/docs/services/opensearch.rst index c7196e50d..d87234028 100644 --- a/docs/docs/services/opensearch.rst +++ b/docs/docs/services/opensearch.rst @@ -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 diff --git a/docs/docs/services/servicediscovery.rst b/docs/docs/services/servicediscovery.rst index 353881ed8..08fe3b774 100644 --- a/docs/docs/services/servicediscovery.rst +++ b/docs/docs/services/servicediscovery.rst @@ -35,6 +35,7 @@ servicediscovery - [X] delete_service - [ ] deregister_instance - [ ] discover_instances +- [ ] discover_instances_revision - [ ] get_instance - [ ] get_instances_health_status - [X] get_namespace