diff --git a/.changes/1.34.130.json b/.changes/1.34.130.json new file mode 100644 index 0000000000..4ca212f92a --- /dev/null +++ b/.changes/1.34.130.json @@ -0,0 +1,32 @@ +[ + { + "category": "``artifact``", + "description": "This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response).", + "type": "api-change" + }, + { + "category": "``athena``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``cur``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``directconnect``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``elastictranscoder``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``opensearch``", + "description": "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 cd54684af1..0000000000 --- a/.changes/next-release/api-change-artifact-36044.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``artifact``", - "description": "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 cf4b1c0038..0000000000 --- a/.changes/next-release/api-change-athena-13939.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "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 ab6d18636e..0000000000 --- a/.changes/next-release/api-change-cur-84269.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cur``", - "description": "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 22d2198420..0000000000 --- a/.changes/next-release/api-change-directconnect-79756.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``directconnect``", - "description": "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 77880a82e4..0000000000 --- a/.changes/next-release/api-change-elastictranscoder-15389.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elastictranscoder``", - "description": "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 1fcf33400e..0000000000 --- a/.changes/next-release/api-change-opensearch-60111.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``opensearch``", - "description": "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 a24e714557..cb252668e6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.130 +======== + +* api-change:``artifact``: This release adds an acceptanceType field to the ReportSummary structure (used in the ListReports API response). +* api-change:``athena``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``cur``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``directconnect``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``elastictranscoder``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``opensearch``: This release enables customers to use JSON Web Tokens (JWT) for authentication on their Amazon OpenSearch Service domains. + + 1.34.129 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index 5fab6b03a2..d1cc761e96 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.129' +__version__ = '1.34.130' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index cb42efeb8b..546ae9c085 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.129' +release = '1.34.130' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.