From 4e2fd48247573c151b72093c3f509bd1d4511676 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 22 Feb 2023 19:09:11 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-chimesdkvoice-51719.json | 5 +++++ .changes/next-release/api-change-cloudfront-23051.json | 5 +++++ .changes/next-release/api-change-datasync-10801.json | 5 +++++ .changes/next-release/api-change-opensearch-30611.json | 5 +++++ .changes/next-release/api-change-rum-36039.json | 5 +++++ .changes/next-release/api-change-ssm-29665.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-chimesdkvoice-51719.json create mode 100644 .changes/next-release/api-change-cloudfront-23051.json create mode 100644 .changes/next-release/api-change-datasync-10801.json create mode 100644 .changes/next-release/api-change-opensearch-30611.json create mode 100644 .changes/next-release/api-change-rum-36039.json create mode 100644 .changes/next-release/api-change-ssm-29665.json diff --git a/.changes/next-release/api-change-chimesdkvoice-51719.json b/.changes/next-release/api-change-chimesdkvoice-51719.json new file mode 100644 index 0000000000..40ac3aca42 --- /dev/null +++ b/.changes/next-release/api-change-chimesdkvoice-51719.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``chime-sdk-voice``", + "description": "[``botocore``] This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace" +} diff --git a/.changes/next-release/api-change-cloudfront-23051.json b/.changes/next-release/api-change-cloudfront-23051.json new file mode 100644 index 0000000000..5e55bd76a7 --- /dev/null +++ b/.changes/next-release/api-change-cloudfront-23051.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudfront``", + "description": "[``botocore``] CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list." +} diff --git a/.changes/next-release/api-change-datasync-10801.json b/.changes/next-release/api-change-datasync-10801.json new file mode 100644 index 0000000000..e27f08d75f --- /dev/null +++ b/.changes/next-release/api-change-datasync-10801.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datasync``", + "description": "[``botocore``] AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1." +} diff --git a/.changes/next-release/api-change-opensearch-30611.json b/.changes/next-release/api-change-opensearch-30611.json new file mode 100644 index 0000000000..88f33e93df --- /dev/null +++ b/.changes/next-release/api-change-opensearch-30611.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``opensearch``", + "description": "[``botocore``] This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window." +} diff --git a/.changes/next-release/api-change-rum-36039.json b/.changes/next-release/api-change-rum-36039.json new file mode 100644 index 0000000000..6e5396a9a6 --- /dev/null +++ b/.changes/next-release/api-change-rum-36039.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rum``", + "description": "[``botocore``] CloudWatch RUM now supports CloudWatch Custom Metrics" +} diff --git a/.changes/next-release/api-change-ssm-29665.json b/.changes/next-release/api-change-ssm-29665.json new file mode 100644 index 0000000000..1a2413e265 --- /dev/null +++ b/.changes/next-release/api-change-ssm-29665.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm``", + "description": "[``botocore``] Document only update for Feb 2023" +} From 3220f97611df0a2cc585a7c129d3eb32ab4057d6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 22 Feb 2023 19:09:32 +0000 Subject: [PATCH 2/2] Bumping version to 1.26.77 --- .changes/1.26.77.json | 32 +++++++++++++++++++ .../api-change-chimesdkvoice-51719.json | 5 --- .../api-change-cloudfront-23051.json | 5 --- .../api-change-datasync-10801.json | 5 --- .../api-change-opensearch-30611.json | 5 --- .../next-release/api-change-rum-36039.json | 5 --- .../next-release/api-change-ssm-29665.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.77.json delete mode 100644 .changes/next-release/api-change-chimesdkvoice-51719.json delete mode 100644 .changes/next-release/api-change-cloudfront-23051.json delete mode 100644 .changes/next-release/api-change-datasync-10801.json delete mode 100644 .changes/next-release/api-change-opensearch-30611.json delete mode 100644 .changes/next-release/api-change-rum-36039.json delete mode 100644 .changes/next-release/api-change-ssm-29665.json diff --git a/.changes/1.26.77.json b/.changes/1.26.77.json new file mode 100644 index 0000000000..5ff6d0064c --- /dev/null +++ b/.changes/1.26.77.json @@ -0,0 +1,32 @@ +[ + { + "category": "``chime-sdk-voice``", + "description": "[``botocore``] This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace", + "type": "api-change" + }, + { + "category": "``cloudfront``", + "description": "[``botocore``] CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list.", + "type": "api-change" + }, + { + "category": "``datasync``", + "description": "[``botocore``] AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "[``botocore``] This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window.", + "type": "api-change" + }, + { + "category": "``rum``", + "description": "[``botocore``] CloudWatch RUM now supports CloudWatch Custom Metrics", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] Document only update for Feb 2023", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-chimesdkvoice-51719.json b/.changes/next-release/api-change-chimesdkvoice-51719.json deleted file mode 100644 index 40ac3aca42..0000000000 --- a/.changes/next-release/api-change-chimesdkvoice-51719.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``chime-sdk-voice``", - "description": "[``botocore``] This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace" -} diff --git a/.changes/next-release/api-change-cloudfront-23051.json b/.changes/next-release/api-change-cloudfront-23051.json deleted file mode 100644 index 5e55bd76a7..0000000000 --- a/.changes/next-release/api-change-cloudfront-23051.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudfront``", - "description": "[``botocore``] CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list." -} diff --git a/.changes/next-release/api-change-datasync-10801.json b/.changes/next-release/api-change-datasync-10801.json deleted file mode 100644 index e27f08d75f..0000000000 --- a/.changes/next-release/api-change-datasync-10801.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datasync``", - "description": "[``botocore``] AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1." -} diff --git a/.changes/next-release/api-change-opensearch-30611.json b/.changes/next-release/api-change-opensearch-30611.json deleted file mode 100644 index 88f33e93df..0000000000 --- a/.changes/next-release/api-change-opensearch-30611.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "[``botocore``] This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window." -} diff --git a/.changes/next-release/api-change-rum-36039.json b/.changes/next-release/api-change-rum-36039.json deleted file mode 100644 index 6e5396a9a6..0000000000 --- a/.changes/next-release/api-change-rum-36039.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rum``", - "description": "[``botocore``] CloudWatch RUM now supports CloudWatch Custom Metrics" -} diff --git a/.changes/next-release/api-change-ssm-29665.json b/.changes/next-release/api-change-ssm-29665.json deleted file mode 100644 index 1a2413e265..0000000000 --- a/.changes/next-release/api-change-ssm-29665.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "[``botocore``] Document only update for Feb 2023" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f3b6c7da27..3ac083d5d2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.26.77 +======= + +* api-change:``chime-sdk-voice``: [``botocore``] This release introduces support for Voice Connector media metrics in the Amazon Chime SDK Voice namespace +* api-change:``cloudfront``: [``botocore``] CloudFront now supports block lists in origin request policies so that you can forward all headers, cookies, or query string from viewer requests to the origin *except* for those specified in the block list. +* api-change:``datasync``: [``botocore``] AWS DataSync has relaxed the minimum length constraint of AccessKey for Object Storage locations to 1. +* api-change:``opensearch``: [``botocore``] This release lets customers configure Off-peak window and software update related properties for a new/existing domain. It enhances the capabilities of StartServiceSoftwareUpdate API; adds 2 new APIs - ListScheduledActions & UpdateScheduledAction; and allows Auto-tune to make use of Off-peak window. +* api-change:``rum``: [``botocore``] CloudWatch RUM now supports CloudWatch Custom Metrics +* api-change:``ssm``: [``botocore``] Document only update for Feb 2023 + + 1.26.76 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index d5c700e124..6fcd59e139 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.76' +__version__ = '1.26.77' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 753af7ccd3..f302f932ed 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.29.76,<1.30.0 + botocore>=1.29.77,<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 a087163b3e..006fe4888b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.29.76,<1.30.0', + 'botocore>=1.29.77,<1.30.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.6.0,<0.7.0', ]