Skip to content

Commit

Permalink
Bumping version to 1.26.37
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 23, 2022
1 parent 1c5e198 commit d4f40d0
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 28 deletions.
27 changes: 27 additions & 0 deletions .changes/1.26.37.json
@@ -0,0 +1,27 @@
[
{
"category": "``connect``",
"description": "[``botocore``] Support for Routing Profile filter, SortCriteria, and grouping by Routing Profiles for GetCurrentMetricData API. Support for RoutingProfiles, UserHierarchyGroups, and Agents as filters, NextStatus and AgentStatusName for GetCurrentUserData. Adds ApproximateTotalCount to both APIs.",
"type": "api-change"
},
{
"category": "``connectparticipant``",
"description": "[``botocore``] Amazon Connect Chat introduces the Message Receipts feature. This feature allows agents and customers to receive message delivered and read receipts after they send a chat message.",
"type": "api-change"
},
{
"category": "``detective``",
"description": "[``botocore``] This release adds a missed AccessDeniedException type to several endpoints.",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "[``botocore``] Fix a bug where a recent release might break certain existing SDKs.",
"type": "api-change"
},
{
"category": "``inspector2``",
"description": "[``botocore``] Amazon Inspector adds support for scanning NodeJS 18.x and Go 1.x AWS Lambda function runtimes.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-54079.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connectparticipant-4319.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-detective-69839.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fsx-16534.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-inspector2-51523.json

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.26.37
=======

* api-change:``connect``: [``botocore``] Support for Routing Profile filter, SortCriteria, and grouping by Routing Profiles for GetCurrentMetricData API. Support for RoutingProfiles, UserHierarchyGroups, and Agents as filters, NextStatus and AgentStatusName for GetCurrentUserData. Adds ApproximateTotalCount to both APIs.
* api-change:``connectparticipant``: [``botocore``] Amazon Connect Chat introduces the Message Receipts feature. This feature allows agents and customers to receive message delivered and read receipts after they send a chat message.
* api-change:``detective``: [``botocore``] This release adds a missed AccessDeniedException type to several endpoints.
* api-change:``fsx``: [``botocore``] Fix a bug where a recent release might break certain existing SDKs.
* api-change:``inspector2``: [``botocore``] Amazon Inspector adds support for scanning NodeJS 18.x and Go 1.x AWS Lambda function runtimes.


1.26.36
=======

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

__author__ = 'Amazon Web Services'
__version__ = '1.26.36'
__version__ = '1.26.37'


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

[metadata]
requires_dist =
botocore>=1.29.36,<1.30.0
botocore>=1.29.37,<1.30.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.29.36,<1.30.0',
'botocore>=1.29.37,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit d4f40d0

Please sign in to comment.