From 4c97570dd3ffa950df72aaadf2eff403e06d8574 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 11 Oct 2024 18:23:01 +0000 Subject: [PATCH] Bumping version to 1.35.39 --- .changes/1.35.39.json | 27 +++++++++++++++++++ .../api-change-appflow-37356.json | 5 ---- .../next-release/api-change-elbv2-58421.json | 5 ---- .../next-release/api-change-emr-12517.json | 5 ---- .../api-change-guardduty-80575.json | 5 ---- .../api-change-robomaker-7095.json | 5 ---- CHANGELOG.rst | 10 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 9 files changed, 39 insertions(+), 27 deletions(-) create mode 100644 .changes/1.35.39.json delete mode 100644 .changes/next-release/api-change-appflow-37356.json delete mode 100644 .changes/next-release/api-change-elbv2-58421.json delete mode 100644 .changes/next-release/api-change-emr-12517.json delete mode 100644 .changes/next-release/api-change-guardduty-80575.json delete mode 100644 .changes/next-release/api-change-robomaker-7095.json diff --git a/.changes/1.35.39.json b/.changes/1.35.39.json new file mode 100644 index 0000000000..22b588d5a4 --- /dev/null +++ b/.changes/1.35.39.json @@ -0,0 +1,27 @@ +[ + { + "category": "``appflow``", + "description": "Doc only updates for clarification around OAuth2GrantType for Salesforce.", + "type": "api-change" + }, + { + "category": "``elbv2``", + "description": "Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target.", + "type": "api-change" + }, + { + "category": "``emr``", + "description": "This release provides new parameter \"Context\" in instance fleet clusters.", + "type": "api-change" + }, + { + "category": "``guardduty``", + "description": "Added a new field for network connection details.", + "type": "api-change" + }, + { + "category": "``robomaker``", + "description": "Documentation update: added support notices to each API action.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appflow-37356.json b/.changes/next-release/api-change-appflow-37356.json deleted file mode 100644 index 084ad11a28..0000000000 --- a/.changes/next-release/api-change-appflow-37356.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appflow``", - "description": "Doc only updates for clarification around OAuth2GrantType for Salesforce." -} diff --git a/.changes/next-release/api-change-elbv2-58421.json b/.changes/next-release/api-change-elbv2-58421.json deleted file mode 100644 index d7567702e5..0000000000 --- a/.changes/next-release/api-change-elbv2-58421.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``elbv2``", - "description": "Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target." -} diff --git a/.changes/next-release/api-change-emr-12517.json b/.changes/next-release/api-change-emr-12517.json deleted file mode 100644 index e4edf158ee..0000000000 --- a/.changes/next-release/api-change-emr-12517.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr``", - "description": "This release provides new parameter \"Context\" in instance fleet clusters." -} diff --git a/.changes/next-release/api-change-guardduty-80575.json b/.changes/next-release/api-change-guardduty-80575.json deleted file mode 100644 index 4e0b98ce7f..0000000000 --- a/.changes/next-release/api-change-guardduty-80575.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``guardduty``", - "description": "Added a new field for network connection details." -} diff --git a/.changes/next-release/api-change-robomaker-7095.json b/.changes/next-release/api-change-robomaker-7095.json deleted file mode 100644 index 7d71e899a7..0000000000 --- a/.changes/next-release/api-change-robomaker-7095.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``robomaker``", - "description": "Documentation update: added support notices to each API action." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ec920fbaf3..f6e102778b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.35.39 +======= + +* api-change:``appflow``: Doc only updates for clarification around OAuth2GrantType for Salesforce. +* api-change:``elbv2``: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. +* api-change:``emr``: This release provides new parameter "Context" in instance fleet clusters. +* api-change:``guardduty``: Added a new field for network connection details. +* api-change:``robomaker``: Documentation update: added support notices to each API action. + + 1.35.38 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 1d25262c08..964feba740 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.38' +__version__ = '1.35.39' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index be9d98c8a0..855ad6365f 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.38' +release = '1.35.39' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.