Skip to content

Commit af071cb

Browse files
Merge branch 'release-1.38.33'
* release-1.38.33: Bumping version to 1.38.33 Add changelog entries from botocore
2 parents c2ef4c3 + a9ec3f9 commit af071cb

5 files changed

Lines changed: 52 additions & 3 deletions

File tree

.changes/1.38.33.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``appsync``",
4+
"description": "[``botocore``] Deprecate `atRestEncryptionEnabled` and `transitEncryptionEnabled` attributes in `CreateApiCache` action. Encryption is always enabled for new caches.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ce``",
9+
"description": "[``botocore``] Support dual-stack endpoints for ce api",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``customer-profiles``",
14+
"description": "[``botocore``] This release introduces capability of Profile Explorer, using correct ingestion timestamp & using historical data for computing calculated attributes, and new standard objects for T&H as part of Amazon Connect Customer Profiles service.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ec2``",
19+
"description": "[``botocore``] Release to support Elastic VMware Service (Amazon EVS) Subnet and Amazon EVS Network Interface Types.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``efs``",
24+
"description": "[``botocore``] Added support for Internet Protocol Version 6 (IPv6) on EFS Service APIs and mount targets.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``marketplace-catalog``",
29+
"description": "[``botocore``] The ListEntities API now supports the EntityID, LastModifiedDate, ProductTitle, and Visibility filters for machine learning products. You can also sort using all of those filters.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``workspaces-thin-client``",
34+
"description": "[``botocore``] Add ConflictException to UpdateEnvironment API",
35+
"type": "api-change"
36+
}
37+
]

CHANGELOG.rst

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

5+
1.38.33
6+
=======
7+
8+
* api-change:``appsync``: [``botocore``] Deprecate `atRestEncryptionEnabled` and `transitEncryptionEnabled` attributes in `CreateApiCache` action. Encryption is always enabled for new caches.
9+
* api-change:``ce``: [``botocore``] Support dual-stack endpoints for ce api
10+
* api-change:``customer-profiles``: [``botocore``] This release introduces capability of Profile Explorer, using correct ingestion timestamp & using historical data for computing calculated attributes, and new standard objects for T&H as part of Amazon Connect Customer Profiles service.
11+
* api-change:``ec2``: [``botocore``] Release to support Elastic VMware Service (Amazon EVS) Subnet and Amazon EVS Network Interface Types.
12+
* api-change:``efs``: [``botocore``] Added support for Internet Protocol Version 6 (IPv6) on EFS Service APIs and mount targets.
13+
* api-change:``marketplace-catalog``: [``botocore``] The ListEntities API now supports the EntityID, LastModifiedDate, ProductTitle, and Visibility filters for machine learning products. You can also sort using all of those filters.
14+
* api-change:``workspaces-thin-client``: [``botocore``] Add ConflictException to UpdateEnvironment API
15+
16+
517
1.38.32
618
=======
719

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.32'
20+
__version__ = '1.38.33'
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.32,<1.39.0
6+
botocore>=1.38.33,<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.32,<1.39.0',
17+
'botocore>=1.38.33,<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)