Prepare release 3.0.1 (#4794)

This commit is contained in:
Bert Blommers 2022-01-25 20:08:32 -01:00 committed by GitHub
parent cf50da6938
commit 7d5ac89186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 54 additions and 9 deletions

View File

@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.7", "3.9", "3.10" ]
responses-version: ["0.11.0", "0.12.0", "0.12.1", "0.13.0", "0.15.0", "0.17.0" ]
python-version: [ "3.7", "3.10" ]
responses-version: ["0.11.0", "0.12.0", "0.13.0", "0.15.0", "0.17.0" ]
mock-version: [ "3.0.5", "4.0.0", "4.0.3" ]
steps:

View File

@ -1,6 +1,46 @@
Moto Changelog
===================
3.0.1
-----
* New Services:
* MQ:
* create_broker()
* create_configuration()
* create_tags()
* create_user()
* delete_broker()
* delete_tags()
* delete_user()
* describe_broker()
* describe_configuration()
* describe_configuration_revision()
* describe_user()
* list_brokers()
* list_configurations()
* list_tags()
* list_users()
* reboot_broker()
* update_broker()
* update_configuration()
* update_user()
* New Methods:
* EC2:
* create_snapshots()
* Logs:
* create_export_task()
* Organizations:
* remove_account_from_organization()
* Miscellaneous:
* DynamoDB: transact_write_items() now throws a MultipleTransactionsException when appropriate
* DynamoDB: Now throws the appropriate InvalidConditionExpression when a ConditionExpression contains reserved keywords
* Organizations: delete_organization() now validates whether all accounts are deleted
* SecretsManager: The attributes CreatedDate and LastChangedDate are now returned for secrets
* SNS: Simplistic email validation is now in place before sending emails
3.0.0
-----
This is a major release, and as such contains some breaking changes.

View File

@ -1371,7 +1371,7 @@
- [X] create_route_table
- [X] create_security_group
- [X] create_snapshot
- [ ] create_snapshots
- [X] create_snapshots
- [ ] create_spot_datafeed_subscription
- [ ] create_store_image_task
- [X] create_subnet
@ -3350,7 +3350,7 @@
## logs
<details>
<summary>57% implemented</summary>
<summary>59% implemented</summary>
- [ ] associate_kms_key
- [ ] cancel_export_task
@ -3697,7 +3697,7 @@
## organizations
<details>
<summary>74% implemented</summary>
<summary>76% implemented</summary>
- [ ] accept_handshake
- [X] attach_policy
@ -3745,7 +3745,7 @@
- [X] list_targets_for_policy
- [X] move_account
- [X] register_delegated_administrator
- [ ] remove_account_from_organization
- [X] remove_account_from_organization
- [X] tag_resource
- [X] untag_resource
- [X] update_organizational_unit
@ -5475,4 +5475,4 @@
- workspaces
- workspaces-web
- xray
</details>
</details>

View File

@ -114,7 +114,11 @@ ec2
- [X] create_route_table
- [X] create_security_group
- [X] create_snapshot
- [ ] create_snapshots
- [X] create_snapshots
The CopyTagsFromSource-parameter is not yet implemented.
- [ ] create_spot_datafeed_subscription
- [ ] create_store_image_task
- [X] create_subnet

View File

@ -53,7 +53,7 @@ logs
The next_token and limit arguments are ignored. The maximum
number of resource policies per region is a small number (less
than 50), so pagination isn't needed.
- [X] describe_subscription_filters
- [ ] disassociate_kms_key
@ -78,3 +78,4 @@ logs
- [X] tag_log_group
- [ ] test_metric_filter
- [X] untag_log_group