Skip to content

Commit

Permalink
Bumping version to 1.35.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 5, 2024
1 parent 9b5eb1e commit 628e576
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.35.13.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``application-signals``",
"description": "Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements.",
"type": "api-change"
},
{
"category": "``codepipeline``",
"description": "Updates to add recent notes to APIs and to replace example S3 bucket names globally.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines).",
"type": "api-change"
},
{
"category": "``gamelift``",
"description": "Amazon GameLift provides additional events for tracking the fleet creation process.",
"type": "api-change"
},
{
"category": "``kinesisanalyticsv2``",
"description": "Support for Flink 1.20 in Managed Service for Apache Flink",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.",
"type": "api-change"
}
]

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codepipeline-16952.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-52153.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-gamelift-15118.json

This file was deleted.

This file was deleted.

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

This file was deleted.

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

1.35.13
=======

* api-change:``application-signals``: Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements.
* api-change:``codepipeline``: Updates to add recent notes to APIs and to replace example S3 bucket names globally.
* api-change:``connect``: Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines).
* api-change:``gamelift``: Amazon GameLift provides additional events for tracking the fleet creation process.
* api-change:``kinesisanalyticsv2``: Support for Flink 1.20 in Managed Service for Apache Flink
* api-change:``sagemaker``: Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.


1.35.12
=======

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.12'
__version__ = '1.35.13'


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.12'
release = '1.35.13'

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

0 comments on commit 628e576

Please sign in to comment.