Skip to content

Commit

Permalink
Bumping version to 1.34.109
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed May 20, 2024
1 parent 431e432 commit 897d722
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.34.109.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``bedrock-agent``",
"description": "This release adds support for using Guardrails with Bedrock Agents.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "This release adds support for using Guardrails with Bedrock Agents.",
"type": "api-change"
},
{
"category": "``controltower``",
"description": "Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations.",
"type": "api-change"
},
{
"category": "``osis``",
"description": "Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "add v2 smoke tests and smithy smokeTests trait for SDK testing",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockagent-17579.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-controltower-40211.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-osis-68793.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-20179.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-secretsmanager-91780.json

This file was deleted.

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

1.34.109
========

* api-change:``bedrock-agent``: This release adds support for using Guardrails with Bedrock Agents.
* api-change:``bedrock-agent-runtime``: This release adds support for using Guardrails with Bedrock Agents.
* api-change:``controltower``: Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations.
* api-change:``osis``: Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs.
* api-change:``rds``: This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.
* api-change:``secretsmanager``: add v2 smoke tests and smithy smokeTests trait for SDK testing


1.34.108
========

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.108'
__version__ = '1.34.109'


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.1'
# The full version, including alpha/beta/rc tags.
release = '1.34.108'
release = '1.34.109'

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

0 comments on commit 897d722

Please sign in to comment.