chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.99#3
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.99#3renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
9175eb2 to
fa8efd6
Compare
fa8efd6 to
7f64303
Compare
7f64303 to
55fa0de
Compare
ccd6f56 to
0173018
Compare
0173018 to
34e8d1c
Compare
14449cf to
e21fa1f
Compare
e21fa1f to
cdf16a1
Compare
cdf16a1 to
af8e052
Compare
af8e052 to
4824c56
Compare
4824c56 to
ae29b82
Compare
ae29b82 to
3f14d7a
Compare
3f14d7a to
38760bc
Compare
38760bc to
60bad58
Compare
60bad58 to
989ef39
Compare
989ef39 to
8166e96
Compare
8166e96 to
5fee8a2
Compare
5fee8a2 to
8361616
Compare
8361616 to
8d6e814
Compare
8d6e814 to
482d900
Compare
482d900 to
1cdd8e2
Compare
1cdd8e2 to
0e663a1
Compare
0e663a1 to
b40d931
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.0.30→3.0.99Release Notes
vercel/ai (@ai-sdk/amazon-bedrock)
v3.0.99Compare Source
Patch Changes
783fa6c: chore: ensure consistent import handling and avoid import duplicates or cycles783fa6c]8ddc817]v3.0.98Compare Source
Patch Changes
0a00b9b: trigger release for all packages after provenance setup0a00b9b]v3.0.97Compare Source
Patch Changes
b446c83: fix(provider/amazon-bedrock): fix Anthropic reasoning behavior related to Opus 4.7v3.0.96Compare Source
Patch Changes
5543cd1: Add AI Gateway hint to provider READMEs5543cd1]e1ed246]v3.0.95Compare Source
Patch Changes
2fe3997]v3.0.94Compare Source
Patch Changes
4b40033: feat(provider/anthropic): add support for Opus 4.7 and relevant API enhancements4b40033]v3.0.93Compare Source
Patch Changes
a27a978]v3.0.92Compare Source
Patch Changes
42bc840]v3.0.91Compare Source
Patch Changes
98bd0e2]v3.0.90Compare Source
Patch Changes
0967b6c: fix(provider/amazon-bedrock): transform bedrock/anthropic error responses to anthropic formatv3.0.89Compare Source
Patch Changes
b0a0821]v3.0.88Compare Source
Patch Changes
af256b7: fix(provider/amazon-bedrock): fix base64 decodingv3.0.87Compare Source
Patch Changes
a9a7f73]v3.0.86Compare Source
Patch Changes
6a2f01b]17d64e3]v3.0.85Compare Source
Patch Changes
63bf188: feat(anthropic): expose anthropic.anthropicBeta to downstream providers63bf188]v3.0.84Compare Source
Patch Changes
e1b08a6]v3.0.83Compare Source
Patch Changes
b153525]v3.0.82Compare Source
Patch Changes
fe42fd3: feat(provider/anthropic): add support for new Claude Sonnet 4.6 modelfe42fd3]v3.0.81Compare Source
Patch Changes
9d5c1b1]v3.0.80Compare Source
Patch Changes
e551c84]v3.0.79Compare Source
Patch Changes
20565b8]v3.0.78Compare Source
Patch Changes
af58c05]v3.0.77Compare Source
Patch Changes
368f270]v3.0.76Compare Source
Patch Changes
18a97b2: feat(amazon-bedrock): add support for new Anthropic adaptive thinking and reasoning effort including maxv3.0.75Compare Source
Patch Changes
ca1f53a]v3.0.74Compare Source
Patch Changes
8479fe8: trigger for backport release3ffa24e: feat(provider/amazon-bedrock): add anthropic sub-provider using native invokemodel api8479fe8]008ce2f]v3.0.73Compare Source
Patch Changes
4953414: fix: trigger new release for@ai-v5dist-tag4953414]v3.0.72Compare Source
Patch Changes
4f0e5af: Fix bedrock ConverseStream using /delta/stop_sequencev3.0.71Compare Source
Patch Changes
11cb33e: feat(provider/amazon-bedrock): expose stop_sequence in provider metadataThe Bedrock provider now exposes the specific stop sequence that triggered generation to halt via
providerMetadata.bedrock.stopSequence. This is implemented by:/stop_sequenceviaadditionalModelResponseFieldPathsin the API calladditionalModelResponseFields.stop_sequencein both generate and stream responsesstopSequencein the provider metadata (returnsnullwhen no stop sequence was matched)11cb33e: Add stop sequence support for amazon bedrock providerv3.0.70Compare Source
Patch Changes
3716d34]v3.0.69Compare Source
Patch Changes
ef6d784]v3.0.68Compare Source
Patch Changes
ccf34f3]v3.0.67Compare Source
Patch Changes
1887f82: fix(bedrock): send {} as tool input when streaming tool calls without argumentsv3.0.66Compare Source
Patch Changes
c36a1ad: feat(provider/bedrock): Support Nova 2 extended reasoningmaxReasoningEffortfieldv3.0.65Compare Source
Patch Changes
65dee10]v3.0.64Compare Source
Patch Changes
518e786]v3.0.63Compare Source
Patch Changes
a54839c]v3.0.62Compare Source
Patch Changes
d1dbe5d]d1dbe5d]v3.0.61Compare Source
Patch Changes
dcdfeb7]v3.0.60Compare Source
Patch Changes
f2c6cbd]v3.0.59Compare Source
Patch Changes
3a7a427]v3.0.57Compare Source
Patch Changes
708df55: feat(provider/amazon-bedrock,provider/google-vertex-anthropic): add support for tool calling with structured outputAdded support for combining tool calling with structured outputs in both Amazon Bedrock and Google Vertex Anthropic providers. This allows developers to use tools (like weather lookups, web search, etc.) alongside structured JSON output schemas, enabling multi-step agentic workflows with structured final outputs.
Amazon Bedrock Changes:
{ type: 'required' }instead of specific tool selection when using structured outputsisJsonResponseFromToolparameter to finish reason mappingtool_usetostopGoogle Vertex Anthropic Changes:
This brings Anthropic provider's structured output capabilities to the Amazon Bedrock and Google Vertex Anthropic providers.
v3.0.56Compare Source
Patch Changes
f1f5804: fix(amazon-bedrock): clamp temperature to valid 0-1 range with warnings9cb8436: fix(amazon-bedrock): move anthropic_beta to request body54b7c08]v3.0.55Patch Changes
cddda46: fix (provider/amazon-bedrock): deal gracefully with empty tool descriptionsv3.0.54Patch Changes
056c471]v3.0.53Patch Changes
e2dac8b]v3.0.52Patch Changes
035b927]v3.0.51Patch Changes
51aa5de: backport: test server51aa5de]v3.0.50Patch Changes
f2da310]v3.0.49Patch Changes
949718b]v3.0.48Patch Changes
1e05490: refactor: consolidate header normalization across packages, remove duplicates, preserve custom headers1e05490]v3.0.47Patch Changes
de1d309]v3.0.46Patch Changes
5a46f11]v3.0.45Patch Changes
1091a20]v3.0.44Patch Changes
65f2628]v3.0.43Patch Changes
28c9c6a]v3.0.42Patch Changes
492b1ee]v3.0.41Patch Changes
b73ba90]v3.0.40Patch Changes
b53d8fc: chore: add model ID for Haiku 4.5v3.0.39Patch Changes
650287f]v3.0.38Patch Changes
4dd53dd]v3.0.37Patch Changes
07274ad]v3.0.36Patch Changes
8107334: Fix reasoning with Bedrock when additionalModelRequestFields is usedv3.0.35Patch Changes
069b370]Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.