Prep release 2.3.2 (#4766)
This commit is contained in:
parent
ca327e399d
commit
ba09d771e5
29
CHANGELOG.md
29
CHANGELOG.md
@ -1,6 +1,35 @@
|
||||
Moto Changelog
|
||||
===================
|
||||
|
||||
2.3.2
|
||||
-----
|
||||
General:
|
||||
* Compatible with the latest `responses`-release (0.17.0)
|
||||
|
||||
New Services:
|
||||
* Appsync:
|
||||
* create_api_key()
|
||||
* create_graphql_api()
|
||||
* delete_api_key()
|
||||
* delete_graphql_api()
|
||||
* get_graphql_api()
|
||||
* get_schema_creation_status()
|
||||
* get_type()
|
||||
* list_api_keys()
|
||||
* list_graphql_apis()
|
||||
* list_tags_for_resource()
|
||||
* start_schema_creation()
|
||||
* tag_resource()
|
||||
* untag_resource()
|
||||
* update_api_key()
|
||||
* update_graphql_api()
|
||||
|
||||
Miscellaneous:
|
||||
* AWSLambda:invoke() now throws an error when trying to return an oversized payload (>6MB)
|
||||
* EC2:describe_instances() now supports filtering by `dns-name`
|
||||
* EC2:describe_managed_prefix_lists() now supports filtering by tags
|
||||
* SQS:delete_message_batch() now correctly deals with invalid receipt handles
|
||||
|
||||
2.3.1
|
||||
-----
|
||||
New Services:
|
||||
|
@ -1492,6 +1492,7 @@
|
||||
- [ ] describe_elastic_gpus
|
||||
- [ ] describe_export_image_tasks
|
||||
- [ ] describe_export_tasks
|
||||
- [ ] describe_fast_launch_images
|
||||
- [ ] describe_fast_snapshot_restores
|
||||
- [ ] describe_fleet_history
|
||||
- [ ] describe_fleet_instances
|
||||
@ -1606,6 +1607,7 @@
|
||||
- [X] detach_volume
|
||||
- [X] detach_vpn_gateway
|
||||
- [X] disable_ebs_encryption_by_default
|
||||
- [ ] disable_fast_launch
|
||||
- [ ] disable_fast_snapshot_restores
|
||||
- [ ] disable_image_deprecation
|
||||
- [ ] disable_ipam_organization_admin_account
|
||||
@ -1626,6 +1628,7 @@
|
||||
- [ ] disassociate_trunk_interface
|
||||
- [X] disassociate_vpc_cidr_block
|
||||
- [X] enable_ebs_encryption_by_default
|
||||
- [ ] enable_fast_launch
|
||||
- [ ] enable_fast_snapshot_restores
|
||||
- [ ] enable_image_deprecation
|
||||
- [ ] enable_ipam_organization_admin_account
|
||||
@ -3754,6 +3757,7 @@
|
||||
- [ ] get_resource_share_invitations
|
||||
- [X] get_resource_shares
|
||||
- [ ] list_pending_invitation_resources
|
||||
- [ ] list_permission_versions
|
||||
- [ ] list_permissions
|
||||
- [ ] list_principals
|
||||
- [ ] list_resource_share_permissions
|
||||
|
@ -239,6 +239,7 @@ ec2
|
||||
- [ ] describe_elastic_gpus
|
||||
- [ ] describe_export_image_tasks
|
||||
- [ ] describe_export_tasks
|
||||
- [ ] describe_fast_launch_images
|
||||
- [ ] describe_fast_snapshot_restores
|
||||
- [ ] describe_fleet_history
|
||||
- [ ] describe_fleet_instances
|
||||
@ -364,6 +365,7 @@ ec2
|
||||
- [X] detach_volume
|
||||
- [X] detach_vpn_gateway
|
||||
- [X] disable_ebs_encryption_by_default
|
||||
- [ ] disable_fast_launch
|
||||
- [ ] disable_fast_snapshot_restores
|
||||
- [ ] disable_image_deprecation
|
||||
- [ ] disable_ipam_organization_admin_account
|
||||
@ -384,6 +386,7 @@ ec2
|
||||
- [ ] disassociate_trunk_interface
|
||||
- [X] disassociate_vpc_cidr_block
|
||||
- [X] enable_ebs_encryption_by_default
|
||||
- [ ] enable_fast_launch
|
||||
- [ ] enable_fast_snapshot_restores
|
||||
- [ ] enable_image_deprecation
|
||||
- [ ] enable_ipam_organization_admin_account
|
||||
|
@ -28,6 +28,14 @@ mediastore-data
|
||||
- [X] delete_object
|
||||
- [ ] describe_object
|
||||
- [X] get_object
|
||||
|
||||
The Range-parameter is not yet supported.
|
||||
|
||||
|
||||
- [X] list_items
|
||||
|
||||
The Path- and MaxResults-parameters are not yet supported.
|
||||
|
||||
|
||||
- [X] put_object
|
||||
|
||||
|
@ -39,6 +39,7 @@ ram
|
||||
- [ ] get_resource_share_invitations
|
||||
- [X] get_resource_shares
|
||||
- [ ] list_pending_invitation_resources
|
||||
- [ ] list_permission_versions
|
||||
- [ ] list_permissions
|
||||
- [ ] list_principals
|
||||
- [ ] list_resource_share_permissions
|
||||
|
Loading…
Reference in New Issue
Block a user