Skip to content

Commit a9ec3f9

Browse files
Bumping version to 1.38.33
1 parent 3d2b7a9 commit a9ec3f9

12 files changed

Lines changed: 52 additions & 38 deletions

.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+
]

.changes/next-release/api-change-appsync-68507.json

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

.changes/next-release/api-change-ce-52495.json

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

.changes/next-release/api-change-customerprofiles-23455.json

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

.changes/next-release/api-change-ec2-81769.json

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

.changes/next-release/api-change-efs-78284.json

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

.changes/next-release/api-change-marketplacecatalog-8334.json

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

.changes/next-release/api-change-workspacesthinclient-40336.json

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

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.

0 commit comments

Comments
 (0)