From f34d71b969f68de103a12ca2011300eef4afb11d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 27 Feb 2023 19:08:37 +0000 Subject: [PATCH] Bumping version to 1.26.80 --- .changes/1.26.80.json | 32 +++++++++++++++++++ .../api-change-devopsguru-32735.json | 5 --- .../next-release/api-change-drs-37116.json | 5 --- .../api-change-internetmonitor-89667.json | 5 --- .../next-release/api-change-lambda-18634.json | 5 --- .../api-change-mediaconvert-72473.json | 5 --- .../api-change-timestreamwrite-66971.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.26.80.json delete mode 100644 .changes/next-release/api-change-devopsguru-32735.json delete mode 100644 .changes/next-release/api-change-drs-37116.json delete mode 100644 .changes/next-release/api-change-internetmonitor-89667.json delete mode 100644 .changes/next-release/api-change-lambda-18634.json delete mode 100644 .changes/next-release/api-change-mediaconvert-72473.json delete mode 100644 .changes/next-release/api-change-timestreamwrite-66971.json diff --git a/.changes/1.26.80.json b/.changes/1.26.80.json new file mode 100644 index 0000000000..ab5a4d0db7 --- /dev/null +++ b/.changes/1.26.80.json @@ -0,0 +1,32 @@ +[ + { + "category": "``devops-guru``", + "description": "[``botocore``] This release adds the description field on ListAnomaliesForInsight and DescribeAnomaly API responses for proactive anomalies.", + "type": "api-change" + }, + { + "category": "``drs``", + "description": "[``botocore``] New fields were added to reflect availability zone data in source server and recovery instance description commands responses, as well as source server launch status.", + "type": "api-change" + }, + { + "category": "``internetmonitor``", + "description": "[``botocore``] CloudWatch Internet Monitor is a a new service within CloudWatch that will help application developers and network engineers continuously monitor internet performance metrics such as availability and performance between their AWS-hosted applications and end-users of these applications", + "type": "api-change" + }, + { + "category": "``lambda``", + "description": "[``botocore``] This release adds the ability to create ESMs with Document DB change streams as event source. For more information see https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources.", + "type": "api-change" + }, + { + "category": "``timestream-write``", + "description": "[``botocore``] This release adds the ability to ingest batched historical data or migrate data in bulk from S3 into Timestream using CSV files.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-devopsguru-32735.json b/.changes/next-release/api-change-devopsguru-32735.json deleted file mode 100644 index 6383457817..0000000000 --- a/.changes/next-release/api-change-devopsguru-32735.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``devops-guru``", - "description": "[``botocore``] This release adds the description field on ListAnomaliesForInsight and DescribeAnomaly API responses for proactive anomalies." -} diff --git a/.changes/next-release/api-change-drs-37116.json b/.changes/next-release/api-change-drs-37116.json deleted file mode 100644 index fb42687d60..0000000000 --- a/.changes/next-release/api-change-drs-37116.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``drs``", - "description": "[``botocore``] New fields were added to reflect availability zone data in source server and recovery instance description commands responses, as well as source server launch status." -} diff --git a/.changes/next-release/api-change-internetmonitor-89667.json b/.changes/next-release/api-change-internetmonitor-89667.json deleted file mode 100644 index d456b24f66..0000000000 --- a/.changes/next-release/api-change-internetmonitor-89667.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``internetmonitor``", - "description": "[``botocore``] CloudWatch Internet Monitor is a a new service within CloudWatch that will help application developers and network engineers continuously monitor internet performance metrics such as availability and performance between their AWS-hosted applications and end-users of these applications" -} diff --git a/.changes/next-release/api-change-lambda-18634.json b/.changes/next-release/api-change-lambda-18634.json deleted file mode 100644 index 602e4ad61d..0000000000 --- a/.changes/next-release/api-change-lambda-18634.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lambda``", - "description": "[``botocore``] This release adds the ability to create ESMs with Document DB change streams as event source. For more information see https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html." -} diff --git a/.changes/next-release/api-change-mediaconvert-72473.json b/.changes/next-release/api-change-mediaconvert-72473.json deleted file mode 100644 index b95976847b..0000000000 --- a/.changes/next-release/api-change-mediaconvert-72473.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "[``botocore``] The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources." -} diff --git a/.changes/next-release/api-change-timestreamwrite-66971.json b/.changes/next-release/api-change-timestreamwrite-66971.json deleted file mode 100644 index 468193b096..0000000000 --- a/.changes/next-release/api-change-timestreamwrite-66971.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``timestream-write``", - "description": "[``botocore``] This release adds the ability to ingest batched historical data or migrate data in bulk from S3 into Timestream using CSV files." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3c6859a5d0..8364fa34fa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.26.80 +======= + +* api-change:``devops-guru``: [``botocore``] This release adds the description field on ListAnomaliesForInsight and DescribeAnomaly API responses for proactive anomalies. +* api-change:``drs``: [``botocore``] New fields were added to reflect availability zone data in source server and recovery instance description commands responses, as well as source server launch status. +* api-change:``internetmonitor``: [``botocore``] CloudWatch Internet Monitor is a a new service within CloudWatch that will help application developers and network engineers continuously monitor internet performance metrics such as availability and performance between their AWS-hosted applications and end-users of these applications +* api-change:``lambda``: [``botocore``] This release adds the ability to create ESMs with Document DB change streams as event source. For more information see https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html. +* api-change:``mediaconvert``: [``botocore``] The AWS Elemental MediaConvert SDK has added support for HDR10 to SDR tone mapping, and animated GIF video input sources. +* api-change:``timestream-write``: [``botocore``] This release adds the ability to ingest batched historical data or migrate data in bulk from S3 into Timestream using CSV files. + + 1.26.79 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 8d6bffb587..fded60e2d8 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.26.79' +__version__ = '1.26.80' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 66832ec379..8d0e1194b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.79,<1.30.0 + botocore>=1.29.80,<1.30.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.6.0,<0.7.0 diff --git a/setup.py b/setup.py index 5c705c21f4..9c1748b96d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.79,<1.30.0', + 'botocore>=1.29.80,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]