Skip to content

Commit

Permalink
Bumping version to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Apr 25, 2022
1 parent b22731c commit 1e36e36
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 33 deletions.
32 changes: 32 additions & 0 deletions .changes/1.22.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``gamelift``",
"description": "[``botocore``] Documentation updates for Amazon GameLift.",
"type": "api-change"
},
{
"category": "``mq``",
"description": "[``botocore``] This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue.",
"type": "api-change"
},
{
"category": "IMDS",
"description": "[``botocore``] Added resiliency mechanisms to IMDS Credential Fetcher",
"type": "feature"
},
{
"category": "``securityhub``",
"description": "[``botocore``] Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] This release adds SearchUsers API which can be used to search for users with a Connect Instance",
"type": "api-change"
},
{
"category": "``rds-data``",
"description": "[``botocore``] Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-78490.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-gamelift-40280.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mq-11125.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rdsdata-87606.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securityhub-10666.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-IMDS-63815.json

This file was deleted.

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.0
======

* api-change:``gamelift``: [``botocore``] Documentation updates for Amazon GameLift.
* api-change:``mq``: [``botocore``] This release adds the CRITICAL_ACTION_REQUIRED broker state and the ActionRequired API property. CRITICAL_ACTION_REQUIRED informs you when your broker is degraded. ActionRequired provides you with a code which you can use to find instructions in the Developer Guide on how to resolve the issue.
* feature:IMDS: [``botocore``] Added resiliency mechanisms to IMDS Credential Fetcher
* api-change:``securityhub``: [``botocore``] Security Hub now lets you opt-out of auto-enabling the defaults standards (CIS and FSBP) in accounts that are auto-enabled with Security Hub via Security Hub's integration with AWS Organizations.
* api-change:``connect``: [``botocore``] This release adds SearchUsers API which can be used to search for users with a Connect Instance
* api-change:``rds-data``: [``botocore``] Support to receive SQL query results in the form of a simplified JSON string. This enables developers using the new JSON string format to more easily convert it to an object using popular JSON string parsing libraries.


1.21.46
=======

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.21.46'
__version__ = '1.22.0'


# 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.24.46,<1.25.0
botocore>=1.25.0,<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.24.46,<1.25.0',
'botocore>=1.25.0,<1.26.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.5.0,<0.6.0',
]
Expand Down

0 comments on commit 1e36e36

Please sign in to comment.