From 8c09caa202525bf5e01bbe023a45823fdcfcbac8 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 27 Feb 2025 19:12:16 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .../next-release/api-change-bedrockagentruntime-39034.json | 5 +++++ .changes/next-release/api-change-emr-73692.json | 5 +++++ .changes/next-release/api-change-qbusiness-4943.json | 5 +++++ .../next-release/api-change-redshiftserverless-91161.json | 5 +++++ .changes/next-release/api-change-sagemaker-92137.json | 5 +++++ .changes/next-release/api-change-storagegateway-31587.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockagentruntime-39034.json create mode 100644 .changes/next-release/api-change-emr-73692.json create mode 100644 .changes/next-release/api-change-qbusiness-4943.json create mode 100644 .changes/next-release/api-change-redshiftserverless-91161.json create mode 100644 .changes/next-release/api-change-sagemaker-92137.json create mode 100644 .changes/next-release/api-change-storagegateway-31587.json diff --git a/.changes/next-release/api-change-bedrockagentruntime-39034.json b/.changes/next-release/api-change-bedrockagentruntime-39034.json new file mode 100644 index 0000000000..000229ec39 --- /dev/null +++ b/.changes/next-release/api-change-bedrockagentruntime-39034.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] Introduces Sessions (preview) to enable stateful conversations in GenAI applications." +} diff --git a/.changes/next-release/api-change-emr-73692.json b/.changes/next-release/api-change-emr-73692.json new file mode 100644 index 0000000000..ad063774fa --- /dev/null +++ b/.changes/next-release/api-change-emr-73692.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``emr``", + "description": "[``botocore``] Definition update for EbsConfiguration." +} diff --git a/.changes/next-release/api-change-qbusiness-4943.json b/.changes/next-release/api-change-qbusiness-4943.json new file mode 100644 index 0000000000..f2478d0f2d --- /dev/null +++ b/.changes/next-release/api-change-qbusiness-4943.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qbusiness``", + "description": "[``botocore``] This release supports deleting attachments from conversations." +} diff --git a/.changes/next-release/api-change-redshiftserverless-91161.json b/.changes/next-release/api-change-redshiftserverless-91161.json new file mode 100644 index 0000000000..e98872cf24 --- /dev/null +++ b/.changes/next-release/api-change-redshiftserverless-91161.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``redshift-serverless``", + "description": "[``botocore``] Add track support for Redshift Serverless workgroup." +} diff --git a/.changes/next-release/api-change-sagemaker-92137.json b/.changes/next-release/api-change-sagemaker-92137.json new file mode 100644 index 0000000000..3e02614c61 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-92137.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference." +} diff --git a/.changes/next-release/api-change-storagegateway-31587.json b/.changes/next-release/api-change-storagegateway-31587.json new file mode 100644 index 0000000000..3c17a88d25 --- /dev/null +++ b/.changes/next-release/api-change-storagegateway-31587.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``storagegateway``", + "description": "[``botocore``] This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3." +} From fd969689c4030e3b9c975cf04b74913b96c82937 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 27 Feb 2025 19:12:41 +0000 Subject: [PATCH 2/2] Bumping version to 1.37.3 --- .changes/1.37.3.json | 32 +++++++++++++++++++ .../api-change-bedrockagentruntime-39034.json | 5 --- .../next-release/api-change-emr-73692.json | 5 --- .../api-change-qbusiness-4943.json | 5 --- .../api-change-redshiftserverless-91161.json | 5 --- .../api-change-sagemaker-92137.json | 5 --- .../api-change-storagegateway-31587.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.37.3.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-39034.json delete mode 100644 .changes/next-release/api-change-emr-73692.json delete mode 100644 .changes/next-release/api-change-qbusiness-4943.json delete mode 100644 .changes/next-release/api-change-redshiftserverless-91161.json delete mode 100644 .changes/next-release/api-change-sagemaker-92137.json delete mode 100644 .changes/next-release/api-change-storagegateway-31587.json diff --git a/.changes/1.37.3.json b/.changes/1.37.3.json new file mode 100644 index 0000000000..7cb84a2b91 --- /dev/null +++ b/.changes/1.37.3.json @@ -0,0 +1,32 @@ +[ + { + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] Introduces Sessions (preview) to enable stateful conversations in GenAI applications.", + "type": "api-change" + }, + { + "category": "``emr``", + "description": "[``botocore``] Definition update for EbsConfiguration.", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "[``botocore``] This release supports deleting attachments from conversations.", + "type": "api-change" + }, + { + "category": "``redshift-serverless``", + "description": "[``botocore``] Add track support for Redshift Serverless workgroup.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference.", + "type": "api-change" + }, + { + "category": "``storagegateway``", + "description": "[``botocore``] This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagentruntime-39034.json b/.changes/next-release/api-change-bedrockagentruntime-39034.json deleted file mode 100644 index 000229ec39..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-39034.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "[``botocore``] Introduces Sessions (preview) to enable stateful conversations in GenAI applications." -} diff --git a/.changes/next-release/api-change-emr-73692.json b/.changes/next-release/api-change-emr-73692.json deleted file mode 100644 index ad063774fa..0000000000 --- a/.changes/next-release/api-change-emr-73692.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr``", - "description": "[``botocore``] Definition update for EbsConfiguration." -} diff --git a/.changes/next-release/api-change-qbusiness-4943.json b/.changes/next-release/api-change-qbusiness-4943.json deleted file mode 100644 index f2478d0f2d..0000000000 --- a/.changes/next-release/api-change-qbusiness-4943.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qbusiness``", - "description": "[``botocore``] This release supports deleting attachments from conversations." -} diff --git a/.changes/next-release/api-change-redshiftserverless-91161.json b/.changes/next-release/api-change-redshiftserverless-91161.json deleted file mode 100644 index e98872cf24..0000000000 --- a/.changes/next-release/api-change-redshiftserverless-91161.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift-serverless``", - "description": "[``botocore``] Add track support for Redshift Serverless workgroup." -} diff --git a/.changes/next-release/api-change-sagemaker-92137.json b/.changes/next-release/api-change-sagemaker-92137.json deleted file mode 100644 index 3e02614c61..0000000000 --- a/.changes/next-release/api-change-sagemaker-92137.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference." -} diff --git a/.changes/next-release/api-change-storagegateway-31587.json b/.changes/next-release/api-change-storagegateway-31587.json deleted file mode 100644 index 3c17a88d25..0000000000 --- a/.changes/next-release/api-change-storagegateway-31587.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``storagegateway``", - "description": "[``botocore``] This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 74cfc733b0..07e69fcd2f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.37.3 +====== + +* api-change:``bedrock-agent-runtime``: [``botocore``] Introduces Sessions (preview) to enable stateful conversations in GenAI applications. +* api-change:``emr``: [``botocore``] Definition update for EbsConfiguration. +* api-change:``qbusiness``: [``botocore``] This release supports deleting attachments from conversations. +* api-change:``redshift-serverless``: [``botocore``] Add track support for Redshift Serverless workgroup. +* api-change:``sagemaker``: [``botocore``] SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference. +* api-change:``storagegateway``: [``botocore``] This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3. + + 1.37.2 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index f13e1137d0..d125e4941e 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.37.2' +__version__ = '1.37.3' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index a4628e28f3..8d5086db2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.37.2,<1.38.0 + botocore>=1.37.3,<1.38.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.11.0,<0.12.0 diff --git a/setup.py b/setup.py index c8c4600e22..5703b99d3c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.37.2,<1.38.0', + 'botocore>=1.37.3,<1.38.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.11.0,<0.12.0', ]