Skip to content

Commit e42eb56

Browse files
Bumping version to 1.29.66
1 parent 41cc245 commit e42eb56

11 files changed

Lines changed: 41 additions & 29 deletions

.changes/1.29.66.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``cloud9``",
4+
"description": "Update to imageId parameter behavior and dates updated.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``dynamodb``",
9+
"description": "Updating descriptions for several APIs.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``kendra``",
14+
"description": "Changes for a new feature in Amazon Kendra's Query API to Collapse/Expand query results",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``rds``",
19+
"description": "This release adds support for upgrading the storage file system configuration on the DB instance using a blue/green deployment or a read replica.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``wisdom``",
24+
"description": "This release adds an max limit of 25 recommendation ids for NotifyRecommendationsReceived API.",
25+
"type": "api-change"
26+
}
27+
]

.changes/next-release/api-change-cloud9-89981.json

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

.changes/next-release/api-change-dynamodb-67414.json

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

.changes/next-release/api-change-kendra-71283.json

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

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

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

.changes/next-release/api-change-wisdom-30943.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.29.66
6+
=======
7+
8+
* api-change:``cloud9``: Update to imageId parameter behavior and dates updated.
9+
* api-change:``dynamodb``: Updating descriptions for several APIs.
10+
* api-change:``kendra``: Changes for a new feature in Amazon Kendra's Query API to Collapse/Expand query results
11+
* api-change:``rds``: This release adds support for upgrading the storage file system configuration on the DB instance using a blue/green deployment or a read replica.
12+
* api-change:``wisdom``: This release adds an max limit of 25 recommendation ids for NotifyRecommendationsReceived API.
13+
14+
515
1.29.65
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.29.65'
20+
__version__ = '1.29.66'
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.29.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.29.65'
55+
release = '1.29.66'
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.31.65
6+
botocore==1.31.66
77
docutils>=0.10,<0.17
88
s3transfer>=0.7.0,<0.8.0
99
PyYAML>=3.10,<6.1

0 commit comments

Comments
 (0)