Skip to content

Commit

Permalink
Bumping version to 1.34.125
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 12, 2024
1 parent d103a7b commit 999f396
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 43 deletions.
42 changes: 42 additions & 0 deletions .changes/1.34.125.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``apptest``",
"description": "[``botocore``] AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing.",
"type": "api-change"
},
{
"category": "``backupstorage``",
"description": "[``botocore``] The backupstorage client has been removed following the deprecation of the service.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Tagging support for Traffic Mirroring FilterRule resource",
"type": "api-change"
},
{
"category": "``osis``",
"description": "[``botocore``] SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines.",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "[``botocore``] Updates to remove DC1 and DS2 node types.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "[``botocore``] Introducing RotationToken parameter for PutSecretValue API",
"type": "api-change"
},
{
"category": "``securitylake``",
"description": "[``botocore``] This release updates request validation regex to account for non-commercial aws partitions.",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "[``botocore``] This release adds support for Amazon EventBridge as an email sending events destination.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-apptest-46428.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-backupstorage-52755.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-60156.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-osis-31813.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-redshift-17972.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-secretsmanager-92747.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securitylake-27622.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sesv2-39448.json

This file was deleted.

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

1.34.125
========

* api-change:``apptest``: [``botocore``] AWS Mainframe Modernization Application Testing is an AWS Mainframe Modernization service feature that automates functional equivalence testing for mainframe application modernization and migration to AWS, and regression testing.
* api-change:``backupstorage``: [``botocore``] The backupstorage client has been removed following the deprecation of the service.
* api-change:``ec2``: [``botocore``] Tagging support for Traffic Mirroring FilterRule resource
* api-change:``osis``: [``botocore``] SDK changes for self-managed vpc endpoint to OpenSearch ingestion pipelines.
* api-change:``redshift``: [``botocore``] Updates to remove DC1 and DS2 node types.
* api-change:``secretsmanager``: [``botocore``] Introducing RotationToken parameter for PutSecretValue API
* api-change:``securitylake``: [``botocore``] This release updates request validation regex to account for non-commercial aws partitions.
* api-change:``sesv2``: [``botocore``] This release adds support for Amazon EventBridge as an email sending events destination.


1.34.124
========

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.34.124'
__version__ = '1.34.125'


# 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.34.124,<1.35.0
botocore>=1.34.125,<1.35.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

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


requires = [
'botocore>=1.34.124,<1.35.0',
'botocore>=1.34.125,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 999f396

Please sign in to comment.