From a824c6660c2dbb1340329460ed8030646e28e279 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 24 Jan 2025 19:10:04 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cloudtrail-70083.json | 5 +++++ .changes/next-release/api-change-eks-80116.json | 5 +++++ .changes/next-release/api-change-healthlake-33921.json | 5 +++++ .changes/next-release/api-change-ssm-99777.json | 5 +++++ .changes/next-release/api-change-ssooidc-20875.json | 5 +++++ .changes/next-release/api-change-transfer-25011.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-cloudtrail-70083.json create mode 100644 .changes/next-release/api-change-eks-80116.json create mode 100644 .changes/next-release/api-change-healthlake-33921.json create mode 100644 .changes/next-release/api-change-ssm-99777.json create mode 100644 .changes/next-release/api-change-ssooidc-20875.json create mode 100644 .changes/next-release/api-change-transfer-25011.json diff --git a/.changes/next-release/api-change-cloudtrail-70083.json b/.changes/next-release/api-change-cloudtrail-70083.json new file mode 100644 index 0000000000..6b9289f22d --- /dev/null +++ b/.changes/next-release/api-change-cloudtrail-70083.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudtrail``", + "description": "[``botocore``] This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries." +} diff --git a/.changes/next-release/api-change-eks-80116.json b/.changes/next-release/api-change-eks-80116.json new file mode 100644 index 0000000000..7fe158be14 --- /dev/null +++ b/.changes/next-release/api-change-eks-80116.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``eks``", + "description": "[``botocore``] Adds support for UpdateStrategies in EKS Managed Node Groups." +} diff --git a/.changes/next-release/api-change-healthlake-33921.json b/.changes/next-release/api-change-healthlake-33921.json new file mode 100644 index 0000000000..6bb41223a5 --- /dev/null +++ b/.changes/next-release/api-change-healthlake-33921.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``healthlake``", + "description": "[``botocore``] Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0" +} diff --git a/.changes/next-release/api-change-ssm-99777.json b/.changes/next-release/api-change-ssm-99777.json new file mode 100644 index 0000000000..c971862ffb --- /dev/null +++ b/.changes/next-release/api-change-ssm-99777.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm``", + "description": "[``botocore``] Systems Manager doc-only update for January, 2025." +} diff --git a/.changes/next-release/api-change-ssooidc-20875.json b/.changes/next-release/api-change-ssooidc-20875.json new file mode 100644 index 0000000000..f36b505373 --- /dev/null +++ b/.changes/next-release/api-change-ssooidc-20875.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sso-oidc``", + "description": "[``botocore``] Fixed typos in the descriptions." +} diff --git a/.changes/next-release/api-change-transfer-25011.json b/.changes/next-release/api-change-transfer-25011.json new file mode 100644 index 0000000000..b688a7d8fb --- /dev/null +++ b/.changes/next-release/api-change-transfer-25011.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``transfer``", + "description": "[``botocore``] Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files." +} From 4e9f6b5bc38fe391e9922b066a0abd4003dcbe28 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 24 Jan 2025 19:10:29 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.6 --- .changes/1.36.6.json | 32 +++++++++++++++++++ .../api-change-cloudtrail-70083.json | 5 --- .../next-release/api-change-eks-80116.json | 5 --- .../api-change-healthlake-33921.json | 5 --- .../next-release/api-change-ssm-99777.json | 5 --- .../api-change-ssooidc-20875.json | 5 --- .../api-change-transfer-25011.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.36.6.json delete mode 100644 .changes/next-release/api-change-cloudtrail-70083.json delete mode 100644 .changes/next-release/api-change-eks-80116.json delete mode 100644 .changes/next-release/api-change-healthlake-33921.json delete mode 100644 .changes/next-release/api-change-ssm-99777.json delete mode 100644 .changes/next-release/api-change-ssooidc-20875.json delete mode 100644 .changes/next-release/api-change-transfer-25011.json diff --git a/.changes/1.36.6.json b/.changes/1.36.6.json new file mode 100644 index 0000000000..57e3d03589 --- /dev/null +++ b/.changes/1.36.6.json @@ -0,0 +1,32 @@ +[ + { + "category": "``cloudtrail``", + "description": "[``botocore``] This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries.", + "type": "api-change" + }, + { + "category": "``eks``", + "description": "[``botocore``] Adds support for UpdateStrategies in EKS Managed Node Groups.", + "type": "api-change" + }, + { + "category": "``healthlake``", + "description": "[``botocore``] Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] Systems Manager doc-only update for January, 2025.", + "type": "api-change" + }, + { + "category": "``sso-oidc``", + "description": "[``botocore``] Fixed typos in the descriptions.", + "type": "api-change" + }, + { + "category": "``transfer``", + "description": "[``botocore``] Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudtrail-70083.json b/.changes/next-release/api-change-cloudtrail-70083.json deleted file mode 100644 index 6b9289f22d..0000000000 --- a/.changes/next-release/api-change-cloudtrail-70083.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudtrail``", - "description": "[``botocore``] This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries." -} diff --git a/.changes/next-release/api-change-eks-80116.json b/.changes/next-release/api-change-eks-80116.json deleted file mode 100644 index 7fe158be14..0000000000 --- a/.changes/next-release/api-change-eks-80116.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``eks``", - "description": "[``botocore``] Adds support for UpdateStrategies in EKS Managed Node Groups." -} diff --git a/.changes/next-release/api-change-healthlake-33921.json b/.changes/next-release/api-change-healthlake-33921.json deleted file mode 100644 index 6bb41223a5..0000000000 --- a/.changes/next-release/api-change-healthlake-33921.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``healthlake``", - "description": "[``botocore``] Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0" -} diff --git a/.changes/next-release/api-change-ssm-99777.json b/.changes/next-release/api-change-ssm-99777.json deleted file mode 100644 index c971862ffb..0000000000 --- a/.changes/next-release/api-change-ssm-99777.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm``", - "description": "[``botocore``] Systems Manager doc-only update for January, 2025." -} diff --git a/.changes/next-release/api-change-ssooidc-20875.json b/.changes/next-release/api-change-ssooidc-20875.json deleted file mode 100644 index f36b505373..0000000000 --- a/.changes/next-release/api-change-ssooidc-20875.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sso-oidc``", - "description": "[``botocore``] Fixed typos in the descriptions." -} diff --git a/.changes/next-release/api-change-transfer-25011.json b/.changes/next-release/api-change-transfer-25011.json deleted file mode 100644 index b688a7d8fb..0000000000 --- a/.changes/next-release/api-change-transfer-25011.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transfer``", - "description": "[``botocore``] Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b07cfb4f91..5fafaa1238 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.36.6 +====== + +* api-change:``cloudtrail``: [``botocore``] This release introduces the SearchSampleQueries API that allows users to search for CloudTrail Lake sample queries. +* api-change:``eks``: [``botocore``] Adds support for UpdateStrategies in EKS Managed Node Groups. +* api-change:``healthlake``: [``botocore``] Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0 +* api-change:``ssm``: [``botocore``] Systems Manager doc-only update for January, 2025. +* api-change:``sso-oidc``: [``botocore``] Fixed typos in the descriptions. +* api-change:``transfer``: [``botocore``] Added CustomDirectories as a new directory option for storing inbound AS2 messages, MDN files and Status files. + + 1.36.5 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index 5e0d4d2ef4..cec2ad32ed 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.36.5' +__version__ = '1.36.6' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 28f3de200a..34edaa4efb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.36.5,<1.37.0 + botocore>=1.36.6,<1.37.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.11.0,<0.12.0 diff --git a/setup.py b/setup.py index f1f6021098..9281e447cb 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.36.5,<1.37.0', + 'botocore>=1.36.6,<1.37.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.11.0,<0.12.0', ]