Skip to content

Commit 3595b04

Browse files
Merge branch 'release-1.38.45'
* release-1.38.45: Bumping version to 1.38.45 Add changelog entries from botocore
2 parents 6fac8a4 + df0b3fc commit 3595b04

File tree

5 files changed

+58
-3
lines changed

5 files changed

+58
-3
lines changed

.changes/1.38.45.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``deadline``",
4+
"description": "[``botocore``] Added fields to track cumulative task retry attempts for steps and jobs",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "[``botocore``] This release adds support for OdbNetworkArn as a target in VPC Route Tables",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``iot-managed-integrations``",
14+
"description": "[``botocore``] Adding managed integrations APIs for IoT Device Management to onboard and control devices across different manufacturers, connectivity protocols and third party vendor clouds. APIs include managed thing operations, provisioning profile management, and cloud connector operations.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``keyspaces``",
19+
"description": "[``botocore``] This release provides change data capture (CDC) streams support through updates to the Amazon Keyspaces API.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``keyspacesstreams``",
24+
"description": "[``botocore``] This release adds change data capture (CDC) streams support through the new Amazon Keyspaces Streams API.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``kms``",
29+
"description": "[``botocore``] This release updates AWS CLI examples for KMS APIs.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``qbusiness``",
34+
"description": "[``botocore``] Added support for App level authentication for QBusiness DataAccessor using AWS IAM Identity center Trusted Token issuer",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``workspaces``",
39+
"description": "[``botocore``] Updated modifyStreamingProperties to support PrivateLink VPC endpoints for directories",
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.38.45
6+
=======
7+
8+
* api-change:``deadline``: [``botocore``] Added fields to track cumulative task retry attempts for steps and jobs
9+
* api-change:``ec2``: [``botocore``] This release adds support for OdbNetworkArn as a target in VPC Route Tables
10+
* api-change:``iot-managed-integrations``: [``botocore``] Adding managed integrations APIs for IoT Device Management to onboard and control devices across different manufacturers, connectivity protocols and third party vendor clouds. APIs include managed thing operations, provisioning profile management, and cloud connector operations.
11+
* api-change:``keyspaces``: [``botocore``] This release provides change data capture (CDC) streams support through updates to the Amazon Keyspaces API.
12+
* api-change:``keyspacesstreams``: [``botocore``] This release adds change data capture (CDC) streams support through the new Amazon Keyspaces Streams API.
13+
* api-change:``kms``: [``botocore``] This release updates AWS CLI examples for KMS APIs.
14+
* api-change:``qbusiness``: [``botocore``] Added support for App level authentication for QBusiness DataAccessor using AWS IAM Identity center Trusted Token issuer
15+
* api-change:``workspaces``: [``botocore``] Updated modifyStreamingProperties to support PrivateLink VPC endpoints for directories
16+
17+
518
1.38.44
619
=======
720

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.38.44'
20+
__version__ = '1.38.45'
2121

2222

2323
# 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.38.44,<1.39.0
6+
botocore>=1.38.45,<1.39.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.13.0,<0.14.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.38.44,<1.39.0',
17+
'botocore>=1.38.45,<1.39.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.13.0,<0.14.0',
2020
]

0 commit comments

Comments
 (0)