Skip to content

Commit 738db9f

Browse files
Bumping version to 1.21.9
1 parent 3c04853 commit 738db9f

14 files changed

+64
-48
lines changed

.changes/1.21.9.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``finspace-data``",
4+
"description": "[``botocore``] Add new APIs for managing Users and Permission Groups.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``amplify``",
9+
"description": "[``botocore``] Add repositoryCloneMethod field for hosting an Amplify app. This field shows what authorization method is used to clone the repo: SSH, TOKEN, or SIGV4.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``fsx``",
14+
"description": "[``botocore``] This release adds support for the following FSx for OpenZFS features: snapshot lifecycle transition messages, force flag for deleting file systems with child resources, LZ4 data compression, custom record sizes, and unsetting volume quotas and reservations.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``fis``",
19+
"description": "[``botocore``] This release adds logging support for AWS Fault Injection Simulator experiments. Experiment templates can now be configured to send experiment activity logs to Amazon CloudWatch Logs or to an S3 bucket.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``route53-recovery-cluster``",
24+
"description": "[``botocore``] This release adds a new API option to enable overriding safety rules to allow routing control state updates.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``amplifyuibuilder``",
29+
"description": "[``botocore``] We are adding the ability to configure workflows and actions for components.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``athena``",
34+
"description": "[``botocore``] This release adds support for updating an existing named query.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``ec2``",
39+
"description": "[``botocore``] This release adds support for new AMI property 'lastLaunchedTime'",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``servicecatalog-appregistry``",
44+
"description": "[``botocore``] AppRegistry is deprecating Application and Attribute-Group Name update feature. In this release, we are marking the name attributes for Update APIs as deprecated to give a heads up to our customers.",
45+
"type": "api-change"
46+
}
47+
]

.changes/next-release/api-change-amplify-7732.json

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

.changes/next-release/api-change-amplifyuibuilder-28770.json

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

.changes/next-release/api-change-athena-13717.json

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

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

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

.changes/next-release/api-change-finspacedata-82527.json

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

.changes/next-release/api-change-fis-61217.json

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

.changes/next-release/api-change-fsx-39923.json

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

.changes/next-release/api-change-route53recoverycluster-16460.json

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

.changes/next-release/api-change-servicecatalogappregistry-93327.json

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

CHANGELOG.rst

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

5+
1.21.9
6+
======
7+
8+
* api-change:``finspace-data``: [``botocore``] Add new APIs for managing Users and Permission Groups.
9+
* api-change:``amplify``: [``botocore``] Add repositoryCloneMethod field for hosting an Amplify app. This field shows what authorization method is used to clone the repo: SSH, TOKEN, or SIGV4.
10+
* api-change:``fsx``: [``botocore``] This release adds support for the following FSx for OpenZFS features: snapshot lifecycle transition messages, force flag for deleting file systems with child resources, LZ4 data compression, custom record sizes, and unsetting volume quotas and reservations.
11+
* api-change:``fis``: [``botocore``] This release adds logging support for AWS Fault Injection Simulator experiments. Experiment templates can now be configured to send experiment activity logs to Amazon CloudWatch Logs or to an S3 bucket.
12+
* api-change:``route53-recovery-cluster``: [``botocore``] This release adds a new API option to enable overriding safety rules to allow routing control state updates.
13+
* api-change:``amplifyuibuilder``: [``botocore``] We are adding the ability to configure workflows and actions for components.
14+
* api-change:``athena``: [``botocore``] This release adds support for updating an existing named query.
15+
* api-change:``ec2``: [``botocore``] This release adds support for new AMI property 'lastLaunchedTime'
16+
* api-change:``servicecatalog-appregistry``: [``botocore``] AppRegistry is deprecating Application and Attribute-Group Name update feature. In this release, we are marking the name attributes for Update APIs as deprecated to give a heads up to our customers.
17+
18+
519
1.21.8
620
======
721

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.21.8'
20+
__version__ = '1.21.9'
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.24.8,<1.25.0
6+
botocore>=1.24.9,<1.25.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.24.8,<1.25.0',
16+
'botocore>=1.24.9,<1.25.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0',
1919
]

0 commit comments

Comments
 (0)