From 074b8fcb640e091cb8bff3e7ac9883c224ccac2d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 12 Jul 2024 18:06:08 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-acmpca-9901.json | 5 +++++ .changes/next-release/api-change-arczonalshift-83150.json | 5 +++++ .../next-release/api-change-globalaccelerator-31678.json | 5 +++++ .changes/next-release/api-change-pinpoint-20409.json | 5 +++++ .changes/next-release/api-change-quicksight-14125.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-acmpca-9901.json create mode 100644 .changes/next-release/api-change-arczonalshift-83150.json create mode 100644 .changes/next-release/api-change-globalaccelerator-31678.json create mode 100644 .changes/next-release/api-change-pinpoint-20409.json create mode 100644 .changes/next-release/api-change-quicksight-14125.json diff --git a/.changes/next-release/api-change-acmpca-9901.json b/.changes/next-release/api-change-acmpca-9901.json new file mode 100644 index 0000000000..23990e0cdf --- /dev/null +++ b/.changes/next-release/api-change-acmpca-9901.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``acm-pca``", + "description": "[``botocore``] Minor refactoring of C2J model for AWS Private CA" +} diff --git a/.changes/next-release/api-change-arczonalshift-83150.json b/.changes/next-release/api-change-arczonalshift-83150.json new file mode 100644 index 0000000000..670759080d --- /dev/null +++ b/.changes/next-release/api-change-arczonalshift-83150.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``arc-zonal-shift``", + "description": "[``botocore``] Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region." +} diff --git a/.changes/next-release/api-change-globalaccelerator-31678.json b/.changes/next-release/api-change-globalaccelerator-31678.json new file mode 100644 index 0000000000..2c8b842057 --- /dev/null +++ b/.changes/next-release/api-change-globalaccelerator-31678.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``globalaccelerator``", + "description": "[``botocore``] This feature adds exceptions to the Customer API to avoid throwing Internal Service errors" +} diff --git a/.changes/next-release/api-change-pinpoint-20409.json b/.changes/next-release/api-change-pinpoint-20409.json new file mode 100644 index 0000000000..610a41f19d --- /dev/null +++ b/.changes/next-release/api-change-pinpoint-20409.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pinpoint``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." +} diff --git a/.changes/next-release/api-change-quicksight-14125.json b/.changes/next-release/api-change-quicksight-14125.json new file mode 100644 index 0000000000..459f706860 --- /dev/null +++ b/.changes/next-release/api-change-quicksight-14125.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "[``botocore``] Vega ally control options and Support for Reviewed Answers in Topics" +} From b3936b5ac5c04fafebff8b3d943462297e6cee22 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 12 Jul 2024 18:07:31 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.144 --- .changes/1.34.144.json | 27 +++++++++++++++++++ .../next-release/api-change-acmpca-9901.json | 5 ---- .../api-change-arczonalshift-83150.json | 5 ---- .../api-change-globalaccelerator-31678.json | 5 ---- .../api-change-pinpoint-20409.json | 5 ---- .../api-change-quicksight-14125.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.34.144.json delete mode 100644 .changes/next-release/api-change-acmpca-9901.json delete mode 100644 .changes/next-release/api-change-arczonalshift-83150.json delete mode 100644 .changes/next-release/api-change-globalaccelerator-31678.json delete mode 100644 .changes/next-release/api-change-pinpoint-20409.json delete mode 100644 .changes/next-release/api-change-quicksight-14125.json diff --git a/.changes/1.34.144.json b/.changes/1.34.144.json new file mode 100644 index 0000000000..da5d2a8f8b --- /dev/null +++ b/.changes/1.34.144.json @@ -0,0 +1,27 @@ +[ + { + "category": "``acm-pca``", + "description": "[``botocore``] Minor refactoring of C2J model for AWS Private CA", + "type": "api-change" + }, + { + "category": "``arc-zonal-shift``", + "description": "[``botocore``] Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region.", + "type": "api-change" + }, + { + "category": "``globalaccelerator``", + "description": "[``botocore``] This feature adds exceptions to the Customer API to avoid throwing Internal Service errors", + "type": "api-change" + }, + { + "category": "``pinpoint``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] Vega ally control options and Support for Reviewed Answers in Topics", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acmpca-9901.json b/.changes/next-release/api-change-acmpca-9901.json deleted file mode 100644 index 23990e0cdf..0000000000 --- a/.changes/next-release/api-change-acmpca-9901.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm-pca``", - "description": "[``botocore``] Minor refactoring of C2J model for AWS Private CA" -} diff --git a/.changes/next-release/api-change-arczonalshift-83150.json b/.changes/next-release/api-change-arczonalshift-83150.json deleted file mode 100644 index 670759080d..0000000000 --- a/.changes/next-release/api-change-arczonalshift-83150.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``arc-zonal-shift``", - "description": "[``botocore``] Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region." -} diff --git a/.changes/next-release/api-change-globalaccelerator-31678.json b/.changes/next-release/api-change-globalaccelerator-31678.json deleted file mode 100644 index 2c8b842057..0000000000 --- a/.changes/next-release/api-change-globalaccelerator-31678.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``globalaccelerator``", - "description": "[``botocore``] This feature adds exceptions to the Customer API to avoid throwing Internal Service errors" -} diff --git a/.changes/next-release/api-change-pinpoint-20409.json b/.changes/next-release/api-change-pinpoint-20409.json deleted file mode 100644 index 610a41f19d..0000000000 --- a/.changes/next-release/api-change-pinpoint-20409.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pinpoint``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-quicksight-14125.json b/.changes/next-release/api-change-quicksight-14125.json deleted file mode 100644 index 459f706860..0000000000 --- a/.changes/next-release/api-change-quicksight-14125.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] Vega ally control options and Support for Reviewed Answers in Topics" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c03fe46701..33d5476619 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.144 +======== + +* api-change:``acm-pca``: [``botocore``] Minor refactoring of C2J model for AWS Private CA +* api-change:``arc-zonal-shift``: [``botocore``] Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region. +* api-change:``globalaccelerator``: [``botocore``] This feature adds exceptions to the Customer API to avoid throwing Internal Service errors +* api-change:``pinpoint``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``quicksight``: [``botocore``] Vega ally control options and Support for Reviewed Answers in Topics + + 1.34.143 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 8200d098ce..71884efc50 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.143' +__version__ = '1.34.144' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 39c3a73e94..e9be053c77 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.143,<1.35.0 + botocore>=1.34.144,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 489b092b37..682db36894 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.143,<1.35.0', + 'botocore>=1.34.144,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]