Skip to content

Commit 99980e5

Browse files
Merge branch 'release-1.43.3' into develop
* release-1.43.3: Bumping version to 1.43.3 Add changelog entries from botocore
2 parents e240af8 + 1f57fdc commit 99980e5

5 files changed

Lines changed: 58 additions & 3 deletions

File tree

.changes/1.43.3.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``bedrock-agentcore-control``",
4+
"description": "[``botocore``] Amazon Bedrock AgentCore gateways now support MCP Sessions and response streaming from MCP targets. Session timeouts can be set between 15 minutes and 8 hours, and response streaming enables forwarding stream events sent by MCP targets to gateway users.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "[``botocore``] This feature allows customers to change the tunnel bandwidth on existing VPN connections using the ModifyVpnConnectionOptions API",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``geo-routes``",
14+
"description": "[``botocore``] Added support for TravelTimeExceedsDriverWorkHours, ViolatedBlockedRoad, and ViolatedVehicleRestriction notice codes to the CalculateRoutes API response.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``lex-models``",
19+
"description": "[``botocore``] Lex V1 is deprecated, use Lex V2 instead",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``logs``",
24+
"description": "[``botocore``] Adding an additional optional deliverySourceConfiguration field to PutDeliverySource API. This enables customers to pass service-specific configurations through IngestionHub such as tracing enablement or sampling rates that will be propagated to the source resource.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``medialive``",
29+
"description": "[``botocore``] Updates the type of the MediaLiveRouterOutputConnectionMap.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``securityagent``",
34+
"description": "[``botocore``] AWS Security Agent is adding a new target domain verification method for private VPC penetration testing. Additionally, the target domain resource will now have a verification status reason field to surface additional details about domain verification",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``vpc-lattice``",
39+
"description": "[``botocore``] Amazon VPC Lattice now supports privately resolvable DNS resources",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

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

5+
1.43.3
6+
======
7+
8+
* api-change:``bedrock-agentcore-control``: [``botocore``] Amazon Bedrock AgentCore gateways now support MCP Sessions and response streaming from MCP targets. Session timeouts can be set between 15 minutes and 8 hours, and response streaming enables forwarding stream events sent by MCP targets to gateway users.
9+
* api-change:``ec2``: [``botocore``] This feature allows customers to change the tunnel bandwidth on existing VPN connections using the ModifyVpnConnectionOptions API
10+
* api-change:``geo-routes``: [``botocore``] Added support for TravelTimeExceedsDriverWorkHours, ViolatedBlockedRoad, and ViolatedVehicleRestriction notice codes to the CalculateRoutes API response.
11+
* api-change:``lex-models``: [``botocore``] Lex V1 is deprecated, use Lex V2 instead
12+
* api-change:``logs``: [``botocore``] Adding an additional optional deliverySourceConfiguration field to PutDeliverySource API. This enables customers to pass service-specific configurations through IngestionHub such as tracing enablement or sampling rates that will be propagated to the source resource.
13+
* api-change:``medialive``: [``botocore``] Updates the type of the MediaLiveRouterOutputConnectionMap.
14+
* api-change:``securityagent``: [``botocore``] AWS Security Agent is adding a new target domain verification method for private VPC penetration testing. Additionally, the target domain resource will now have a verification status reason field to surface additional details about domain verification
15+
* api-change:``vpc-lattice``: [``botocore``] Amazon VPC Lattice now supports privately resolvable DNS resources
16+
17+
518
1.43.2
619
======
720

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.43.2'
21+
__version__ = '1.43.3'
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.43.2,<1.44.0
6+
botocore>=1.43.3,<1.44.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.17.0,<0.18.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.43.2,<1.44.0',
17+
'botocore>=1.43.3,<1.44.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.17.0,<0.18.0',
2020
]

0 commit comments

Comments
 (0)