Skip to content

Commit d0feeda

Browse files
Merge branch 'release-1.42.81' into develop
* release-1.42.81: Bumping version to 1.42.81 Update to latest models
2 parents 8f5a56f + b75a7e0 commit d0feeda

16 files changed

Lines changed: 2558 additions & 520 deletions

File tree

.changes/1.42.81.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``bedrock``",
4+
"description": "Adds support for Bedrock Batch Inference Job Progress Monitoring",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agentcore``",
9+
"description": "Added the ability to filter out empty sessions when listing sessions. Customers can now retrieve only sessions that still contain events, eliminating the need to check each session individually. No changes required for existing integrations.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-agentcore-control``",
14+
"description": "Adds support for VPC egress private endpoints for Amazon Bedrock AgentCore gateway targets, enabling private connectivity through managed VPC Lattice resources. Also adds IAM credential provider for gateway targets, enabling IAM-based authentication to target endpoints",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ecs``",
19+
"description": "Amazon ECS now supports Managed Daemons with dedicated APIs for registering daemon task definitions, creating daemons, and managing daemon deployments.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``elasticache``",
24+
"description": "Updated SnapshotRetentionLimit documentation for ServerlessCache to correctly describe the parameter as number of days (max 35) instead of number of snapshots.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``endpoint-rules``",
29+
"description": "Update endpoint-rules client to latest version",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``es``",
34+
"description": "Adding Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08 as TLS Policy in Supported Regions",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``geo-routes``",
39+
"description": "This release makes RoutingBoundary optional in CalculateRouteMatrix, set StopDuration with a maximum value of 49999 for CalculateRoutes, set TrailerCount with a maximum value of 4, and introduces region restrictions for Grab Maps users.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``medical-imaging``",
44+
"description": "Added new boolean flag to persist metadata updates to all primary image sets in the same study as the requested image set.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``opensearch``",
49+
"description": "Adding Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08 as TLS Policy in Supported Regions",
50+
"type": "api-change"
51+
}
52+
]

CHANGELOG.rst

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

5+
1.42.81
6+
=======
7+
8+
* api-change:``bedrock``: Adds support for Bedrock Batch Inference Job Progress Monitoring
9+
* api-change:``bedrock-agentcore``: Added the ability to filter out empty sessions when listing sessions. Customers can now retrieve only sessions that still contain events, eliminating the need to check each session individually. No changes required for existing integrations.
10+
* api-change:``bedrock-agentcore-control``: Adds support for VPC egress private endpoints for Amazon Bedrock AgentCore gateway targets, enabling private connectivity through managed VPC Lattice resources. Also adds IAM credential provider for gateway targets, enabling IAM-based authentication to target endpoints
11+
* api-change:``ecs``: Amazon ECS now supports Managed Daemons with dedicated APIs for registering daemon task definitions, creating daemons, and managing daemon deployments.
12+
* api-change:``elasticache``: Updated SnapshotRetentionLimit documentation for ServerlessCache to correctly describe the parameter as number of days (max 35) instead of number of snapshots.
13+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
14+
* api-change:``es``: Adding Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08 as TLS Policy in Supported Regions
15+
* api-change:``geo-routes``: This release makes RoutingBoundary optional in CalculateRouteMatrix, set StopDuration with a maximum value of 49999 for CalculateRoutes, set TrailerCount with a maximum value of 4, and introduces region restrictions for Grab Maps users.
16+
* api-change:``medical-imaging``: Added new boolean flag to persist metadata updates to all primary image sets in the same study as the requested image set.
17+
* api-change:``opensearch``: Adding Policy-Min-TLS-1-2-RFC9151-FIPS-2024-08 as TLS Policy in Supported Regions
18+
19+
520
1.42.80
621
=======
722

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.42.80'
20+
__version__ = '1.42.81'
2121

2222

2323
# Configure default logger to do nothing

0 commit comments

Comments
 (0)