Skip to content

Commit

Permalink
Bumping version to 1.34.98
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 3, 2024
1 parent 223d9bc commit a518e0a
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.98.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``bedrock-agent``",
"description": "This release adds support for using Provisioned Throughput with Bedrock Agents.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.",
"type": "api-change"
},
{
"category": "``connectcases``",
"description": "This feature supports the release of Files related items",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.",
"type": "api-change"
},
{
"category": "``inspector2``",
"description": "This release adds CSV format to GetCisScanReport for Inspector v2",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockagent-66303.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-98734.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connectcases-87696.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-datasync-41325.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-inspector2-76105.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-94484.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sesv2-62381.json

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.34.98
=======

* api-change:``bedrock-agent``: This release adds support for using Provisioned Throughput with Bedrock Agents.
* api-change:``connect``: This release adds 5 new APIs for managing attachments: StartAttachedFileUpload, CompleteAttachedFileUpload, GetAttachedFile, BatchGetAttachedFileMetadata, DeleteAttachedFile. These APIs can be used to programmatically upload and download attachments to Connect resources, like cases.
* api-change:``connectcases``: This feature supports the release of Files related items
* api-change:``datasync``: Updated guidance on using private or self-signed certificate authorities (CAs) with AWS DataSync object storage locations.
* api-change:``inspector2``: This release adds CSV format to GetCisScanReport for Inspector v2
* api-change:``sagemaker``: Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
* api-change:``sesv2``: Adds support for specifying replacement headers per BulkEmailEntry in SendBulkEmail in SESv2.


1.34.97
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.97'
__version__ = '1.34.98'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.34.'
# The full version, including alpha/beta/rc tags.
release = '1.34.97'
release = '1.34.98'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit a518e0a

Please sign in to comment.