Skip to content

Commit

Permalink
Bumping version to 1.35.38
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 10, 2024
1 parent c2ccf58 commit 52cc070
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 57 deletions.
57 changes: 57 additions & 0 deletions .changes/1.35.38.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"category": "``acm-pca``",
"description": "Documentation updates for AWS Private CA.",
"type": "api-change"
},
{
"category": "``dms``",
"description": "Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available.",
"type": "api-change"
},
{
"category": "``elastic-inference``",
"description": "Elastic Inference - Documentation update to add service shutdown notice.",
"type": "api-change"
},
{
"category": "``iotfleetwise``",
"description": "Refine campaign related API validations",
"type": "api-change"
},
{
"category": "``neptune-graph``",
"description": "Support for 16 m-NCU graphs available through account allowlisting",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "Adding new \"DELIVERED\" enum value for Outposts Order status",
"type": "api-change"
},
{
"category": "``route53resolver``",
"description": "Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake.",
"type": "api-change"
},
{
"category": "``socialmessaging``",
"description": "This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users.",
"type": "api-change"
},
{
"category": "``timestream-influxdb``",
"description": "This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-acmpca-39684.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dms-94552.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-elasticinference-56200.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotfleetwise-76284.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-neptunegraph-85088.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-outposts-71865.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-route53resolver-83484.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-socialmessaging-40385.json

This file was deleted.

This file was deleted.

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

1.35.38
=======

* api-change:``acm-pca``: Documentation updates for AWS Private CA.
* api-change:``dms``: Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.
* api-change:``ec2``: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.
* api-change:``ecs``: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available.
* api-change:``elastic-inference``: Elastic Inference - Documentation update to add service shutdown notice.
* api-change:``iotfleetwise``: Refine campaign related API validations
* api-change:``neptune-graph``: Support for 16 m-NCU graphs available through account allowlisting
* api-change:``outposts``: Adding new "DELIVERED" enum value for Outposts Order status
* api-change:``route53resolver``: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake.
* api-change:``socialmessaging``: This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users.
* api-change:``timestream-influxdb``: This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name.


1.35.37
=======

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.37'
__version__ = '1.35.38'


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.37'
release = '1.35.38'

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

0 comments on commit 52cc070

Please sign in to comment.