Skip to content

Commit 444b788

Browse files
Merge branch 'release-1.44.71' into develop
* release-1.44.71: Bumping version to 1.44.71 Update changelog based on model updates
2 parents 22bde40 + c93b239 commit 444b788

7 files changed

Lines changed: 77 additions & 9 deletions

File tree

.changes/1.44.71.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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 command 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+
{
53+
"category": "``s3``",
54+
"description": "Fix handling of SSE-C keys when copying unencrypted to encrypted objects or objects with different encryption keys",
55+
"type": "bugfix"
56+
}
57+
]

.changes/next-release/bugfix-s3-86352.json

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

CHANGELOG.rst

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

5+
1.44.71
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 command 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+
* bugfix:``s3``: Fix handling of SSE-C keys when copying unencrypted to encrypted objects or objects with different encryption keys
19+
20+
521
1.44.70
622
=======
723

awscli/__init__.py

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

1919
import os
2020

21-
__version__ = '1.44.70'
21+
__version__ = '1.44.71'
2222

2323
#
2424
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.44.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.44.70'
55+
release = '1.44.71'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

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.80
6+
botocore==1.42.81
77
docutils>=0.18.1,<=0.19
88
s3transfer>=0.16.0,<0.17.0
99
PyYAML>=3.10,<6.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def find_version(*file_paths):
2424

2525

2626
install_requires = [
27-
'botocore==1.42.80',
27+
'botocore==1.42.81',
2828
'docutils>=0.18.1,<=0.19',
2929
's3transfer>=0.16.0,<0.17.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)