Skip to content

Commit

Permalink
Merge branch 'release-1.35.65' into develop
Browse files Browse the repository at this point in the history
* release-1.35.65:
  Bumping version to 1.35.65
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Nov 19, 2024
2 parents baca980 + ed24e24 commit 287fb2b
Show file tree
Hide file tree
Showing 15 changed files with 1,441 additions and 67 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": "Add new X12 transactions sets and versions",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "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": "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": "Add support for the new parameters in EFS replication APIs",
"type": "api-change"
},
{
"category": "``glue``",
"description": "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": "Amazon Keyspaces Multi-Region Replication: Adds support to add new regions to multi and single-region keyspaces.",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "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": "Release Tax Inheritance APIs, Tax Exemption APIs, and functionality update for some existing Tax Registration APIs",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "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``: Add new X12 transactions sets and versions
* api-change:``ec2``: 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``: 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``: Add support for the new parameters in EFS replication APIs
* api-change:``glue``: 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``: Amazon Keyspaces Multi-Region Replication: Adds support to add new regions to multi and single-region keyspaces.
* api-change:``mwaa``: 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``: Release Tax Inheritance APIs, Tax Exemption APIs, and functionality update for some existing Tax Registration APIs
* api-change:``workspaces``: Releasing new ErrorCodes for Image Validation failure during CreateWorkspaceImage process


1.35.64
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.64'
__version__ = '1.35.65'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit 287fb2b

Please sign in to comment.