diff --git a/.changes/1.21.25.json b/.changes/1.21.25.json new file mode 100644 index 0000000000..0582f5aa8c --- /dev/null +++ b/.changes/1.21.25.json @@ -0,0 +1,22 @@ +[ + { + "category": "``ec2``", + "description": "The ImportImage API now supports the ability to create AMIs with AWS-managed licenses for Microsoft SQL Server for both Windows and Linux.", + "type": "api-change" + }, + { + "category": "``memorydb``", + "description": "AWS MemoryDB SDK now supports all APIs for newly launched MemoryDB service.", + "type": "api-change" + }, + { + "category": "``application-autoscaling``", + "description": "This release extends Application Auto Scaling support for replication group of Amazon ElastiCache Redis clusters. Auto Scaling monitors and automatically expands node group count and number of replicas per node group when a critical usage threshold is met or according to customer-defined schedule.", + "type": "api-change" + }, + { + "category": "``appflow``", + "description": "This release adds support for SAPOData connector and extends Veeva connector for document extraction.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appflow-95357.json b/.changes/next-release/api-change-appflow-95357.json deleted file mode 100644 index bf645ab888..0000000000 --- a/.changes/next-release/api-change-appflow-95357.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appflow``", - "description": "This release adds support for SAPOData connector and extends Veeva connector for document extraction." -} diff --git a/.changes/next-release/api-change-applicationautoscaling-28387.json b/.changes/next-release/api-change-applicationautoscaling-28387.json deleted file mode 100644 index e8622e98bf..0000000000 --- a/.changes/next-release/api-change-applicationautoscaling-28387.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-autoscaling``", - "description": "This release extends Application Auto Scaling support for replication group of Amazon ElastiCache Redis clusters. Auto Scaling monitors and automatically expands node group count and number of replicas per node group when a critical usage threshold is met or according to customer-defined schedule." -} diff --git a/.changes/next-release/api-change-ec2-88419.json b/.changes/next-release/api-change-ec2-88419.json deleted file mode 100644 index 848e9c923b..0000000000 --- a/.changes/next-release/api-change-ec2-88419.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "The ImportImage API now supports the ability to create AMIs with AWS-managed licenses for Microsoft SQL Server for both Windows and Linux." -} diff --git a/.changes/next-release/api-change-memorydb-80166.json b/.changes/next-release/api-change-memorydb-80166.json deleted file mode 100644 index 48ca1901a9..0000000000 --- a/.changes/next-release/api-change-memorydb-80166.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``memorydb``", - "description": "AWS MemoryDB SDK now supports all APIs for newly launched MemoryDB service." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 19acee9f45..c949dcbf9e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.21.25 +======= + +* api-change:``ec2``: The ImportImage API now supports the ability to create AMIs with AWS-managed licenses for Microsoft SQL Server for both Windows and Linux. +* api-change:``memorydb``: AWS MemoryDB SDK now supports all APIs for newly launched MemoryDB service. +* api-change:``application-autoscaling``: This release extends Application Auto Scaling support for replication group of Amazon ElastiCache Redis clusters. Auto Scaling monitors and automatically expands node group count and number of replicas per node group when a critical usage threshold is met or according to customer-defined schedule. +* api-change:``appflow``: This release adds support for SAPOData connector and extends Veeva connector for document extraction. + + 1.21.24 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 5d74b1397e..875cd85392 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import re import logging -__version__ = '1.21.24' +__version__ = '1.21.25' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 5a3daae859..74c21c992f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '1.21.' # The full version, including alpha/beta/rc tags. -release = '1.21.24' +release = '1.21.25' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.