Skip to content

Commit d6b2166

Browse files
authored
Pre-Release: Update bedrock-runtime model and backfill changelog entries (#50)
* Update to the latest bedrock-runtime model and add changelog entries * Backfill changlog entries for Google-style docstring migration * Fix link formatting * Backfill changelog entries for aws-sdk-python 0.0.1 through 0.3.0 Add per-version .changes JSON files and update CHANGELOG.md to capture historical release notes for prior versions.
1 parent b490c87 commit d6b2166

13 files changed

Lines changed: 295 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "api-change",
3+
"description": "Added support for extended prompt caching with one hour TTL."
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "api-change",
3+
"description": "Added support for structured outputs to Converse and ConverseStream APIs."
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "enhancement",
3+
"description": "Update package docstrings from Sphinx style to Google style for improved readability and consistency with Python community standards. ([#48](https://github.com/awslabs/aws-sdk-python/pull/48))"
4+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"changes": [
3+
{
4+
"type": "feature",
5+
"description": "Initial release for aws-sdk-python. Includes an optional dependency for bedrock_runtime."
6+
}
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"changes": [
3+
{
4+
"type": "dependency",
5+
"description": "Pin `bedrock_runtime` optional dependency group to `aws_sdk_bedrock_runtime==0.1.0`."
6+
}
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"changes": [
3+
{
4+
"type": "dependency",
5+
"description": "Bump `aws-sdk-bedrock-runtime` from `==0.1.0` to `==0.1.1`."
6+
}
7+
]
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"changes": [
3+
{
4+
"type": "dependency",
5+
"description": "Add optional dependency on `aws-sdk-transcribe-streaming==0.1.0`."
6+
}
7+
]
8+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"changes": [
3+
{
4+
"type": "dependency",
5+
"description": "Bump `aws-sdk-transcribe-streaming` from `==0.1.0` to `==0.2.0`."
6+
},
7+
{
8+
"type": "dependency",
9+
"description": "Add optional dependency on `aws-sdk-sagemaker-runtime-http2==0.1.0`."
10+
},
11+
{
12+
"type": "dependency",
13+
"description": "Bump `aws-sdk-bedrock-runtime` from `==0.1.1` to `==0.2.0`."
14+
}
15+
]
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"changes": [
3+
{
4+
"type": "dependency",
5+
"description": "Bump `aws-sdk-sagemaker-runtime-http2` from `==0.1.0` to `==0.3.0`."
6+
},
7+
{
8+
"type": "dependency",
9+
"description": "Bump `aws-sdk-bedrock-runtime` from `==0.2.0` to `==0.3.0`."
10+
},
11+
{
12+
"type": "dependency",
13+
"description": "Bump `aws-sdk-transcribe-streaming` from `==0.2.0` to `==0.3.0`."
14+
}
15+
]
16+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Changelog
2+
3+
## v0.3.0
4+
5+
### Dependencies
6+
* Bump `aws-sdk-sagemaker-runtime-http2` from `==0.1.0` to `==0.3.0`.
7+
* Bump `aws-sdk-bedrock-runtime` from `==0.2.0` to `==0.3.0`.
8+
* Bump `aws-sdk-transcribe-streaming` from `==0.2.0` to `==0.3.0`.
9+
10+
## v0.2.0
11+
12+
### Dependencies
13+
* Bump `aws-sdk-transcribe-streaming` from `==0.1.0` to `==0.2.0`.
14+
* Add optional dependency on `aws-sdk-sagemaker-runtime-http2==0.1.0`.
15+
* Bump `aws-sdk-bedrock-runtime` from `==0.1.1` to `==0.2.0`.
16+
17+
## v0.1.2
18+
19+
### Dependencies
20+
* Add optional dependency on `aws-sdk-transcribe-streaming==0.1.0`.
21+
22+
## v0.1.1
23+
24+
### Dependencies
25+
* Bump `aws-sdk-bedrock-runtime` from `==0.1.0` to `==0.1.1`.
26+
27+
## v0.1.0
28+
29+
### Dependencies
30+
* Pin `bedrock_runtime` optional dependency group to `aws_sdk_bedrock_runtime==0.1.0`.
31+
32+
## v0.0.1
33+
34+
### Features
35+
* Initial release for aws-sdk-python. Includes an optional dependency for bedrock_runtime.

0 commit comments

Comments
 (0)