Skip to content

Commit d8b60e5

Browse files
Bumping version to 1.23.4
1 parent 9fb2a87 commit d8b60e5

File tree

11 files changed

+41
-29
lines changed

11 files changed

+41
-29
lines changed

.changes/1.23.4.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``rds``",
4+
"description": "[``botocore``] Feature - Adds support for Internet Protocol Version 6 (IPv6) on RDS database instances.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``codeguru-reviewer``",
9+
"description": "[``botocore``] Amazon CodeGuru Reviewer now supports suppressing recommendations from being generated on specific files and directories.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ssm``",
14+
"description": "[``botocore``] Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``mediaconvert``",
19+
"description": "[``botocore``] AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``wafv2``",
24+
"description": "[``botocore``] You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body.",
25+
"type": "api-change"
26+
}
27+
]

.changes/next-release/api-change-codegurureviewer-31814.json

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

.changes/next-release/api-change-mediaconvert-39062.json

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

.changes/next-release/api-change-rds-54506.json

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

.changes/next-release/api-change-ssm-98472.json

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

.changes/next-release/api-change-wafv2-38622.json

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

CHANGELOG.rst

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

5+
1.23.4
6+
======
7+
8+
* api-change:``rds``: [``botocore``] Feature - Adds support for Internet Protocol Version 6 (IPv6) on RDS database instances.
9+
* api-change:``codeguru-reviewer``: [``botocore``] Amazon CodeGuru Reviewer now supports suppressing recommendations from being generated on specific files and directories.
10+
* api-change:``ssm``: [``botocore``] Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter
11+
* api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support.
12+
* api-change:``wafv2``: [``botocore``] You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body.
13+
14+
515
1.23.3
616
======
717

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.23.3'
20+
__version__ = '1.23.4'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.23'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.23.3'
55+
release = '1.23.4'
5656

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

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.25.3
6+
botocore==1.25.4
77
docutils>=0.10,<0.16
88
s3transfer>=0.5.0,<0.6.0
99
PyYAML>=3.10,<5.5

0 commit comments

Comments
 (0)