Skip to content

Commit

Permalink
Bumping version to 1.34.96
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 1, 2024
1 parent 4970a6d commit c76f022
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 27 deletions.
27 changes: 27 additions & 0 deletions .changes/1.34.96.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``bedrock-agent``",
"description": "This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``personalize-runtime``",
"description": "This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Updated CreateMembers API request with limits.",
"type": "api-change"
},
{
"category": "``sesv2``",
"description": "Fixes ListContacts and ListImportJobs APIs to use POST instead of GET.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockagent-49685.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-34249.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-personalizeruntime-5072.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securityhub-84900.json

This file was deleted.

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

This file was deleted.

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

1.34.96
=======

* api-change:``bedrock-agent``: This release adds support for using MongoDB Atlas as a vector store when creating a knowledge base.
* api-change:``ec2``: Documentation updates for Amazon EC2.
* api-change:``personalize-runtime``: This release adds support for a Reason attribute for predicted items generated by User-Personalization-v2.
* api-change:``securityhub``: Updated CreateMembers API request with limits.
* api-change:``sesv2``: Fixes ListContacts and ListImportJobs APIs to use POST instead of GET.


1.34.95
=======

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.95'
__version__ = '1.34.96'


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.95'
release = '1.34.96'

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

0 comments on commit c76f022

Please sign in to comment.