Skip to content

Commit

Permalink
Bumping version to 1.35.98
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 13, 2025
1 parent 3b2ac97 commit 323aa12
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 27 deletions.
27 changes: 27 additions & 0 deletions .changes/1.35.98.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``artifact``",
"description": "Support resolving regional API calls to partition's leader region endpoint.",
"type": "api-change"
},
{
"category": "``bedrock``",
"description": "With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses",
"type": "api-change"
},
{
"category": "``kafkaconnect``",
"description": "Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation.",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-artifact-37003.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrock-52464.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kafkaconnect-87286.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transcribe-49367.json

This file was deleted.

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

1.35.98
=======

* api-change:``artifact``: Support resolving regional API calls to partition's leader region endpoint.
* api-change:``bedrock``: With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models.
* api-change:``ec2``: Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
* api-change:``kafkaconnect``: Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation.
* api-change:``transcribe``: This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.


1.35.97
=======

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.97'
__version__ = '1.35.98'


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.97'
release = '1.35.98'

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

0 comments on commit 323aa12

Please sign in to comment.