Skip to content

Commit

Permalink
Prep release 2.3.2 (#4766)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers authored Jan 15, 2022
1 parent ca327e3 commit ba09d77
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions IMPLEMENTATION_COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions docs/docs/services/ec2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 8 additions & 0 deletions docs/docs/services/mediastore-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 change: 1 addition & 0 deletions docs/docs/services/ram.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba09d77

Please sign in to comment.