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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [ "3.7", "3.9", "3.10" ]
|
python-version: [ "3.7", "3.10" ]
|
||||||
responses-version: ["0.11.0", "0.12.0", "0.12.1", "0.13.0", "0.15.0", "0.17.0" ]
|
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" ]
|
mock-version: [ "3.0.5", "4.0.0", "4.0.3" ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
40
CHANGELOG.md
40
CHANGELOG.md
@ -1,6 +1,46 @@
|
|||||||
Moto Changelog
|
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
|
3.0.0
|
||||||
-----
|
-----
|
||||||
This is a major release, and as such contains some breaking changes.
|
This is a major release, and as such contains some breaking changes.
|
||||||
|
@ -1371,7 +1371,7 @@
|
|||||||
- [X] create_route_table
|
- [X] create_route_table
|
||||||
- [X] create_security_group
|
- [X] create_security_group
|
||||||
- [X] create_snapshot
|
- [X] create_snapshot
|
||||||
- [ ] create_snapshots
|
- [X] create_snapshots
|
||||||
- [ ] create_spot_datafeed_subscription
|
- [ ] create_spot_datafeed_subscription
|
||||||
- [ ] create_store_image_task
|
- [ ] create_store_image_task
|
||||||
- [X] create_subnet
|
- [X] create_subnet
|
||||||
@ -3350,7 +3350,7 @@
|
|||||||
|
|
||||||
## logs
|
## logs
|
||||||
<details>
|
<details>
|
||||||
<summary>57% implemented</summary>
|
<summary>59% implemented</summary>
|
||||||
|
|
||||||
- [ ] associate_kms_key
|
- [ ] associate_kms_key
|
||||||
- [ ] cancel_export_task
|
- [ ] cancel_export_task
|
||||||
@ -3697,7 +3697,7 @@
|
|||||||
|
|
||||||
## organizations
|
## organizations
|
||||||
<details>
|
<details>
|
||||||
<summary>74% implemented</summary>
|
<summary>76% implemented</summary>
|
||||||
|
|
||||||
- [ ] accept_handshake
|
- [ ] accept_handshake
|
||||||
- [X] attach_policy
|
- [X] attach_policy
|
||||||
@ -3745,7 +3745,7 @@
|
|||||||
- [X] list_targets_for_policy
|
- [X] list_targets_for_policy
|
||||||
- [X] move_account
|
- [X] move_account
|
||||||
- [X] register_delegated_administrator
|
- [X] register_delegated_administrator
|
||||||
- [ ] remove_account_from_organization
|
- [X] remove_account_from_organization
|
||||||
- [X] tag_resource
|
- [X] tag_resource
|
||||||
- [X] untag_resource
|
- [X] untag_resource
|
||||||
- [X] update_organizational_unit
|
- [X] update_organizational_unit
|
||||||
@ -5475,4 +5475,4 @@
|
|||||||
- workspaces
|
- workspaces
|
||||||
- workspaces-web
|
- workspaces-web
|
||||||
- xray
|
- xray
|
||||||
</details>
|
</details>
|
@ -114,7 +114,11 @@ ec2
|
|||||||
- [X] create_route_table
|
- [X] create_route_table
|
||||||
- [X] create_security_group
|
- [X] create_security_group
|
||||||
- [X] create_snapshot
|
- [X] create_snapshot
|
||||||
- [ ] create_snapshots
|
- [X] create_snapshots
|
||||||
|
|
||||||
|
The CopyTagsFromSource-parameter is not yet implemented.
|
||||||
|
|
||||||
|
|
||||||
- [ ] create_spot_datafeed_subscription
|
- [ ] create_spot_datafeed_subscription
|
||||||
- [ ] create_store_image_task
|
- [ ] create_store_image_task
|
||||||
- [X] create_subnet
|
- [X] create_subnet
|
||||||
|
@ -53,7 +53,7 @@ logs
|
|||||||
The next_token and limit arguments are ignored. The maximum
|
The next_token and limit arguments are ignored. The maximum
|
||||||
number of resource policies per region is a small number (less
|
number of resource policies per region is a small number (less
|
||||||
than 50), so pagination isn't needed.
|
than 50), so pagination isn't needed.
|
||||||
|
|
||||||
|
|
||||||
- [X] describe_subscription_filters
|
- [X] describe_subscription_filters
|
||||||
- [ ] disassociate_kms_key
|
- [ ] disassociate_kms_key
|
||||||
@ -78,3 +78,4 @@ logs
|
|||||||
- [X] tag_log_group
|
- [X] tag_log_group
|
||||||
- [ ] test_metric_filter
|
- [ ] test_metric_filter
|
||||||
- [X] untag_log_group
|
- [X] untag_log_group
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user