Skip to content

Commit

Permalink
Merge branch 'release-1.35.95' into develop
Browse files Browse the repository at this point in the history
* release-1.35.95:
  Bumping version to 1.35.95
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jan 8, 2025
2 parents 410ede3 + 9a5994b commit a30cf98
Show file tree
Hide file tree
Showing 8 changed files with 187 additions and 12 deletions.
17 changes: 17 additions & 0 deletions .changes/1.35.95.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``rds``",
"description": "Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description.",
"type": "api-change"
},
{
"category": "``route53``",
"description": "Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Adds support for IPv6 for SageMaker HyperPod cluster nodes.",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.35.95
=======

* api-change:``rds``: Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description.
* api-change:``route53``: Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
* api-change:``sagemaker``: Adds support for IPv6 for SageMaker HyperPod cluster nodes.


1.35.94
=======

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.94'
__version__ = '1.35.95'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit a30cf98

Please sign in to comment.