Skip to content

Commit

Permalink
Bumping version to 1.35.65
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 19, 2024
1 parent 90dccfa commit ed24e24
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 47 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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-b2bi-72163.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-92513.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-efs-50833.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-8982.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-keyspaces-93555.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mwaa-71676.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-taxsettings-23066.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspaces-85340.json

This file was deleted.

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
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.64'
release = '1.35.65'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit ed24e24

Please sign in to comment.