Skip to content

Commit 5e30d50

Browse files
Merge branch 'release-1.42.93' into develop
* release-1.42.93: Bumping version to 1.42.93 Add changelog entries from botocore
2 parents 8dc013e + 6f598a2 commit 5e30d50

5 files changed

Lines changed: 64 additions & 3 deletions

File tree

.changes/1.42.93.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``cognito-idp``",
4+
"description": "[``botocore``] Adding dutch language support for Cognito Managed Login and Terms on Console",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``comprehendmedical``",
9+
"description": "[``botocore``] This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``compute-optimizer``",
14+
"description": "[``botocore``] This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.0. The SDK will prioritize its most performant protocol.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``compute-optimizer-automation``",
19+
"description": "[``botocore``] This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.0. The SDK will prioritize its most performant protocol.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``gamelift``",
24+
"description": "[``botocore``] This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``marketplace-entitlement``",
29+
"description": "[``botocore``] This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``network-firewall``",
34+
"description": "[``botocore``] Support for new types of partner managed rulegroups for Network Firewall Service",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``sagemaker``",
39+
"description": "[``botocore``] SageMaker AI now supports generative AI inference recommendations. Provide your model and workload, and SageMaker AI optimizes configurations, benchmarks them on real GPUs, and returns deployment-ready recommendations with validated metrics, accelerating the path to production from weeks to hours.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``snowball``",
44+
"description": "[``botocore``] This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
CHANGELOG
33
=========
44

5+
1.42.93
6+
=======
7+
8+
* api-change:``cognito-idp``: [``botocore``] Adding dutch language support for Cognito Managed Login and Terms on Console
9+
* api-change:``comprehendmedical``: [``botocore``] This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.
10+
* api-change:``compute-optimizer``: [``botocore``] This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.0. The SDK will prioritize its most performant protocol.
11+
* api-change:``compute-optimizer-automation``: [``botocore``] This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.0. The SDK will prioritize its most performant protocol.
12+
* api-change:``gamelift``: [``botocore``] This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.
13+
* api-change:``marketplace-entitlement``: [``botocore``] This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.
14+
* api-change:``network-firewall``: [``botocore``] Support for new types of partner managed rulegroups for Network Firewall Service
15+
* api-change:``sagemaker``: [``botocore``] SageMaker AI now supports generative AI inference recommendations. Provide your model and workload, and SageMaker AI optimizes configurations, benchmarks them on real GPUs, and returns deployment-ready recommendations with validated metrics, accelerating the path to production from weeks to hours.
16+
* api-change:``snowball``: [``botocore``] This release adds Smithy RPC v2 CBOR as an additional protocol alongside the existing AWS JSON 1.1. The SDK will prioritize its most performant protocol.
17+
18+
519
1.42.92
620
=======
721

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from boto3.session import Session
1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.42.92'
21+
__version__ = '1.42.93'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.42.92,<1.43.0
6+
botocore>=1.42.93,<1.43.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.16.0,<0.17.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.42.92,<1.43.0',
17+
'botocore>=1.42.93,<1.43.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.16.0,<0.17.0',
2020
]

0 commit comments

Comments
 (0)