Skip to content

Commit

Permalink
Merge branch 'release-1.33.4' into develop
Browse files Browse the repository at this point in the history
* release-1.33.4:
  Bumping version to 1.33.4
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Nov 30, 2023
2 parents 5faed83 + fde9bf2 commit d2d086a
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 8 deletions.
32 changes: 32 additions & 0 deletions .changes/1.33.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``s3transfer``",
"description": "Raise floor for ``s3transfer`` to 0.8.2 to avoid any conflicts with the awscrt",
"type": "bugfix"
},
{
"category": "``marketplace-agreement``",
"description": "[``botocore``] The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements.",
"type": "api-change"
},
{
"category": "``marketplace-catalog``",
"description": "[``botocore``] This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response.",
"type": "api-change"
},
{
"category": "``marketplace-deployment``",
"description": "[``botocore``] AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace.",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "[``botocore``] This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point.",
"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/bugfix-s3transfer-25273.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.33.4
======

* bugfix:``s3transfer``: Raise floor for ``s3transfer`` to 0.8.2 to avoid any conflicts with the awscrt
* api-change:``marketplace-agreement``: [``botocore``] The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their agreements, including listing, filtering, and viewing details about their agreements.
* api-change:``marketplace-catalog``: [``botocore``] This release enhances the ListEntities API to support new entity type-specific strongly typed filters in the request and entity type-specific strongly typed summaries in the response.
* api-change:``marketplace-deployment``: [``botocore``] AWS Marketplace Deployment is a new service that provides essential features that facilitate the deployment of software, data, and services procured through AWS Marketplace.
* api-change:``redshift-serverless``: [``botocore``] This release adds the following support for Amazon Redshift Serverless: 1) cross-account cross-VPCs, 2) copying snapshots across Regions, 3) scheduling snapshot creation, and 4) restoring tables from a recovery point.
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version


1.33.3
======

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.33.3'
__version__ = '1.33.4'


# 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.33.3,<1.34.0
botocore>=1.33.4,<1.34.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.8.2,<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.33.3,<1.34.0',
'botocore>=1.33.4,<1.34.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.8.2,<0.9.0',
]
Expand Down

0 comments on commit d2d086a

Please sign in to comment.