Skip to content

Commit fe0c8c8

Browse files
Bumping version to 1.42.65
1 parent 16de875 commit fe0c8c8

11 files changed

Lines changed: 46 additions & 33 deletions

.changes/1.42.65.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``bedrock-agentcore-control``",
4+
"description": "[``botocore``] Adding first class support for AG-UI protocol in AgentCore Runtime.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connectcases``",
9+
"description": "[``botocore``] Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``dms``",
14+
"description": "[``botocore``] Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``endpoint-rules``",
19+
"description": "[``botocore``] Update endpoint-rules client to latest version",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``kafka``",
24+
"description": "[``botocore``] Add dual stack endpoint to SDK",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``lexv2-models``",
29+
"description": "[``botocore``] This release introduces a new generative AI feature called Lex Bot Analyzer. This feature leverage AI to analyze the bot configuration against AWS Lex best practices to identify configuration issues and provides recommendations.",
30+
"type": "api-change"
31+
}
32+
]

.changes/next-release/api-change-bedrockagentcorecontrol-12887.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-connectcases-96002.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-dms-43720.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-endpointrules-89033.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-kafka-62013.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-lexv2models-28041.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

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

5+
1.42.65
6+
=======
7+
8+
* api-change:``bedrock-agentcore-control``: [``botocore``] Adding first class support for AG-UI protocol in AgentCore Runtime.
9+
* api-change:``connectcases``: [``botocore``] Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions.
10+
* api-change:``dms``: [``botocore``] Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings
11+
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version
12+
* api-change:``kafka``: [``botocore``] Add dual stack endpoint to SDK
13+
* api-change:``lexv2-models``: [``botocore``] This release introduces a new generative AI feature called Lex Bot Analyzer. This feature leverage AI to analyze the bot configuration against AWS Lex best practices to identify configuration issues and provides recommendations.
14+
15+
516
1.42.64
617
=======
718

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.64'
21+
__version__ = '1.42.65'
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.64,<1.43.0
6+
botocore>=1.42.65,<1.43.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.16.0,<0.17.0
99

0 commit comments

Comments
 (0)