Skip to content

Commit 3137da2

Browse files
Version Packages (#11990)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @ai-sdk/amazon-bedrock@4.0.30 ### Patch Changes - 6ece44c: Fix Cohere embedding model request format on Bedrock by sending the required `input_type` and parsing Cohere-style responses. Co-authored-by: vercel-ai-sdk[bot] <225926702+vercel-ai-sdk[bot]@users.noreply.github.com>
1 parent 6ece44c commit 3137da2

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/bedrock-cohere-embeddings.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/next-openai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/amazon-bedrock": "4.0.29",
12+
"@ai-sdk/amazon-bedrock": "4.0.30",
1313
"@ai-sdk/anthropic": "3.0.23",
1414
"@ai-sdk/azure": "3.0.18",
1515
"@ai-sdk/cohere": "3.0.11",

packages/amazon-bedrock/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ai-sdk/amazon-bedrock
22

3+
## 4.0.30
4+
5+
### Patch Changes
6+
7+
- 6ece44c: Fix Cohere embedding model request format on Bedrock by sending the required `input_type` and parsing Cohere-style responses.
8+
39
## 4.0.29
410

511
### Patch Changes

packages/amazon-bedrock/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-sdk/amazon-bedrock",
3-
"version": "4.0.29",
3+
"version": "4.0.30",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)