Skip to content

Commit 72f58ef

Browse files
Bumping version to 1.39.2
1 parent dcfa47a commit 72f58ef

8 files changed

Lines changed: 33 additions & 22 deletions

File tree

.changes/1.39.2.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``connectcases``",
4+
"description": "This release adds DeleteCase and DeleteRelatedItem APIs, which enable deleting cases and comments, undoing contact association, and removing service level agreements (SLAs) from cases. Contact center admins can use these APIs to delete cases when requested by customers and correct agent errors.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "AWS Site-to-Site VPN now supports IPv6 addresses on outer tunnel IPs, making it easier for customers to build or transition to IPv6-only networks.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``s3``",
14+
"description": "Added support for directory bucket creation with tags and bucket ARN retrieval in CreateBucket, ListDirectoryBuckets, and HeadBucket operations",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``s3control``",
19+
"description": "Added TagResource, UntagResource, and ListTagsForResource support for directory bucket",
20+
"type": "api-change"
21+
}
22+
]

.changes/next-release/api-change-connectcases-36775.json

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

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

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

.changes/next-release/api-change-s3-29292.json

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

.changes/next-release/api-change-s3control-43012.json

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

CHANGELOG.rst

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

5+
1.39.2
6+
======
7+
8+
* api-change:``connectcases``: This release adds DeleteCase and DeleteRelatedItem APIs, which enable deleting cases and comments, undoing contact association, and removing service level agreements (SLAs) from cases. Contact center admins can use these APIs to delete cases when requested by customers and correct agent errors.
9+
* api-change:``ec2``: AWS Site-to-Site VPN now supports IPv6 addresses on outer tunnel IPs, making it easier for customers to build or transition to IPv6-only networks.
10+
* api-change:``s3``: Added support for directory bucket creation with tags and bucket ARN retrieval in CreateBucket, ListDirectoryBuckets, and HeadBucket operations
11+
* api-change:``s3control``: Added TagResource, UntagResource, and ListTagsForResource support for directory bucket
12+
13+
514
1.39.1
615
======
716

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.39.1'
19+
__version__ = '1.39.2'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.39'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.39.1'
62+
release = '1.39.2'
6363

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

0 commit comments

Comments
 (0)