Skip to content

Commit 0440f23

Browse files
Bumping version to 1.19.11
1 parent 0d8cd95 commit 0440f23

10 files changed

+40
-28
lines changed

.changes/1.19.11.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``chime-sdk-meetings``",
4+
"description": "[``botocore``] The Amazon Chime SDK Meetings APIs allow software developers to create meetings and attendees for interactive audio, video, screen and content sharing in custom meeting applications which use the Amazon Chime SDK.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``sagemaker``",
9+
"description": "[``botocore``] ListDevices and DescribeDevice now show Edge Manager agent version.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connect``",
14+
"description": "[``botocore``] This release adds CRUD operation support for Security profile resource in Amazon Connect",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``iotwireless``",
19+
"description": "[``botocore``] Adding APIs for the FUOTA (firmware update over the air) and multicast for LoRaWAN devices and APIs to support event notification opt-in feature for Sidewalk related events. A few existing APIs need to be modified for this new feature.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``ec2``",
24+
"description": "[``botocore``] This release adds a new instance replacement strategy for EC2 Fleet, Spot Fleet. Now you can select an action to perform when your instance gets a rebalance notification. EC2 Fleet, Spot Fleet can launch a replacement then terminate the instance that received notification after a termination delay",
25+
"type": "api-change"
26+
}
27+
]

.changes/next-release/api-change-chimesdkmeetings-78038.json

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

.changes/next-release/api-change-connect-95840.json

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

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

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

.changes/next-release/api-change-iotwireless-36693.json

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

.changes/next-release/api-change-sagemaker-58243.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.19.11
6+
=======
7+
8+
* api-change:``chime-sdk-meetings``: [``botocore``] The Amazon Chime SDK Meetings APIs allow software developers to create meetings and attendees for interactive audio, video, screen and content sharing in custom meeting applications which use the Amazon Chime SDK.
9+
* api-change:``sagemaker``: [``botocore``] ListDevices and DescribeDevice now show Edge Manager agent version.
10+
* api-change:``connect``: [``botocore``] This release adds CRUD operation support for Security profile resource in Amazon Connect
11+
* api-change:``iotwireless``: [``botocore``] Adding APIs for the FUOTA (firmware update over the air) and multicast for LoRaWAN devices and APIs to support event notification opt-in feature for Sidewalk related events. A few existing APIs need to be modified for this new feature.
12+
* api-change:``ec2``: [``botocore``] This release adds a new instance replacement strategy for EC2 Fleet, Spot Fleet. Now you can select an action to perform when your instance gets a rebalance notification. EC2 Fleet, Spot Fleet can launch a replacement then terminate the instance that received notification after a termination delay
13+
14+
515
1.19.10
616
=======
717

boto3/__init__.py

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

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.19.10'
21+
__version__ = '1.19.11'
2222

2323

2424
# 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.22.10,<1.23.0
6+
botocore>=1.22.11,<1.23.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.22.10,<1.23.0',
16+
'botocore>=1.22.11,<1.23.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)