From be5313357074527bae15115cb3d44bb60b82348f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 13 Feb 2025 19:07:02 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-accessanalyzer-61835.json | 5 +++++ .changes/next-release/api-change-acmpca-72772.json | 5 +++++ .changes/next-release/api-change-ecs-73249.json | 5 +++++ .changes/next-release/api-change-fis-28953.json | 5 +++++ .changes/next-release/api-change-sagemaker-96773.json | 5 +++++ .changes/next-release/api-change-storagegateway-29157.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-accessanalyzer-61835.json create mode 100644 .changes/next-release/api-change-acmpca-72772.json create mode 100644 .changes/next-release/api-change-ecs-73249.json create mode 100644 .changes/next-release/api-change-fis-28953.json create mode 100644 .changes/next-release/api-change-sagemaker-96773.json create mode 100644 .changes/next-release/api-change-storagegateway-29157.json diff --git a/.changes/next-release/api-change-accessanalyzer-61835.json b/.changes/next-release/api-change-accessanalyzer-61835.json new file mode 100644 index 0000000000..c3b068a449 --- /dev/null +++ b/.changes/next-release/api-change-accessanalyzer-61835.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``accessanalyzer``", + "description": "[``botocore``] This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation." +} diff --git a/.changes/next-release/api-change-acmpca-72772.json b/.changes/next-release/api-change-acmpca-72772.json new file mode 100644 index 0000000000..f4040b455f --- /dev/null +++ b/.changes/next-release/api-change-acmpca-72772.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``acm-pca``", + "description": "[``botocore``] Private Certificate Authority (PCA) documentation updates" +} diff --git a/.changes/next-release/api-change-ecs-73249.json b/.changes/next-release/api-change-ecs-73249.json new file mode 100644 index 0000000000..ba69d0d26c --- /dev/null +++ b/.changes/next-release/api-change-ecs-73249.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecs``", + "description": "[``botocore``] This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format." +} diff --git a/.changes/next-release/api-change-fis-28953.json b/.changes/next-release/api-change-fis-28953.json new file mode 100644 index 0000000000..64bf111c49 --- /dev/null +++ b/.changes/next-release/api-change-fis-28953.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fis``", + "description": "[``botocore``] Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration." +} diff --git a/.changes/next-release/api-change-sagemaker-96773.json b/.changes/next-release/api-change-sagemaker-96773.json new file mode 100644 index 0000000000..32ec0fcc58 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-96773.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type." +} diff --git a/.changes/next-release/api-change-storagegateway-29157.json b/.changes/next-release/api-change-storagegateway-29157.json new file mode 100644 index 0000000000..97e423f9d1 --- /dev/null +++ b/.changes/next-release/api-change-storagegateway-29157.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``storagegateway``", + "description": "[``botocore``] This release adds support for generating cache reports on S3 File Gateways for files that fail to upload." +} From b8d85ebe4bf8840086029bbfee7013f31bbccc67 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 13 Feb 2025 19:07:28 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.20 --- .changes/1.36.20.json | 32 +++++++++++++++++++ .../api-change-accessanalyzer-61835.json | 5 --- .../next-release/api-change-acmpca-72772.json | 5 --- .../next-release/api-change-ecs-73249.json | 5 --- .../next-release/api-change-fis-28953.json | 5 --- .../api-change-sagemaker-96773.json | 5 --- .../api-change-storagegateway-29157.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.20.json delete mode 100644 .changes/next-release/api-change-accessanalyzer-61835.json delete mode 100644 .changes/next-release/api-change-acmpca-72772.json delete mode 100644 .changes/next-release/api-change-ecs-73249.json delete mode 100644 .changes/next-release/api-change-fis-28953.json delete mode 100644 .changes/next-release/api-change-sagemaker-96773.json delete mode 100644 .changes/next-release/api-change-storagegateway-29157.json diff --git a/.changes/1.36.20.json b/.changes/1.36.20.json new file mode 100644 index 0000000000..d579f18b62 --- /dev/null +++ b/.changes/1.36.20.json @@ -0,0 +1,32 @@ +[ + { + "category": "``accessanalyzer``", + "description": "[``botocore``] This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation.", + "type": "api-change" + }, + { + "category": "``acm-pca``", + "description": "[``botocore``] Private Certificate Authority (PCA) documentation updates", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "[``botocore``] This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format.", + "type": "api-change" + }, + { + "category": "``fis``", + "description": "[``botocore``] Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type.", + "type": "api-change" + }, + { + "category": "``storagegateway``", + "description": "[``botocore``] This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-accessanalyzer-61835.json b/.changes/next-release/api-change-accessanalyzer-61835.json deleted file mode 100644 index c3b068a449..0000000000 --- a/.changes/next-release/api-change-accessanalyzer-61835.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``accessanalyzer``", - "description": "[``botocore``] This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation." -} diff --git a/.changes/next-release/api-change-acmpca-72772.json b/.changes/next-release/api-change-acmpca-72772.json deleted file mode 100644 index f4040b455f..0000000000 --- a/.changes/next-release/api-change-acmpca-72772.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm-pca``", - "description": "[``botocore``] Private Certificate Authority (PCA) documentation updates" -} diff --git a/.changes/next-release/api-change-ecs-73249.json b/.changes/next-release/api-change-ecs-73249.json deleted file mode 100644 index ba69d0d26c..0000000000 --- a/.changes/next-release/api-change-ecs-73249.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "[``botocore``] This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format." -} diff --git a/.changes/next-release/api-change-fis-28953.json b/.changes/next-release/api-change-fis-28953.json deleted file mode 100644 index 64bf111c49..0000000000 --- a/.changes/next-release/api-change-fis-28953.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``fis``", - "description": "[``botocore``] Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration." -} diff --git a/.changes/next-release/api-change-sagemaker-96773.json b/.changes/next-release/api-change-sagemaker-96773.json deleted file mode 100644 index 32ec0fcc58..0000000000 --- a/.changes/next-release/api-change-sagemaker-96773.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type." -} diff --git a/.changes/next-release/api-change-storagegateway-29157.json b/.changes/next-release/api-change-storagegateway-29157.json deleted file mode 100644 index 97e423f9d1..0000000000 --- a/.changes/next-release/api-change-storagegateway-29157.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``storagegateway``", - "description": "[``botocore``] This release adds support for generating cache reports on S3 File Gateways for files that fail to upload." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 74e5330aec..b8a2179e3c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.36.20 +======= + +* api-change:``accessanalyzer``: [``botocore``] This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation. +* api-change:``acm-pca``: [``botocore``] Private Certificate Authority (PCA) documentation updates +* api-change:``ecs``: [``botocore``] This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format. +* api-change:``fis``: [``botocore``] Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration. +* api-change:``sagemaker``: [``botocore``] Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type. +* api-change:``storagegateway``: [``botocore``] This release adds support for generating cache reports on S3 File Gateways for files that fail to upload. + + 1.36.19 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 20ab220022..c3aec691c7 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.19' +__version__ = '1.36.20' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 4450f4a4ad..47b046cff2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.36.19,<1.37.0 + botocore>=1.36.20,<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 6ed8a76ee7..69b2674094 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.36.19,<1.37.0', + 'botocore>=1.36.20,<1.37.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.11.0,<0.12.0', ]