From 550b57c20e2bb0d124828bce5f330cffb36f229a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 27 Nov 2024 19:13:17 +0000 Subject: [PATCH] Bumping version to 1.35.71 --- .changes/1.35.71.json | 22 +++++++++++++++++++ .../api-change-bedrockagent-5940.json | 5 ----- .../next-release/api-change-config-52825.json | 5 ----- .../next-release/api-change-fsx-74073.json | 5 ----- .../api-change-observabilityadmin-80607.json | 5 ----- CHANGELOG.rst | 9 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 8 files changed, 33 insertions(+), 22 deletions(-) create mode 100644 .changes/1.35.71.json delete mode 100644 .changes/next-release/api-change-bedrockagent-5940.json delete mode 100644 .changes/next-release/api-change-config-52825.json delete mode 100644 .changes/next-release/api-change-fsx-74073.json delete mode 100644 .changes/next-release/api-change-observabilityadmin-80607.json diff --git a/.changes/1.35.71.json b/.changes/1.35.71.json new file mode 100644 index 0000000000..528a127285 --- /dev/null +++ b/.changes/1.35.71.json @@ -0,0 +1,22 @@ +[ + { + "category": "``bedrock-agent``", + "description": "Add support for specifying embeddingDataType, either FLOAT32 or BINARY", + "type": "api-change" + }, + { + "category": "``config``", + "description": "AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders.", + "type": "api-change" + }, + { + "category": "``fsx``", + "description": "This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems.", + "type": "api-change" + }, + { + "category": "``observabilityadmin``", + "description": "Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-5940.json b/.changes/next-release/api-change-bedrockagent-5940.json deleted file mode 100644 index 16b38d140d..0000000000 --- a/.changes/next-release/api-change-bedrockagent-5940.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "Add support for specifying embeddingDataType, either FLOAT32 or BINARY" -} diff --git a/.changes/next-release/api-change-config-52825.json b/.changes/next-release/api-change-config-52825.json deleted file mode 100644 index 9e7ba41b25..0000000000 --- a/.changes/next-release/api-change-config-52825.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``config``", - "description": "AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders." -} diff --git a/.changes/next-release/api-change-fsx-74073.json b/.changes/next-release/api-change-fsx-74073.json deleted file mode 100644 index d7dfdb60f5..0000000000 --- a/.changes/next-release/api-change-fsx-74073.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems." -} diff --git a/.changes/next-release/api-change-observabilityadmin-80607.json b/.changes/next-release/api-change-observabilityadmin-80607.json deleted file mode 100644 index 7bd3e3c5ff..0000000000 --- a/.changes/next-release/api-change-observabilityadmin-80607.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``observabilityadmin``", - "description": "Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8faafebebd..887dc33daa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.35.71 +======= + +* api-change:``bedrock-agent``: Add support for specifying embeddingDataType, either FLOAT32 or BINARY +* api-change:``config``: AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders. +* api-change:``fsx``: This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems. +* api-change:``observabilityadmin``: Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry. + + 1.35.70 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 8094329878..b488d006d2 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.70' +__version__ = '1.35.71' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 00be59498d..a7d6a0558e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35.' # The full version, including alpha/beta/rc tags. -release = '1.35.70' +release = '1.35.71' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.