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 158a84b commit c2a060e
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 58 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": "[``botocore``] Documentation updates for AWS Private CA.",
"type": "api-change"
},
{
"category": "``dms``",
"description": "[``botocore``] Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "[``botocore``] 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": "[``botocore``] Elastic Inference - Documentation update to add service shutdown notice.",
"type": "api-change"
},
{
"category": "``iotfleetwise``",
"description": "[``botocore``] Refine campaign related API validations",
"type": "api-change"
},
{
"category": "``neptune-graph``",
"description": "[``botocore``] Support for 16 m-NCU graphs available through account allowlisting",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "[``botocore``] Adding new \"DELIVERED\" enum value for Outposts Order status",
"type": "api-change"
},
{
"category": "``route53resolver``",
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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``: [``botocore``] Documentation updates for AWS Private CA.
* api-change:``dms``: [``botocore``] Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message.
* api-change:``ec2``: [``botocore``] This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations.
* api-change:``ecs``: [``botocore``] 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``: [``botocore``] Elastic Inference - Documentation update to add service shutdown notice.
* api-change:``iotfleetwise``: [``botocore``] Refine campaign related API validations
* api-change:``neptune-graph``: [``botocore``] Support for 16 m-NCU graphs available through account allowlisting
* api-change:``outposts``: [``botocore``] Adding new "DELIVERED" enum value for Outposts Order status
* api-change:``route53resolver``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] 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 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.37'
__version__ = '1.35.38'


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

0 comments on commit c2a060e

Please sign in to comment.