Skip to content

Commit

Permalink
Merge branch 'release-1.28.57' into develop
Browse files Browse the repository at this point in the history
* release-1.28.57:
  Bumping version to 1.28.57
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Sep 28, 2023
2 parents 34951e7 + 312cdc9 commit 552416e
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.28.57.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``bedrock-runtime``",
"description": "[``botocore``] Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.",
"type": "api-change"
},
{
"category": "``bedrock``",
"description": "[``botocore``] Model Invocation logging added to enable or disable logs in customer account. Model listing and description support added. Provisioned Throughput feature added. Custom model support added for creating custom models. Also includes list, and delete functions for custom model.",
"type": "api-change"
},
{
"category": "``budgets``",
"description": "[``botocore``] Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] Adds support for Customer Managed Key encryption for Amazon Verified Access resources",
"type": "api-change"
},
{
"category": "``iotfleetwise``",
"description": "[``botocore``] AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added.",
"type": "api-change"
},
{
"category": "``sagemaker-featurestore-runtime``",
"description": "[``botocore``] Feature Store supports read/write of records with collection type features.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] Online store feature groups supports Standard and InMemory tier storage types for low latency storage for real-time data retrieval. The InMemory tier supports collection types List, Set, and Vector.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "[``botocore``] Correct and improve the documentation for the FieldToMatch option JA3 fingerprint.",
"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.28.57
=======

* api-change:``bedrock-runtime``: [``botocore``] Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.
* api-change:``bedrock``: [``botocore``] Model Invocation logging added to enable or disable logs in customer account. Model listing and description support added. Provisioned Throughput feature added. Custom model support added for creating custom models. Also includes list, and delete functions for custom model.
* api-change:``budgets``: [``botocore``] Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000.
* api-change:``ec2``: [``botocore``] Adds support for Customer Managed Key encryption for Amazon Verified Access resources
* api-change:``iotfleetwise``: [``botocore``] AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added.
* api-change:``sagemaker-featurestore-runtime``: [``botocore``] Feature Store supports read/write of records with collection type features.
* api-change:``sagemaker``: [``botocore``] Online store feature groups supports Standard and InMemory tier storage types for low latency storage for real-time data retrieval. The InMemory tier supports collection types List, Set, and Vector.
* api-change:``wafv2``: [``botocore``] Correct and improve the documentation for the FieldToMatch option JA3 fingerprint.


1.28.56
=======

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.28.56'
__version__ = '1.28.57'


# 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.31.56,<1.32.0
botocore>=1.31.57,<1.32.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.7.0,<0.8.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.31.56,<1.32.0',
'botocore>=1.31.57,<1.32.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.7.0,<0.8.0',
]
Expand Down

0 comments on commit 552416e

Please sign in to comment.