diff --git a/.changes/1.35.78.json b/.changes/1.35.78.json new file mode 100644 index 0000000000..a923cbfc34 --- /dev/null +++ b/.changes/1.35.78.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-applicationautoscaling-44261.json b/.changes/next-release/api-change-applicationautoscaling-44261.json deleted file mode 100644 index 4ce583b727..0000000000 --- a/.changes/next-release/api-change-applicationautoscaling-44261.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-autoscaling``", - "description": "Doc only update for AAS Predictive Scaling policy configuration API." -} diff --git a/.changes/next-release/api-change-bcmpricingcalculator-59501.json b/.changes/next-release/api-change-bcmpricingcalculator-59501.json deleted file mode 100644 index 6965b157d4..0000000000 --- a/.changes/next-release/api-change-bcmpricingcalculator-59501.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bcm-pricing-calculator``", - "description": "Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links." -} diff --git a/.changes/next-release/api-change-connect-56164.json b/.changes/next-release/api-change-connect-56164.json deleted file mode 100644 index d10cf7baa5..0000000000 --- a/.changes/next-release/api-change-connect-56164.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-finspace-45067.json b/.changes/next-release/api-change-finspace-45067.json deleted file mode 100644 index e3b48b4b04..0000000000 --- a/.changes/next-release/api-change-finspace-45067.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``finspace``", - "description": "Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons" -} diff --git a/.changes/next-release/api-change-ivsrealtime-41674.json b/.changes/next-release/api-change-ivsrealtime-41674.json deleted file mode 100644 index eaa37c09ab..0000000000 --- a/.changes/next-release/api-change-ivsrealtime-41674.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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)." -} diff --git a/.changes/next-release/api-change-sesv2-58297.json b/.changes/next-release/api-change-sesv2-58297.json deleted file mode 100644 index c2b49ee893..0000000000 --- a/.changes/next-release/api-change-sesv2-58297.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sesv2``", - "description": "Introduces support for creating DEED (Deterministic Easy-DKIM) identities." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 041af12105..c6ee9ba669 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index fbead541ac..d4da138ff5 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.77' +__version__ = '1.35.78' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 08d037549a..db4163b31b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.