Skip to content

Commit

Permalink
Bumping version to 1.35.78
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 10, 2024
1 parent 1cbfc14 commit 39e0a95
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.78.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``application-autoscaling``",
"description": "Doc only update for AAS Predictive Scaling policy configuration API.",
"type": "api-change"
},
{
"category": "``bcm-pricing-calculator``",
"description": "Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Add support for Push Notifications for Amazon Connect chat. With Push Notifications enabled an alert could be sent to customers about new messages even when they aren't actively using the mobile application.",
"type": "api-change"
},
{
"category": "``finspace``",
"description": "Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "IVS Real-Time now offers customers the ability to customize thumbnails recording mode and interval for both Individual Participant Recording (IPR) and Server-Side Compositions (SSC).",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "Introduces support for creating DEED (Deterministic Easy-DKIM) identities.",
"type": "api-change"
}
]

This file was deleted.

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-finspace-45067.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ivsrealtime-41674.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sesv2-58297.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.78
=======

* api-change:``application-autoscaling``: Doc only update for AAS Predictive Scaling policy configuration API.
* api-change:``bcm-pricing-calculator``: Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links.
* api-change:``connect``: Add support for Push Notifications for Amazon Connect chat. With Push Notifications enabled an alert could be sent to customers about new messages even when they aren't actively using the mobile application.
* api-change:``finspace``: Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons
* api-change:``ivs-realtime``: IVS Real-Time now offers customers the ability to customize thumbnails recording mode and interval for both Individual Participant Recording (IPR) and Server-Side Compositions (SSC).
* api-change:``sesv2``: Introduces support for creating DEED (Deterministic Easy-DKIM) identities.


1.35.77
=======

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.77'
__version__ = '1.35.78'


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.77'
release = '1.35.78'

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

0 comments on commit 39e0a95

Please sign in to comment.