Skip to content

Commit

Permalink
Merge branch 'release-1.35.65'
Browse files Browse the repository at this point in the history
* release-1.35.65:
  Bumping version to 1.35.65
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Nov 19, 2024
2 parents 9fd5643 + f67b33e commit fb7ac9a
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 3 deletions.
47 changes: 47 additions & 0 deletions .changes/1.35.65.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``b2bi``",
"description": "[``botocore``] Add new X12 transactions sets and versions",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release adds VPC Block Public Access (VPC BPA), a new declarative control which blocks resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] This release introduces support for configuring the version consistency feature for individual containers defined within a task definition. The configuration allows to specify whether ECS should resolve the container image tag specified in the container definition to an image digest.",
"type": "api-change"
},
{
"category": "``efs``",
"description": "[``botocore``] Add support for the new parameters in EFS replication APIs",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] AWS Glue Data Catalog now enhances managed table optimizations of Apache Iceberg tables that can be accessed only from a specific Amazon Virtual Private Cloud (VPC) environment.",
"type": "api-change"
},
{
"category": "``keyspaces``",
"description": "[``botocore``] Amazon Keyspaces Multi-Region Replication: Adds support to add new regions to multi and single-region keyspaces.",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "[``botocore``] Amazon MWAA now supports a new environment class, mw1.micro, ideal for workloads requiring fewer resources than mw1.small. This class supports a single instance of each Airflow component: Scheduler, Worker, and Webserver.",
"type": "api-change"
},
{
"category": "``taxsettings``",
"description": "[``botocore``] Release Tax Inheritance APIs, Tax Exemption APIs, and functionality update for some existing Tax Registration APIs",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "[``botocore``] Releasing new ErrorCodes for Image Validation failure during CreateWorkspaceImage process",
"type": "api-change"
}
]
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.35.65
=======

* api-change:``b2bi``: [``botocore``] Add new X12 transactions sets and versions
* api-change:``ec2``: [``botocore``] This release adds VPC Block Public Access (VPC BPA), a new declarative control which blocks resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways.
* api-change:``ecs``: [``botocore``] This release introduces support for configuring the version consistency feature for individual containers defined within a task definition. The configuration allows to specify whether ECS should resolve the container image tag specified in the container definition to an image digest.
* api-change:``efs``: [``botocore``] Add support for the new parameters in EFS replication APIs
* api-change:``glue``: [``botocore``] AWS Glue Data Catalog now enhances managed table optimizations of Apache Iceberg tables that can be accessed only from a specific Amazon Virtual Private Cloud (VPC) environment.
* api-change:``keyspaces``: [``botocore``] Amazon Keyspaces Multi-Region Replication: Adds support to add new regions to multi and single-region keyspaces.
* api-change:``mwaa``: [``botocore``] Amazon MWAA now supports a new environment class, mw1.micro, ideal for workloads requiring fewer resources than mw1.small. This class supports a single instance of each Airflow component: Scheduler, Worker, and Webserver.
* api-change:``taxsettings``: [``botocore``] Release Tax Inheritance APIs, Tax Exemption APIs, and functionality update for some existing Tax Registration APIs
* api-change:``workspaces``: [``botocore``] Releasing new ErrorCodes for Image Validation failure during CreateWorkspaceImage process


1.35.64
=======

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.35.64'
__version__ = '1.35.65'


# 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.35.64,<1.36.0
botocore>=1.35.65,<1.36.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.35.64,<1.36.0',
'botocore>=1.35.65,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit fb7ac9a

Please sign in to comment.