diff --git a/.changes/1.34.130.json b/.changes/1.34.130.json new file mode 100644 index 0000000000..58d6f21520 --- /dev/null +++ b/.changes/1.34.130.json @@ -0,0 +1,32 @@ +[ + { + "category": "``artifact``", + "description": "[``botocore``] This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response).", + "type": "api-change" + }, + { + "category": "``athena``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``cur``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``directconnect``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``elastictranscoder``", + "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "[``botocore``] This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-artifact-36044.json b/.changes/next-release/api-change-artifact-36044.json deleted file mode 100644 index ca7f7a46f2..0000000000 --- a/.changes/next-release/api-change-artifact-36044.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``artifact``", - "description": "[``botocore``] This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response)." -} diff --git a/.changes/next-release/api-change-athena-13939.json b/.changes/next-release/api-change-athena-13939.json deleted file mode 100644 index 533b4141bb..0000000000 --- a/.changes/next-release/api-change-athena-13939.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-cur-84269.json b/.changes/next-release/api-change-cur-84269.json deleted file mode 100644 index 941931eade..0000000000 --- a/.changes/next-release/api-change-cur-84269.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cur``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-directconnect-79756.json b/.changes/next-release/api-change-directconnect-79756.json deleted file mode 100644 index 4ca2306ed1..0000000000 --- a/.changes/next-release/api-change-directconnect-79756.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``directconnect``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-elastictranscoder-15389.json b/.changes/next-release/api-change-elastictranscoder-15389.json deleted file mode 100644 index 4667ebf28e..0000000000 --- a/.changes/next-release/api-change-elastictranscoder-15389.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elastictranscoder``", - "description": "[``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-opensearch-60111.json b/.changes/next-release/api-change-opensearch-60111.json deleted file mode 100644 index 0c49104940..0000000000 --- a/.changes/next-release/api-change-opensearch-60111.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "[``botocore``] This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0a8fb42802..fa543dc45f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.130 +======== + +* api-change:``artifact``: [``botocore``] This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response). +* api-change:``athena``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``cur``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``directconnect``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``elastictranscoder``: [``botocore``] Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``opensearch``: [``botocore``] This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains. + + 1.34.129 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 13b05630b1..8ebe2b48fb 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.129' +__version__ = '1.34.130' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 6fa7eabd2a..29659b5350 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.129,<1.35.0 + botocore>=1.34.130,<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 95c0370af9..53531c90f1 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.34.129,<1.35.0', + 'botocore>=1.34.130,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]