Skip to content

Commit

Permalink
Merge branch 'release-1.33.0' into develop
Browse files Browse the repository at this point in the history
* release-1.33.0:
  Bumping version to 1.33.0
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Nov 27, 2023
2 parents 9cb7ccc + 2b47b71 commit 3c0c883
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 13 deletions.
72 changes: 72 additions & 0 deletions .changes/1.33.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
[
{
"category": "Versioning",
"description": "Bump boto3 from 1.29.7 to 1.33.0 to match Botocore versioning scheme.",
"type": "enhancement"
},
{
"category": "``s3``",
"description": "Boto3 will now opt into using the awscrt on select EC2 instance types for s3 transfers.",
"type": "feature"
},
{
"category": "Versioning",
"description": "[``botocore``] With the release of Botocore 1.33.0, Boto3 and Botocore will share the same version number.",
"type": "feature"
},
{
"category": "``appsync``",
"description": "[``botocore``] This update enables introspection of Aurora cluster databases using the RDS Data API",
"type": "api-change"
},
{
"category": "``b2bi``",
"description": "[``botocore``] This is the initial SDK release for AWS B2B Data Interchange.",
"type": "api-change"
},
{
"category": "``backup``",
"description": "[``botocore``] AWS Backup now supports restore testing, a new feature that allows customers to automate restore testing and validating their backups. Additionally, this release adds support for EBS Snapshots Archive tier.",
"type": "api-change"
},
{
"category": "``controltower``",
"description": "[``botocore``] This release adds the following support: 1. The EnableControl API can configure controls that are configurable. 2. The GetEnabledControl API shows the configured parameters on an enabled control. 3. The new UpdateEnabledControl API can change parameters on an enabled control.",
"type": "api-change"
},
{
"category": "``efs``",
"description": "[``botocore``] Update efs client to latest version",
"type": "api-change"
},
{
"category": "``fis``",
"description": "[``botocore``] AWS FIS adds support for multi-account experiments & empty target resolution. This release also introduces the CreateTargetAccountConfiguration API that allows experiments across multiple AWS accounts, and the ListExperimentResolvedTargets API to list target details.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] Updates Amazon RDS documentation for support for RDS for Db2.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "[``botocore``] Adds and updates APIs to support central configuration. This feature allows the Security Hub delegated administrator to configure Security Hub for their entire AWS Org across multiple regions from a home Region. With this release, findings also include account name and application metadata.",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "[``botocore``] This release adds support for AWS HealthScribe APIs within Amazon Transcribe",
"type": "api-change"
},
{
"category": "``endpoint-rules``",
"description": "[``botocore``] Update endpoint-rules client to latest version",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/enhancement-Versioning-79122.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-s3-74250.json

This file was deleted.

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

1.33.0
======

* enhancement:Versioning: Bump boto3 from 1.29.7 to 1.33.0 to match Botocore versioning scheme.
* feature:``s3``: Boto3 will now opt into using the awscrt on select EC2 instance types for s3 transfers.
* feature:Versioning: [``botocore``] With the release of Botocore 1.33.0, Boto3 and Botocore will share the same version number.
* api-change:``appsync``: [``botocore``] This update enables introspection of Aurora cluster databases using the RDS Data API
* api-change:``b2bi``: [``botocore``] This is the initial SDK release for AWS B2B Data Interchange.
* api-change:``backup``: [``botocore``] AWS Backup now supports restore testing, a new feature that allows customers to automate restore testing and validating their backups. Additionally, this release adds support for EBS Snapshots Archive tier.
* api-change:``controltower``: [``botocore``] This release adds the following support: 1. The EnableControl API can configure controls that are configurable. 2. The GetEnabledControl API shows the configured parameters on an enabled control. 3. The new UpdateEnabledControl API can change parameters on an enabled control.
* api-change:``efs``: [``botocore``] Update efs client to latest version
* api-change:``fis``: [``botocore``] AWS FIS adds support for multi-account experiments & empty target resolution. This release also introduces the CreateTargetAccountConfiguration API that allows experiments across multiple AWS accounts, and the ListExperimentResolvedTargets API to list target details.
* api-change:``glue``: [``botocore``] add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities
* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for support for RDS for Db2.
* api-change:``securityhub``: [``botocore``] Adds and updates APIs to support central configuration. This feature allows the Security Hub delegated administrator to configure Security Hub for their entire AWS Org across multiple regions from a home Region. With this release, findings also include account name and application metadata.
* api-change:``transcribe``: [``botocore``] This release adds support for AWS HealthScribe APIs within Amazon Transcribe
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.29.7
======

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.32.0'
__version__ = '1.33.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.32.7,<1.33.0
botocore>=1.33.0,<1.34.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.8.0,<0.9.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.32.7,<1.33.0',
'botocore>=1.33.0,<1.34.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.8.0,<0.9.0',
]
Expand Down

0 comments on commit 3c0c883

Please sign in to comment.