Skip to content

Commit

Permalink
Bumping version to 1.24.94
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 19, 2022
1 parent 563b7d0 commit 6b0b890
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 53 deletions.
52 changes: 52 additions & 0 deletions .changes/1.24.94.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``chime-sdk-messaging``",
"description": "[``botocore``] Documentation updates for Chime Messaging SDK",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "[``botocore``] This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.",
"type": "api-change"
},
{
"category": "``config``",
"description": "[``botocore``] This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution.",
"type": "api-change"
},
{
"category": "``events``",
"description": "[``botocore``] Update events client to latest version",
"type": "api-change"
},
{
"category": "``managedblockchain``",
"description": "[``botocore``] Adding new Accessor APIs for Amazon Managed Blockchain",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "[``botocore``] Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.",
"type": "api-change"
},
{
"category": "``support-app``",
"description": "[``botocore``] This release adds the RegisterSlackWorkspaceForOrganization API. You can use the API to register a Slack workspace for an AWS account that is part of an organization.",
"type": "api-change"
},
{
"category": "``workspaces-web``",
"description": "[``botocore``] WorkSpaces Web now supports user access logging for recording session start, stop, and URL navigation.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chimesdkmessaging-64586.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudtrail-66892.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-config-93637.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-23699.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-events-32924.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-managedblockchain-70054.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-89290.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3control-53139.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-supportapp-63375.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspacesweb-66391.json

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.24.94
=======

* api-change:``chime-sdk-messaging``: [``botocore``] Documentation updates for Chime Messaging SDK
* api-change:``cloudtrail``: [``botocore``] This release includes support for exporting CloudTrail Lake query results to an Amazon S3 bucket.
* api-change:``config``: [``botocore``] This release adds resourceType enums for AppConfig, AppSync, DataSync, EC2, EKS, Glue, GuardDuty, SageMaker, ServiceDiscovery, SES, Route53 types.
* api-change:``connect``: [``botocore``] This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution.
* api-change:``events``: [``botocore``] Update events client to latest version
* api-change:``managedblockchain``: [``botocore``] Adding new Accessor APIs for Amazon Managed Blockchain
* api-change:``s3``: [``botocore``] Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
* api-change:``s3control``: [``botocore``] Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
* api-change:``support-app``: [``botocore``] This release adds the RegisterSlackWorkspaceForOrganization API. You can use the API to register a Slack workspace for an AWS account that is part of an organization.
* api-change:``workspaces-web``: [``botocore``] WorkSpaces Web now supports user access logging for recording session start, stop, and URL navigation.


1.24.93
=======

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.24.93'
__version__ = '1.24.94'


# 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.27.93,<1.28.0
botocore>=1.27.94,<1.28.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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.27.93,<1.28.0',
'botocore>=1.27.94,<1.28.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 6b0b890

Please sign in to comment.