From 0789efa691064e24f6144372373013736943ec8c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 5 Jun 2024 18:07:59 +0000 Subject: [PATCH] Bumping version to 1.34.120 --- .changes/1.34.120.json | 17 +++++++++++++++++ .../api-change-globalaccelerator-65131.json | 5 ----- .../next-release/api-change-glue-72905.json | 5 ----- .changes/next-release/api-change-s3-89526.json | 5 ----- CHANGELOG.rst | 8 ++++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 7 files changed, 27 insertions(+), 17 deletions(-) create mode 100644 .changes/1.34.120.json delete mode 100644 .changes/next-release/api-change-globalaccelerator-65131.json delete mode 100644 .changes/next-release/api-change-glue-72905.json delete mode 100644 .changes/next-release/api-change-s3-89526.json diff --git a/.changes/1.34.120.json b/.changes/1.34.120.json new file mode 100644 index 0000000000..97b8f00d41 --- /dev/null +++ b/.changes/1.34.120.json @@ -0,0 +1,17 @@ +[ + { + "category": "``globalaccelerator``", + "description": "This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input.", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "AWS Glue now supports native SaaS connectivity: Salesforce connector available now", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-globalaccelerator-65131.json b/.changes/next-release/api-change-globalaccelerator-65131.json deleted file mode 100644 index e417aee196..0000000000 --- a/.changes/next-release/api-change-globalaccelerator-65131.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``globalaccelerator``", - "description": "This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input." -} diff --git a/.changes/next-release/api-change-glue-72905.json b/.changes/next-release/api-change-glue-72905.json deleted file mode 100644 index 8ed6af8242..0000000000 --- a/.changes/next-release/api-change-glue-72905.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``glue``", - "description": "AWS Glue now supports native SaaS connectivity: Salesforce connector available now" -} diff --git a/.changes/next-release/api-change-s3-89526.json b/.changes/next-release/api-change-s3-89526.json deleted file mode 100644 index 0f4b5f4716..0000000000 --- a/.changes/next-release/api-change-s3-89526.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b6aba4827c..fc2dd1f9c1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.120 +======== + +* api-change:``globalaccelerator``: This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input. +* api-change:``glue``: AWS Glue now supports native SaaS connectivity: Salesforce connector available now +* api-change:``s3``: Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality. + + 1.34.119 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index b50f2debfb..ee65d29337 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.119' +__version__ = '1.34.120' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 94ffbe9022..00f61c7780 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.119' +release = '1.34.120' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.