Skip to content

Commit a6ba004

Browse files
Bumping version to 1.21.1
1 parent 8959a9c commit a6ba004

10 files changed

+40
-28
lines changed

.changes/1.21.1.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``ec2``",
4+
"description": "[``botocore``] Documentation updates for EC2.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``budgets``",
9+
"description": "[``botocore``] Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ce``",
14+
"description": "[``botocore``] AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``glue``",
19+
"description": "[``botocore``] Support for optimistic locking in UpdateTable",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``ssm``",
24+
"description": "[``botocore``] Assorted ticket fixes and updates for AWS Systems Manager.",
25+
"type": "api-change"
26+
}
27+
]

.changes/next-release/api-change-budgets-42869.json

-5
This file was deleted.

.changes/next-release/api-change-ce-29852.json

-5
This file was deleted.

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

-5
This file was deleted.

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

-5
This file was deleted.

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

-5
This file was deleted.

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
CHANGELOG
33
=========
44

5+
1.21.1
6+
======
7+
8+
* api-change:``ec2``: [``botocore``] Documentation updates for EC2.
9+
* api-change:``budgets``: [``botocore``] Adds support for auto-adjusting budgets, a new budget method alongside fixed and planned. Auto-adjusting budgets introduces new metadata to configure a budget limit baseline using a historical lookback average or current period forecast.
10+
* api-change:``ce``: [``botocore``] AWS Cost Anomaly Detection now supports SNS FIFO topic subscribers.
11+
* api-change:``glue``: [``botocore``] Support for optimistic locking in UpdateTable
12+
* api-change:``ssm``: [``botocore``] Assorted ticket fixes and updates for AWS Systems Manager.
13+
14+
515
1.21.0
616
======
717

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.21.0'
21+
__version__ = '1.21.1'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.24.0,<1.25.0
6+
botocore>=1.24.1,<1.25.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.24.0,<1.25.0',
16+
'botocore>=1.24.1,<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)