Skip to content

Commit

Permalink
Merge branch 'release-1.22.3'
Browse files Browse the repository at this point in the history
* release-1.22.3:
  Bumping version to 1.22.3
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Apr 28, 2022
2 parents 80ca77e + 1523dd0 commit a65ae24
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 3 deletions.
32 changes: 32 additions & 0 deletions .changes/1.22.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``auditmanager``",
"description": "[``botocore``] This release adds documentation updates for Audit Manager. We provided examples of how to use the Custom_ prefix for the keywordValue attribute. We also provided more details about the DeleteAssessmentReport operation.",
"type": "api-change"
},
{
"category": "``network-firewall``",
"description": "[``botocore``] AWS Network Firewall adds support for stateful threat signature AWS managed rule groups.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release adds support to query the public key and creation date of EC2 Key Pairs. Additionally, the format (pem or ppk) of a key pair can be specified when creating a new key pair.",
"type": "api-change"
},
{
"category": "``braket``",
"description": "[``botocore``] This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances.",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "[``botocore``] Documentation update for API description.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] This release introduces an API for changing the current agent status of a user in Connect.",
"type": "api-change"
}
]
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.22.3
======

* api-change:``auditmanager``: [``botocore``] This release adds documentation updates for Audit Manager. We provided examples of how to use the Custom_ prefix for the keywordValue attribute. We also provided more details about the DeleteAssessmentReport operation.
* api-change:``network-firewall``: [``botocore``] AWS Network Firewall adds support for stateful threat signature AWS managed rule groups.
* api-change:``ec2``: [``botocore``] This release adds support to query the public key and creation date of EC2 Key Pairs. Additionally, the format (pem or ppk) of a key pair can be specified when creating a new key pair.
* api-change:``braket``: [``botocore``] This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances.
* api-change:``guardduty``: [``botocore``] Documentation update for API description.
* api-change:``connect``: [``botocore``] This release introduces an API for changing the current agent status of a user in Connect.


1.22.2
======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.22.2'
__version__ = '1.22.3'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.25.2,<1.26.0
botocore>=1.25.3,<1.26.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.5.0,<0.6.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.25.2,<1.26.0',
'botocore>=1.25.3,<1.26.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.5.0,<0.6.0',
]
Expand Down

0 comments on commit a65ae24

Please sign in to comment.