Skip to content

Commit

Permalink
Prep release 5.0.5 (#7574)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Apr 6, 2024
1 parent 32e187f commit af6bc3a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Moto Changelog
==============

5.0.5
-----
Docker Digest for 5.0.5: <autopopulateddigest>

New Methods:
* SecretsManager:
* batch_get_secret_value()

Miscellaneous:
* ApplicationAutoscaling: put_scaling_policy() now generates CW alarms for DynamoDB and ECS
* DynamoDB: Fix pagination for scan()/query()
* DynamoDB: batch_write_item() now validates for duplicate DELETE or PUT requests
* Events: put_events() now validates that input-values cannot be empty
* IOT: create_topic_rule() now validates name-format
* ResourceGroupsTaggingAPI: tag_resources() now supports RDS snapshots
* SFN: Fixed a bug where the executionInput was double encoded


5.0.4
-----
Docker Digest for 5.0.4: _sha256:e13e917e563bd1e3bb745b0ce914bdcc3bd4577542e13e1468eac5078774b2aa_
Expand Down
4 changes: 2 additions & 2 deletions IMPLEMENTATION_COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7143,9 +7143,9 @@

## secretsmanager
<details>
<summary>86% implemented</summary>
<summary>91% implemented</summary>

- [ ] batch_get_secret_value
- [X] batch_get_secret_value
- [X] cancel_rotate_secret
- [X] create_secret
- [X] delete_resource_policy
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/services/application-autoscaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ application-autoscaling
- [X] delete_scaling_policy
- [X] delete_scheduled_action
- [X] deregister_scalable_target
Registers or updates a scalable target.

- [X] describe_scalable_targets
Describe scalable targets.

- [ ] describe_scaling_activities
- [X] describe_scaling_policies
- [X] describe_scheduled_actions
Expand All @@ -33,8 +29,6 @@ application-autoscaling
- [X] put_scaling_policy
- [X] put_scheduled_action
- [X] register_scalable_target
Registers or updates a scalable target.

- [ ] tag_resource
- [ ] untag_resource

2 changes: 1 addition & 1 deletion docs/docs/services/secretsmanager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ secretsmanager

|start-h3| Implemented features for this service |end-h3|

- [ ] batch_get_secret_value
- [X] batch_get_secret_value
- [X] cancel_rotate_secret
- [X] create_secret
- [X] delete_resource_policy
Expand Down

0 comments on commit af6bc3a

Please sign in to comment.