From d00e0ba626e8a8085446dd6a100fb96e8d63db28 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 27 Nov 2024 19:13:07 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-bedrockagent-5940.json | 5 +++++ .changes/next-release/api-change-config-52825.json | 5 +++++ .changes/next-release/api-change-fsx-74073.json | 5 +++++ .../next-release/api-change-observabilityadmin-80607.json | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockagent-5940.json create mode 100644 .changes/next-release/api-change-config-52825.json create mode 100644 .changes/next-release/api-change-fsx-74073.json create mode 100644 .changes/next-release/api-change-observabilityadmin-80607.json diff --git a/.changes/next-release/api-change-bedrockagent-5940.json b/.changes/next-release/api-change-bedrockagent-5940.json new file mode 100644 index 0000000000..7d64c18d85 --- /dev/null +++ b/.changes/next-release/api-change-bedrockagent-5940.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..45ab2a6f42 --- /dev/null +++ b/.changes/next-release/api-change-config-52825.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``config``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..769fe8a3c6 --- /dev/null +++ b/.changes/next-release/api-change-fsx-74073.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fsx``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..d149c19d0c --- /dev/null +++ b/.changes/next-release/api-change-observabilityadmin-80607.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``observabilityadmin``", + "description": "[``botocore``] 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." +} From ab26d011c4870881b14cc1fb13fe1247d316d2a1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 27 Nov 2024 19:13:31 +0000 Subject: [PATCH 2/2] 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 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 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..5332439ee7 --- /dev/null +++ b/.changes/1.35.71.json @@ -0,0 +1,22 @@ +[ + { + "category": "``bedrock-agent``", + "description": "[``botocore``] Add support for specifying embeddingDataType, either FLOAT32 or BINARY", + "type": "api-change" + }, + { + "category": "``config``", + "description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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 7d64c18d85..0000000000 --- a/.changes/next-release/api-change-bedrockagent-5940.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "[``botocore``] 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 45ab2a6f42..0000000000 --- a/.changes/next-release/api-change-config-52825.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``config``", - "description": "[``botocore``] 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 769fe8a3c6..0000000000 --- a/.changes/next-release/api-change-fsx-74073.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fsx``", - "description": "[``botocore``] 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 d149c19d0c..0000000000 --- a/.changes/next-release/api-change-observabilityadmin-80607.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``observabilityadmin``", - "description": "[``botocore``] 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 683e1ea859..2d1e6553bc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.35.71 +======= + +* api-change:``bedrock-agent``: [``botocore``] Add support for specifying embeddingDataType, either FLOAT32 or BINARY +* api-change:``config``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] 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/boto3/__init__.py b/boto3/__init__.py index 97e4d2fa95..f029df5951 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.70' +__version__ = '1.35.71' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index b61da5ee83..4db105d886 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.70,<1.36.0 + botocore>=1.35.71,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index b18cd3a911..d9ce859edf 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.70,<1.36.0', + 'botocore>=1.35.71,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]