Skip to content

Commit

Permalink
Bumping version to 1.35.51
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 29, 2024
1 parent 77cb136 commit 1e1d00d
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.51.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``bedrock``",
"description": "Update Application Inference Profile",
"type": "api-change"
},
{
"category": "``bedrock-runtime``",
"description": "Update Application Inference Profile",
"type": "api-change"
},
{
"category": "``cleanrooms``",
"description": "This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type.",
"type": "api-change"
},
{
"category": "``iotfleetwise``",
"description": "Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly",
"type": "api-change"
},
{
"category": "``logs``",
"description": "Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies.",
"type": "api-change"
},
{
"category": "``redshift-data``",
"description": "Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrock-56802.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockruntime-5342.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cleanrooms-55004.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-logs-88718.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-redshiftdata-42855.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-80215.json

This file was deleted.

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

1.35.51
=======

* api-change:``bedrock``: Update Application Inference Profile
* api-change:``bedrock-runtime``: Update Application Inference Profile
* api-change:``cleanrooms``: This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type.
* api-change:``iotfleetwise``: Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly
* api-change:``logs``: Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies.
* api-change:``redshift-data``: Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls.
* api-change:``sagemaker``: Adding `notebook-al2-v3` as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute


1.35.50
=======

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.50'
__version__ = '1.35.51'


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.50'
release = '1.35.51'

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

0 comments on commit 1e1d00d

Please sign in to comment.