From 02a28c8e6da3907968d4a1cfd6b7dfd53c5190c6 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 10 Dec 2024 19:42:17 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .../api-change-applicationautoscaling-44261.json | 5 +++++ .../next-release/api-change-bcmpricingcalculator-59501.json | 5 +++++ .changes/next-release/api-change-connect-56164.json | 5 +++++ .changes/next-release/api-change-finspace-45067.json | 5 +++++ .changes/next-release/api-change-ivsrealtime-41674.json | 5 +++++ .changes/next-release/api-change-sesv2-58297.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-applicationautoscaling-44261.json create mode 100644 .changes/next-release/api-change-bcmpricingcalculator-59501.json create mode 100644 .changes/next-release/api-change-connect-56164.json create mode 100644 .changes/next-release/api-change-finspace-45067.json create mode 100644 .changes/next-release/api-change-ivsrealtime-41674.json create mode 100644 .changes/next-release/api-change-sesv2-58297.json diff --git a/.changes/next-release/api-change-applicationautoscaling-44261.json b/.changes/next-release/api-change-applicationautoscaling-44261.json new file mode 100644 index 0000000000..b4c890b8b0 --- /dev/null +++ b/.changes/next-release/api-change-applicationautoscaling-44261.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``application-autoscaling``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..3b4affc9dd --- /dev/null +++ b/.changes/next-release/api-change-bcmpricingcalculator-59501.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bcm-pricing-calculator``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..cf8288ef71 --- /dev/null +++ b/.changes/next-release/api-change-connect-56164.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connect``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..5130d5327c --- /dev/null +++ b/.changes/next-release/api-change-finspace-45067.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``finspace``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..fc89250e48 --- /dev/null +++ b/.changes/next-release/api-change-ivsrealtime-41674.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ivs-realtime``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..21669465c7 --- /dev/null +++ b/.changes/next-release/api-change-sesv2-58297.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sesv2``", + "description": "[``botocore``] Introduces support for creating DEED (Deterministic Easy-DKIM) identities." +} From 282b02b5b070f73cedb0852779891117811a1c72 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 10 Dec 2024 19:42:41 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.78 --- .changes/1.35.78.json | 32 +++++++++++++++++++ ...i-change-applicationautoscaling-44261.json | 5 --- ...api-change-bcmpricingcalculator-59501.json | 5 --- .../api-change-connect-56164.json | 5 --- .../api-change-finspace-45067.json | 5 --- .../api-change-ivsrealtime-41674.json | 5 --- .../next-release/api-change-sesv2-58297.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.35.78.json delete mode 100644 .changes/next-release/api-change-applicationautoscaling-44261.json delete mode 100644 .changes/next-release/api-change-bcmpricingcalculator-59501.json delete mode 100644 .changes/next-release/api-change-connect-56164.json delete mode 100644 .changes/next-release/api-change-finspace-45067.json delete mode 100644 .changes/next-release/api-change-ivsrealtime-41674.json delete mode 100644 .changes/next-release/api-change-sesv2-58297.json diff --git a/.changes/1.35.78.json b/.changes/1.35.78.json new file mode 100644 index 0000000000..6e320fd66f --- /dev/null +++ b/.changes/1.35.78.json @@ -0,0 +1,32 @@ +[ + { + "category": "``application-autoscaling``", + "description": "[``botocore``] Doc only update for AAS Predictive Scaling policy configuration API.", + "type": "api-change" + }, + { + "category": "``bcm-pricing-calculator``", + "description": "[``botocore``] Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] 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": "[``botocore``] Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons", + "type": "api-change" + }, + { + "category": "``ivs-realtime``", + "description": "[``botocore``] 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": "[``botocore``] 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 b4c890b8b0..0000000000 --- a/.changes/next-release/api-change-applicationautoscaling-44261.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``application-autoscaling``", - "description": "[``botocore``] 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 3b4affc9dd..0000000000 --- a/.changes/next-release/api-change-bcmpricingcalculator-59501.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bcm-pricing-calculator``", - "description": "[``botocore``] 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 cf8288ef71..0000000000 --- a/.changes/next-release/api-change-connect-56164.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] 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 5130d5327c..0000000000 --- a/.changes/next-release/api-change-finspace-45067.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``finspace``", - "description": "[``botocore``] 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 fc89250e48..0000000000 --- a/.changes/next-release/api-change-ivsrealtime-41674.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ivs-realtime``", - "description": "[``botocore``] 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 21669465c7..0000000000 --- a/.changes/next-release/api-change-sesv2-58297.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sesv2``", - "description": "[``botocore``] Introduces support for creating DEED (Deterministic Easy-DKIM) identities." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cfa423b810..03d8977573 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.78 +======= + +* api-change:``application-autoscaling``: [``botocore``] Doc only update for AAS Predictive Scaling policy configuration API. +* api-change:``bcm-pricing-calculator``: [``botocore``] Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links. +* api-change:``connect``: [``botocore``] 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``: [``botocore``] Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons +* api-change:``ivs-realtime``: [``botocore``] 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``: [``botocore``] Introduces support for creating DEED (Deterministic Easy-DKIM) identities. + + 1.35.77 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 1058c1c89e..73b6342129 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.35.77' +__version__ = '1.35.78' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index e1c0f438b7..7d67bb25f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.77,<1.36.0 + botocore>=1.35.78,<1.36.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 00170832b2..039162c631 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.77,<1.36.0', + 'botocore>=1.35.78,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]