Prepare release 3.0.1 (#4794)
This commit is contained in:
parent
cf50da6938
commit
7d5ac89186
4
.github/workflows/test_outdated_versions.yml
vendored
4
.github/workflows/test_outdated_versions.yml
vendored
@ -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:
|
||||
|
40
CHANGELOG.md
40
CHANGELOG.md
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -78,3 +78,4 @@ logs
|
||||
- [X] tag_log_group
|
||||
- [ ] test_metric_filter
|
||||
- [X] untag_log_group
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user