Skip to content

Commit 8237e0e

Browse files
Merge branch 'release-1.42.82' into develop
* release-1.42.82: Bumping version to 1.42.82 Add changelog entries from botocore
2 parents 56ae489 + 6f10d16 commit 8237e0e

5 files changed

Lines changed: 82 additions & 3 deletions

File tree

.changes/1.42.82.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"category": "``appstream``",
4+
"description": "[``botocore``] Amazon WorkSpaces Applications now supports drain mode for instances in multi-session fleets. This capability allows administrators to instruct individual fleet instances to stop accepting new user sessions while allowing existing sessions to continue uninterrupted.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agentcore-control``",
9+
"description": "[``botocore``] Adds support for three-legged (Authorization Code grant type) OAuth along with predefined MCP tool schema configuration for Amazon Bedrock AgentCore gateway MCP server targets.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-data-automation``",
14+
"description": "[``botocore``] Data Automation Library is a BDA capability that lets you create reusable entity resources to improve extraction accuracy. Libraries support Custom Vocabulary entities that enhance speech recognition for audio and video content with domain-specific terminology shared across projects",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``bedrock-runtime``",
19+
"description": "[``botocore``] Relax ToolUseId pattern to allow dots and colons",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``cloudwatch``",
24+
"description": "[``botocore``] CloudWatch now supports OTel enrichment to make vended metrics for supported AWS resources queryable via PromQL with resource ARN and tag labels, and PromQL alarms for metrics ingested via the OTLP endpoint with multi-contributor evaluation.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``connect``",
29+
"description": "[``botocore``] Include CUSTOMER to evaluation target and participant role. Support Korean, Japanese and Simplified Chinese in evaluation forms.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``deadline``",
34+
"description": "[``botocore``] AWS Deadline Cloud now supports configurable scheduling on each queue. The scheduling configuration controls how workers are distributed across jobs.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``endpoint-rules``",
39+
"description": "[``botocore``] Update endpoint-rules client to latest version",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``gamelift``",
44+
"description": "[``botocore``] Amazon GameLift Servers now includes a ComputeName field in game session API responses, making it easier to identify which compute is hosting a game session without cross-referencing IP addresses.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``geo-places``",
49+
"description": "[``botocore``] This release updates API reference documentation for Amazon Location Service Places APIs to reflect regional restrictions for Grab Maps users in ReverseGeocode, Suggest, SearchText, and GetPlace operations",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``logs``",
54+
"description": "[``botocore``] We are pleased to announce that our logs transformation csv processor now has a destination field, allowing you to specify under which parent node parsed columns be placed under.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``pricing``",
59+
"description": "[``botocore``] This release increases the MaxResults parameter of the GetAttributeValues API from 100 to 10000.",
60+
"type": "api-change"
61+
}
62+
]

CHANGELOG.rst

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

5+
1.42.82
6+
=======
7+
8+
* api-change:``appstream``: [``botocore``] Amazon WorkSpaces Applications now supports drain mode for instances in multi-session fleets. This capability allows administrators to instruct individual fleet instances to stop accepting new user sessions while allowing existing sessions to continue uninterrupted.
9+
* api-change:``bedrock-agentcore-control``: [``botocore``] Adds support for three-legged (Authorization Code grant type) OAuth along with predefined MCP tool schema configuration for Amazon Bedrock AgentCore gateway MCP server targets.
10+
* api-change:``bedrock-data-automation``: [``botocore``] Data Automation Library is a BDA capability that lets you create reusable entity resources to improve extraction accuracy. Libraries support Custom Vocabulary entities that enhance speech recognition for audio and video content with domain-specific terminology shared across projects
11+
* api-change:``bedrock-runtime``: [``botocore``] Relax ToolUseId pattern to allow dots and colons
12+
* api-change:``cloudwatch``: [``botocore``] CloudWatch now supports OTel enrichment to make vended metrics for supported AWS resources queryable via PromQL with resource ARN and tag labels, and PromQL alarms for metrics ingested via the OTLP endpoint with multi-contributor evaluation.
13+
* api-change:``connect``: [``botocore``] Include CUSTOMER to evaluation target and participant role. Support Korean, Japanese and Simplified Chinese in evaluation forms.
14+
* api-change:``deadline``: [``botocore``] AWS Deadline Cloud now supports configurable scheduling on each queue. The scheduling configuration controls how workers are distributed across jobs.
15+
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version
16+
* api-change:``gamelift``: [``botocore``] Amazon GameLift Servers now includes a ComputeName field in game session API responses, making it easier to identify which compute is hosting a game session without cross-referencing IP addresses.
17+
* api-change:``geo-places``: [``botocore``] This release updates API reference documentation for Amazon Location Service Places APIs to reflect regional restrictions for Grab Maps users in ReverseGeocode, Suggest, SearchText, and GetPlace operations
18+
* api-change:``logs``: [``botocore``] We are pleased to announce that our logs transformation csv processor now has a destination field, allowing you to specify under which parent node parsed columns be placed under.
19+
* api-change:``pricing``: [``botocore``] This release increases the MaxResults parameter of the GetAttributeValues API from 100 to 10000.
20+
21+
522
1.42.81
623
=======
724

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.81'
21+
__version__ = '1.42.82'
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.81,<1.43.0
6+
botocore>=1.42.82,<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.81,<1.43.0',
17+
'botocore>=1.42.82,<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)