Skip to content

Commit 35a80d1

Browse files
Bumping version to 1.37.23
1 parent 97cedaa commit 35a80d1

15 files changed

+70
-53
lines changed

.changes/1.37.23.json

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``apigateway``",
4+
"description": "[``botocore``] Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``apigatewayv2``",
9+
"description": "[``botocore``] Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-runtime``",
14+
"description": "[``botocore``] Launching Multi-modality Content Filter for Amazon Bedrock Guardrails.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``codebuild``",
19+
"description": "[``botocore``] This release adds support for cacheNamespace in ProjectCache",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``ecs``",
24+
"description": "[``botocore``] This is an Amazon ECS documentation only release that addresses tickets.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``meteringmarketplace``",
29+
"description": "[``botocore``] Add support for Marketplace Metering Service dual-stack endpoints.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``networkmanager``",
34+
"description": "[``botocore``] Add support for NetworkManager Dualstack endpoints.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``payment-cryptography``",
39+
"description": "[``botocore``] The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``quicksight``",
44+
"description": "[``botocore``] RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q&A on dashboards, Oracle Service Name when creating data source.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``sagemaker``",
49+
"description": "[``botocore``] TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extension",
50+
"type": "api-change"
51+
}
52+
]

.changes/next-release/api-change-apigateway-52773.json

-5
This file was deleted.

.changes/next-release/api-change-apigatewayv2-58109.json

-5
This file was deleted.

.changes/next-release/api-change-bedrockruntime-42429.json

-5
This file was deleted.

.changes/next-release/api-change-codebuild-43050.json

-5
This file was deleted.

.changes/next-release/api-change-ecs-46562.json

-5
This file was deleted.

.changes/next-release/api-change-meteringmarketplace-42635.json

-5
This file was deleted.

.changes/next-release/api-change-networkmanager-67214.json

-5
This file was deleted.

.changes/next-release/api-change-paymentcryptography-98054.json

-5
This file was deleted.

.changes/next-release/api-change-quicksight-31966.json

-5
This file was deleted.

.changes/next-release/api-change-sagemaker-2107.json

-5
This file was deleted.

CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
CHANGELOG
33
=========
44

5+
1.37.23
6+
=======
7+
8+
* api-change:``apigateway``: [``botocore``] Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.
9+
* api-change:``apigatewayv2``: [``botocore``] Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.
10+
* api-change:``bedrock-runtime``: [``botocore``] Launching Multi-modality Content Filter for Amazon Bedrock Guardrails.
11+
* api-change:``codebuild``: [``botocore``] This release adds support for cacheNamespace in ProjectCache
12+
* api-change:``ecs``: [``botocore``] This is an Amazon ECS documentation only release that addresses tickets.
13+
* api-change:``meteringmarketplace``: [``botocore``] Add support for Marketplace Metering Service dual-stack endpoints.
14+
* api-change:``networkmanager``: [``botocore``] Add support for NetworkManager Dualstack endpoints.
15+
* api-change:``payment-cryptography``: [``botocore``] The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges.
16+
* api-change:``quicksight``: [``botocore``] RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q&A on dashboards, Oracle Service Name when creating data source.
17+
* api-change:``sagemaker``: [``botocore``] TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extension
18+
19+
520
1.37.22
621
=======
722

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.37.22'
20+
__version__ = '1.37.23'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.37.22,<1.38.0
6+
botocore>=1.37.23,<1.38.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.11.0,<0.12.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.37.22,<1.38.0',
17+
'botocore>=1.37.23,<1.38.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.11.0,<0.12.0',
2020
]

0 commit comments

Comments
 (0)