Prep release 4.0.2 (#5447)
This commit is contained in:
parent
6f3c391812
commit
04ab1110e4
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@ dist/*
|
||||
.cache
|
||||
.tox
|
||||
.coverage
|
||||
coverage.xml
|
||||
cover/
|
||||
*.pyc
|
||||
*~
|
||||
|
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,6 +1,37 @@
|
||||
Moto Changelog
|
||||
==============
|
||||
|
||||
4.0.2
|
||||
-----
|
||||
Docker Digest for 4.0.2: <autopopulateddigest>
|
||||
|
||||
New Services:
|
||||
* Amazon Managed Prometheus (AMP)
|
||||
* create_rule_groups_namespace()
|
||||
* create_workspace()
|
||||
* delete_rule_groups_namespace()
|
||||
* delete_workspace()
|
||||
* describe_rule_groups_namespace()
|
||||
* describe_workspace()
|
||||
* list_rule_groups_namespaces()
|
||||
* list_tags_for_resource()
|
||||
* list_workspaces()
|
||||
* put_rule_groups_namespace()
|
||||
* tag_resource()
|
||||
* untag_resource()
|
||||
* update_workspace_alias()
|
||||
|
||||
Miscellaneous:
|
||||
* APIGateway:put_method() now supports the requestParameters-parameter
|
||||
* AutoScaling:create_auto_scaling_group() now supports the MixedInstancesPolicy-parameter
|
||||
* CloudWatchLogs:filter_log_events() now supports the filterPattern-parameter
|
||||
* DynamoDB:batch_put_item() now has validatior for empty keys
|
||||
* Kinesis:create_stream() now supports stream-mode=OnDemand
|
||||
* S3:head_object() now returns the PartsCount-header
|
||||
* SNS:subscribe() now has increased support for the FilterPolicy-argument
|
||||
* SSM now returns the /aws/service/ami-amazon-linux-latest-parameters as provided by AWS
|
||||
|
||||
|
||||
4.0.1
|
||||
-----
|
||||
Docker Digest for 4.0.1: _sha256:effbe303d0ac958569537b725e7632354deb6e9ce0a78ced1a2c6bdd4123831d_
|
||||
|
@ -620,6 +620,7 @@
|
||||
- [X] create_invalidation
|
||||
- [ ] create_key_group
|
||||
- [ ] create_monitoring_subscription
|
||||
- [ ] create_origin_access_control
|
||||
- [ ] create_origin_request_policy
|
||||
- [ ] create_public_key
|
||||
- [ ] create_realtime_log_config
|
||||
@ -634,6 +635,7 @@
|
||||
- [ ] delete_function
|
||||
- [ ] delete_key_group
|
||||
- [ ] delete_monitoring_subscription
|
||||
- [ ] delete_origin_access_control
|
||||
- [ ] delete_origin_request_policy
|
||||
- [ ] delete_public_key
|
||||
- [ ] delete_realtime_log_config
|
||||
@ -655,6 +657,8 @@
|
||||
- [ ] get_key_group
|
||||
- [ ] get_key_group_config
|
||||
- [ ] get_monitoring_subscription
|
||||
- [ ] get_origin_access_control
|
||||
- [ ] get_origin_access_control_config
|
||||
- [ ] get_origin_request_policy
|
||||
- [ ] get_origin_request_policy_config
|
||||
- [ ] get_public_key
|
||||
@ -679,6 +683,7 @@
|
||||
- [ ] list_functions
|
||||
- [ ] list_invalidations
|
||||
- [ ] list_key_groups
|
||||
- [ ] list_origin_access_controls
|
||||
- [ ] list_origin_request_policies
|
||||
- [ ] list_public_keys
|
||||
- [ ] list_realtime_log_configs
|
||||
@ -696,6 +701,7 @@
|
||||
- [ ] update_field_level_encryption_profile
|
||||
- [ ] update_function
|
||||
- [ ] update_key_group
|
||||
- [ ] update_origin_access_control
|
||||
- [ ] update_origin_request_policy
|
||||
- [ ] update_public_key
|
||||
- [ ] update_realtime_log_config
|
||||
@ -6298,6 +6304,7 @@
|
||||
- connect-contact-lens
|
||||
- connectcampaigns
|
||||
- connectparticipant
|
||||
- controltower
|
||||
- cur
|
||||
- customer-profiles
|
||||
- dataexchange
|
||||
|
@ -42,6 +42,7 @@ cloudfront
|
||||
- [X] create_invalidation
|
||||
- [ ] create_key_group
|
||||
- [ ] create_monitoring_subscription
|
||||
- [ ] create_origin_access_control
|
||||
- [ ] create_origin_request_policy
|
||||
- [ ] create_public_key
|
||||
- [ ] create_realtime_log_config
|
||||
@ -61,6 +62,7 @@ cloudfront
|
||||
- [ ] delete_function
|
||||
- [ ] delete_key_group
|
||||
- [ ] delete_monitoring_subscription
|
||||
- [ ] delete_origin_access_control
|
||||
- [ ] delete_origin_request_policy
|
||||
- [ ] delete_public_key
|
||||
- [ ] delete_realtime_log_config
|
||||
@ -82,6 +84,8 @@ cloudfront
|
||||
- [ ] get_key_group
|
||||
- [ ] get_key_group_config
|
||||
- [ ] get_monitoring_subscription
|
||||
- [ ] get_origin_access_control
|
||||
- [ ] get_origin_access_control_config
|
||||
- [ ] get_origin_request_policy
|
||||
- [ ] get_origin_request_policy_config
|
||||
- [ ] get_public_key
|
||||
@ -110,6 +114,7 @@ cloudfront
|
||||
- [ ] list_functions
|
||||
- [ ] list_invalidations
|
||||
- [ ] list_key_groups
|
||||
- [ ] list_origin_access_controls
|
||||
- [ ] list_origin_request_policies
|
||||
- [ ] list_public_keys
|
||||
- [ ] list_realtime_log_configs
|
||||
@ -132,6 +137,7 @@ cloudfront
|
||||
- [ ] update_field_level_encryption_profile
|
||||
- [ ] update_function
|
||||
- [ ] update_key_group
|
||||
- [ ] update_origin_access_control
|
||||
- [ ] update_origin_request_policy
|
||||
- [ ] update_public_key
|
||||
- [ ] update_realtime_log_config
|
||||
|
Loading…
Reference in New Issue
Block a user