Prep release 2.2.16 (#4608)

This commit is contained in:
Bert Blommers 2021-11-21 18:57:11 -01:00 committed by GitHub
parent 1102e282fd
commit f3d38e81a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 3 deletions

View File

@ -1,6 +1,34 @@
Moto Changelog Moto Changelog
=================== ===================
2.2.16
------
New Services:
* SimpleDB:
* create_domain()
* delete_domain()
* get_attributes()
* list_domains()
* put_attributes()
New Methods:
* Glue:
* create_job
* Route53 Resolver:
* create_resolver_endpoint()
* delete_resolver_endpoint()
* get_resolver_endpoint()
* list_resolver_endpoints()
* list_resolver_endpoint_ip_addresses()
* list_tags_for_resource()
* tag_resource()
* untag_resource()
* update_resolver_endpoint()
Miscellaneous:
* Moto now supports mocking S3-equivalent libraries such as Ceph
* Cognito IDP now exposes the `cognito:groups`-attribute as part of the AccessToken
2.2.15 2.2.15
------ ------
General: General:

View File

@ -2103,7 +2103,7 @@
## glue ## glue
<details> <details>
<summary>7% implemented</summary> <summary>8% implemented</summary>
- [ ] batch_create_partition - [ ] batch_create_partition
- [ ] batch_delete_connection - [ ] batch_delete_connection
@ -2127,7 +2127,7 @@
- [X] create_crawler - [X] create_crawler
- [X] create_database - [X] create_database
- [ ] create_dev_endpoint - [ ] create_dev_endpoint
- [ ] create_job - [X] create_job
- [ ] create_ml_transform - [ ] create_ml_transform
- [ ] create_partition - [ ] create_partition
- [ ] create_partition_index - [ ] create_partition_index

View File

@ -47,7 +47,7 @@ glue
- [X] create_crawler - [X] create_crawler
- [X] create_database - [X] create_database
- [ ] create_dev_endpoint - [ ] create_dev_endpoint
- [ ] create_job - [X] create_job
- [ ] create_ml_transform - [ ] create_ml_transform
- [ ] create_partition - [ ] create_partition
- [ ] create_partition_index - [ ] create_partition_index