Skip to content

Commit 247dc27

Browse files
Release 2026-06-22: merge develop into main
2 parents 0cf41f1 + c460847 commit 247dc27

100 files changed

Lines changed: 76630 additions & 1203 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"changes": [
3+
{
4+
"type": "api-change",
5+
"description": "Support system role in message."
6+
},
7+
{
8+
"type": "api-change",
9+
"description": "Support Request Metadata for Invoke Model and Invoke Model with Response Stream."
10+
},
11+
{
12+
"type": "api-change",
13+
"description": "InvokeGuardrailChecks API evaluates prompts and responses against safety checks (content filters, prompt attacks, sensitive info) without creating guardrail resources. It's a detect-only API, returning numeric scores so you can build adaptive logic as per your application."
14+
},
15+
{
16+
"type": "enhancement",
17+
"description": "Re-generated with smithy-python 0.3.1"
18+
},
19+
{
20+
"type": "dependency",
21+
"description": "Bump `smithy-core` from `~=0.5.0` to `~=0.6.0`."
22+
},
23+
{
24+
"type": "dependency",
25+
"description": "Bump `smithy-aws-core` from `~=0.6.0` to `~=0.7.0`."
26+
}
27+
]
28+
}

clients/aws-sdk-bedrock-runtime/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v0.7.0
4+
5+
### API Changes
6+
* Support system role in message.
7+
* Support Request Metadata for Invoke Model and Invoke Model with Response Stream.
8+
* InvokeGuardrailChecks API evaluates prompts and responses against safety checks (content filters, prompt attacks, sensitive info) without creating guardrail resources. It's a detect-only API, returning numeric scores so you can build adaptive logic as per your application.
9+
10+
### Enhancements
11+
* Re-generated with smithy-python 0.3.1
12+
13+
### Dependencies
14+
* Bump `smithy-core` from `~=0.5.0` to `~=0.6.0`.
15+
* Bump `smithy-aws-core` from `~=0.6.0` to `~=0.7.0`.
16+
317
## v0.6.0
418

519
### Dependencies

clients/aws-sdk-bedrock-runtime/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[project]
44
name = "aws_sdk_bedrock_runtime"
5-
version = "0.6.0"
5+
version = "0.7.0"
66
description = "aws_sdk_bedrock_runtime client"
77
readme = "README.md"
88
requires-python = ">=3.12"
@@ -23,8 +23,8 @@ classifiers = [
2323
]
2424

2525
dependencies = [
26-
"smithy_aws_core[eventstream, json]~=0.6.0",
27-
"smithy_core~=0.5.0",
26+
"smithy_aws_core[eventstream, json]~=0.7.0",
27+
"smithy_core~=0.6.0",
2828
"smithy_http[awscrt]~=0.4.0"
2929
]
3030

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Code generated by smithy-python-codegen DO NOT EDIT.
22

3-
__version__: str = "0.6.0"
3+
__version__: str = "0.7.0"

0 commit comments

Comments
 (0)