Skip to content

Commit 339e6dd

Browse files
Bumping version to 1.22.96
1 parent f088937 commit 339e6dd

13 files changed

Lines changed: 53 additions & 39 deletions

.changes/1.22.96.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``appflow``",
4+
"description": "Enables users to pass custom token URL parameters for Oauth2 authentication during create connector profile",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``appstream``",
9+
"description": "Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``glue``",
14+
"description": "Auto Scaling for Glue version 3.0 and later jobs to dynamically scale compute resources. This SDK change provides customers with the auto-scaled DPU usage",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "Configuration",
19+
"description": "Fixes `#2996 <https://github.com/aws/aws-cli/issues/2996>`__. Fixed a bug where config file updates would sometimes append new sections to the previous section without adding a newline.",
20+
"type": "bugfix"
21+
},
22+
{
23+
"category": "``cloudwatch``",
24+
"description": "Update cloudwatch command to latest version",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``batch``",
29+
"description": "Enables configuration updates for compute environments with BEST_FIT_PROGRESSIVE and SPOT_CAPACITY_OPTIMIZED allocation strategies.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``ec2``",
34+
"description": "Documentation updates for Amazon EC2.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-appflow-84111.json

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

.changes/next-release/api-change-appstream-94133.json

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

.changes/next-release/api-change-batch-14346.json

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

.changes/next-release/api-change-cloudwatch-30490.json

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

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

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

.changes/next-release/api-change-glue-56742.json

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

.changes/next-release/bugfix-Configuration-17224.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.22.96
6+
=======
7+
8+
* api-change:``appflow``: Enables users to pass custom token URL parameters for Oauth2 authentication during create connector profile
9+
* api-change:``appstream``: Includes updates for create and update fleet APIs to manage the session scripts locations for Elastic fleets.
10+
* api-change:``glue``: Auto Scaling for Glue version 3.0 and later jobs to dynamically scale compute resources. This SDK change provides customers with the auto-scaled DPU usage
11+
* bugfix:Configuration: Fixes `#2996 <https://github.com/aws/aws-cli/issues/2996>`__. Fixed a bug where config file updates would sometimes append new sections to the previous section without adding a newline.
12+
* api-change:``cloudwatch``: Update cloudwatch command to latest version
13+
* api-change:``batch``: Enables configuration updates for compute environments with BEST_FIT_PROGRESSIVE and SPOT_CAPACITY_OPTIMIZED allocation strategies.
14+
* api-change:``ec2``: Documentation updates for Amazon EC2.
15+
16+
517
1.22.95
618
=======
719

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.22.95'
20+
__version__ = '1.22.96'
2121

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

0 commit comments

Comments
 (0)