From a1a592923cffd6a06678aa526799293536440657 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 7 Feb 2024 19:09:24 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-datasync-92812.json | 5 +++++ .changes/next-release/api-change-lexv2models-84110.json | 5 +++++ .changes/next-release/api-change-redshift-56213.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-datasync-92812.json create mode 100644 .changes/next-release/api-change-lexv2models-84110.json create mode 100644 .changes/next-release/api-change-redshift-56213.json diff --git a/.changes/next-release/api-change-datasync-92812.json b/.changes/next-release/api-change-datasync-92812.json new file mode 100644 index 0000000000..cab8f060ff --- /dev/null +++ b/.changes/next-release/api-change-datasync-92812.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datasync``", + "description": "[``botocore``] AWS DataSync now supports manifests for specifying files or objects to transfer." +} diff --git a/.changes/next-release/api-change-lexv2models-84110.json b/.changes/next-release/api-change-lexv2models-84110.json new file mode 100644 index 0000000000..7d14fc27a2 --- /dev/null +++ b/.changes/next-release/api-change-lexv2models-84110.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lexv2-models``", + "description": "[``botocore``] Update lexv2-models client to latest version" +} diff --git a/.changes/next-release/api-change-redshift-56213.json b/.changes/next-release/api-change-redshift-56213.json new file mode 100644 index 0000000000..4b54ecf3d6 --- /dev/null +++ b/.changes/next-release/api-change-redshift-56213.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``redshift``", + "description": "[``botocore``] LisRecommendations API to fetch Amazon Redshift Advisor recommendations." +} From 490fd409e6f14cd7ff548a2aa1852b34aea0c8f5 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 7 Feb 2024 19:09:47 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.37 --- .changes/1.34.37.json | 17 +++++++++++++++++ .../next-release/api-change-datasync-92812.json | 5 ----- .../api-change-lexv2models-84110.json | 5 ----- .../next-release/api-change-redshift-56213.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.34.37.json delete mode 100644 .changes/next-release/api-change-datasync-92812.json delete mode 100644 .changes/next-release/api-change-lexv2models-84110.json delete mode 100644 .changes/next-release/api-change-redshift-56213.json diff --git a/.changes/1.34.37.json b/.changes/1.34.37.json new file mode 100644 index 0000000000..5317d652b0 --- /dev/null +++ b/.changes/1.34.37.json @@ -0,0 +1,17 @@ +[ + { + "category": "``datasync``", + "description": "[``botocore``] AWS DataSync now supports manifests for specifying files or objects to transfer.", + "type": "api-change" + }, + { + "category": "``lexv2-models``", + "description": "[``botocore``] Update lexv2-models client to latest version", + "type": "api-change" + }, + { + "category": "``redshift``", + "description": "[``botocore``] LisRecommendations API to fetch Amazon Redshift Advisor recommendations.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-datasync-92812.json b/.changes/next-release/api-change-datasync-92812.json deleted file mode 100644 index cab8f060ff..0000000000 --- a/.changes/next-release/api-change-datasync-92812.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datasync``", - "description": "[``botocore``] AWS DataSync now supports manifests for specifying files or objects to transfer." -} diff --git a/.changes/next-release/api-change-lexv2models-84110.json b/.changes/next-release/api-change-lexv2models-84110.json deleted file mode 100644 index 7d14fc27a2..0000000000 --- a/.changes/next-release/api-change-lexv2models-84110.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lexv2-models``", - "description": "[``botocore``] Update lexv2-models client to latest version" -} diff --git a/.changes/next-release/api-change-redshift-56213.json b/.changes/next-release/api-change-redshift-56213.json deleted file mode 100644 index 4b54ecf3d6..0000000000 --- a/.changes/next-release/api-change-redshift-56213.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift``", - "description": "[``botocore``] LisRecommendations API to fetch Amazon Redshift Advisor recommendations." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 931bacc5d0..65d95e5dfa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.34.37 +======= + +* api-change:``datasync``: [``botocore``] AWS DataSync now supports manifests for specifying files or objects to transfer. +* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version +* api-change:``redshift``: [``botocore``] LisRecommendations API to fetch Amazon Redshift Advisor recommendations. + + 1.34.36 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 988c28ceac..3f7e2993f3 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.36' +__version__ = '1.34.37' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index e0a93f71a5..d6f6c24980 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.36,<1.35.0 + botocore>=1.34.37,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 6ad4d9dac5..7cdeb1b8ba 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.36,<1.35.0', + 'botocore>=1.34.37,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]