Skip to content

Commit

Permalink
Bumping version to 1.35.85
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 19, 2024
1 parent 17c839b commit 74239a6
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.85.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``appstream``",
"description": "Added support for Rocky Linux 8 on Amazon AppStream 2.0",
"type": "api-change"
},
{
"category": "``mediaconvert``",
"description": "This release adds support for inserting timecode tracks into MP4 container outputs.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "MediaLive is releasing ListVersions api",
"type": "api-change"
},
{
"category": "``qconnect``",
"description": "Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent.",
"type": "api-change"
},
{
"category": "``ssm-sap``",
"description": "AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "Added AWS Global Accelerator (AGA) support for WorkSpaces Personal.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appstream-57477.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediaconvert-81646.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-36945.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-qconnect-2818.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ssmsap-10597.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspaces-17479.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.85
=======

* api-change:``appstream``: Added support for Rocky Linux 8 on Amazon AppStream 2.0
* api-change:``mediaconvert``: This release adds support for inserting timecode tracks into MP4 container outputs.
* api-change:``medialive``: MediaLive is releasing ListVersions api
* api-change:``qconnect``: Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent.
* api-change:``ssm-sap``: AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications
* api-change:``workspaces``: Added AWS Global Accelerator (AGA) support for WorkSpaces Personal.


1.35.84
=======

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.84'
__version__ = '1.35.85'


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.84'
release = '1.35.85'

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

0 comments on commit 74239a6

Please sign in to comment.