Skip to content

Commit

Permalink
Prep release 2.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Dec 24, 2021
1 parent a1bfb6a commit 691bb87
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Moto Changelog
===================

2.2.20
-----
New Services:
* ElasticsearchService:
* create_elasticsearch_domain()
* delete_elasticsearch_domain()
* describe_elasticsearch_domain()
* list_domain_names()

New Methods:
* EC2:
* disable_ebs_encryption_by_default()
* enable_ebs_encryption_by_default()
* get_ebs_encryption_by_default()
* Redshift:
* pause_cluster()
* resume_cluster()

Miscellanous:
* ELBv2: create_listener now supports the DefaultActions.ForwardConfig parameter
* Redshift: restore_from_cluster_snapshot() now supports the NodeType and NumberOfNodes-parameters
* Sagemaker: list_experiments() now supports pagination
* Sagemaker: list_trials() now supports pagination
* Sagemaker: list_trial_components() now supports pagination


2.2.19
-----
General:
Expand Down

0 comments on commit 691bb87

Please sign in to comment.