diff --git a/.changes/1.34.116.json b/.changes/1.34.116.json new file mode 100644 index 0000000000..a8c34bb34d --- /dev/null +++ b/.changes/1.34.116.json @@ -0,0 +1,42 @@ +[ + { + "category": "``acm``", + "description": "[``botocore``] add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``bedrock-agent``", + "description": "[``botocore``] With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2.", + "type": "api-change" + }, + { + "category": "``bedrock-runtime``", + "description": "[``botocore``] This release adds Converse and ConverseStream APIs to Bedrock Runtime", + "type": "api-change" + }, + { + "category": "``cloudtrail``", + "description": "[``botocore``] CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "[``botocore``] Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API", + "type": "api-change" + }, + { + "category": "``emr-serverless``", + "description": "[``botocore``] The release adds support for spark structured streaming.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] Updates Amazon RDS documentation for Aurora Postgres DBname.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acm-23445.json b/.changes/next-release/api-change-acm-23445.json deleted file mode 100644 index c1ef1e060a..0000000000 --- a/.changes/next-release/api-change-acm-23445.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm``", - "description": "[``botocore``] add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-bedrockagent-86100.json b/.changes/next-release/api-change-bedrockagent-86100.json deleted file mode 100644 index 40fe326f6c..0000000000 --- a/.changes/next-release/api-change-bedrockagent-86100.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "[``botocore``] With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2." -} diff --git a/.changes/next-release/api-change-bedrockruntime-15865.json b/.changes/next-release/api-change-bedrockruntime-15865.json deleted file mode 100644 index a25c721a97..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-15865.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "[``botocore``] This release adds Converse and ConverseStream APIs to Bedrock Runtime" -} diff --git a/.changes/next-release/api-change-cloudtrail-36744.json b/.changes/next-release/api-change-cloudtrail-36744.json deleted file mode 100644 index d9d2a505ff..0000000000 --- a/.changes/next-release/api-change-cloudtrail-36744.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudtrail``", - "description": "[``botocore``] CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour." -} diff --git a/.changes/next-release/api-change-connect-97102.json b/.changes/next-release/api-change-connect-97102.json deleted file mode 100644 index c6c2e674c8..0000000000 --- a/.changes/next-release/api-change-connect-97102.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "[``botocore``] Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API" -} diff --git a/.changes/next-release/api-change-emrserverless-68781.json b/.changes/next-release/api-change-emrserverless-68781.json deleted file mode 100644 index 541329f244..0000000000 --- a/.changes/next-release/api-change-emrserverless-68781.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr-serverless``", - "description": "[``botocore``] The release adds support for spark structured streaming." -} diff --git a/.changes/next-release/api-change-rds-71252.json b/.changes/next-release/api-change-rds-71252.json deleted file mode 100644 index cee10a5c8b..0000000000 --- a/.changes/next-release/api-change-rds-71252.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] Updates Amazon RDS documentation for Aurora Postgres DBname." -} diff --git a/.changes/next-release/api-change-sagemaker-58609.json b/.changes/next-release/api-change-sagemaker-58609.json deleted file mode 100644 index 25a0ccdf4f..0000000000 --- a/.changes/next-release/api-change-sagemaker-58609.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 536d6d25ae..6b5a8804ea 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ CHANGELOG ========= +1.34.116 +======== + +* api-change:``acm``: [``botocore``] add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``bedrock-agent``: [``botocore``] With this release, Knowledge bases for Bedrock adds support for Titan Text Embedding v2. +* api-change:``bedrock-runtime``: [``botocore``] This release adds Converse and ConverseStream APIs to Bedrock Runtime +* api-change:``cloudtrail``: [``botocore``] CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour. +* api-change:``connect``: [``botocore``] Adding associatedQueueIds as a SearchCriteria and response field to the SearchRoutingProfiles API +* api-change:``emr-serverless``: [``botocore``] The release adds support for spark structured streaming. +* api-change:``rds``: [``botocore``] Updates Amazon RDS documentation for Aurora Postgres DBname. +* api-change:``sagemaker``: [``botocore``] Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm. + + 1.34.115 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 2106d6fe43..f45dc4462d 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.115' +__version__ = '1.34.116' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 897af5278f..dddb461cc2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.115,<1.35.0 + botocore>=1.34.116,<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 083555e81c..30cd7f6872 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.115,<1.35.0', + 'botocore>=1.34.116,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]