Skip to content

Commit

Permalink
Merge branch 'release-1.34.116' into develop
Browse files Browse the repository at this point in the history
* release-1.34.116:
  Bumping version to 1.34.116
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed May 30, 2024
2 parents 53faaee + e2e0979 commit 05019ed
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.34.116.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
========

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down

0 comments on commit 05019ed

Please sign in to comment.