Skip to content

chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.99#3

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ai-sdk-amazon-bedrock-3.x-lockfile
Open

chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.99#3
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ai-sdk-amazon-bedrock-3.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 19, 2025

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/amazon-bedrock (source) 3.0.303.0.99 age confidence

Release Notes

vercel/ai (@​ai-sdk/amazon-bedrock)

v3.0.99

Compare Source

Patch Changes

v3.0.98

Compare Source

Patch Changes

v3.0.97

Compare Source

Patch Changes
  • b446c83: fix(provider/amazon-bedrock): fix Anthropic reasoning behavior related to Opus 4.7

v3.0.96

Compare Source

Patch Changes

v3.0.95

Compare Source

Patch Changes

v3.0.94

Compare Source

Patch Changes

v3.0.93

Compare Source

Patch Changes

v3.0.92

Compare Source

Patch Changes

v3.0.91

Compare Source

Patch Changes

v3.0.90

Compare Source

Patch Changes
  • 0967b6c: fix(provider/amazon-bedrock): transform bedrock/anthropic error responses to anthropic format

v3.0.89

Compare Source

Patch Changes

v3.0.88

Compare Source

Patch Changes
  • af256b7: fix(provider/amazon-bedrock): fix base64 decoding

v3.0.87

Compare Source

Patch Changes

v3.0.86

Compare Source

Patch Changes

v3.0.85

Compare Source

Patch Changes

v3.0.84

Compare Source

Patch Changes

v3.0.83

Compare Source

Patch Changes

v3.0.82

Compare Source

Patch Changes

v3.0.81

Compare Source

Patch Changes

v3.0.80

Compare Source

Patch Changes

v3.0.79

Compare Source

Patch Changes

v3.0.78

Compare Source

Patch Changes

v3.0.77

Compare Source

Patch Changes

v3.0.76

Compare Source

Patch Changes
  • 18a97b2: feat(amazon-bedrock): add support for new Anthropic adaptive thinking and reasoning effort including max

v3.0.75

Compare Source

Patch Changes

v3.0.74

Compare Source

Patch Changes

v3.0.73

Compare Source

Patch Changes

v3.0.72

Compare Source

Patch Changes
  • 4f0e5af: Fix bedrock ConverseStream using /delta/stop_sequence

v3.0.71

Compare Source

Patch Changes
  • 11cb33e: feat(provider/amazon-bedrock): expose stop_sequence in provider metadata

    The Bedrock provider now exposes the specific stop sequence that triggered generation to halt via providerMetadata.bedrock.stopSequence. This is implemented by:

    • Requesting /stop_sequence via additionalModelResponseFieldPaths in the API call
    • Parsing the value from additionalModelResponseFields.stop_sequence in both generate and stream responses
    • Exposing it as stopSequence in the provider metadata (returns null when no stop sequence was matched)
  • 11cb33e: Add stop sequence support for amazon bedrock provider

v3.0.70

Compare Source

Patch Changes

v3.0.69

Compare Source

Patch Changes

v3.0.68

Compare Source

Patch Changes

v3.0.67

Compare Source

Patch Changes
  • 1887f82: fix(bedrock): send {} as tool input when streaming tool calls without arguments

v3.0.66

Compare Source

Patch Changes
  • c36a1ad: feat(provider/bedrock): Support Nova 2 extended reasoning maxReasoningEffort field

v3.0.65

Compare Source

Patch Changes

v3.0.64

Compare Source

Patch Changes

v3.0.63

Compare Source

Patch Changes

v3.0.62

Compare Source

Patch Changes

v3.0.61

Compare Source

Patch Changes

v3.0.60

Compare Source

Patch Changes

v3.0.59

Compare Source

Patch Changes

v3.0.57

Compare Source

Patch Changes
  • 708df55: feat(provider/amazon-bedrock,provider/google-vertex-anthropic): add support for tool calling with structured output

    Added 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:

    • Removed incorrect warning that prevented using tools with JSON response format
    • Updated tool choice to use { type: 'required' } instead of specific tool selection when using structured outputs
    • Added isJsonResponseFromTool parameter to finish reason mapping
    • JSON tool responses are correctly converted to text content and finish reason is mapped from tool_use to stop
    • Added comprehensive test coverage for combining tools with structured outputs
    • Added example files demonstrating the feature

    Google Vertex Anthropic Changes:

    • Inherits support from underlying Anthropic provider implementation
    • Added test coverage to verify the feature works correctly
    • Added example files demonstrating the feature

    This brings Anthropic provider's structured output capabilities to the Amazon Bedrock and Google Vertex Anthropic providers.

v3.0.56

Compare Source

Patch Changes
  • f1f5804: fix(amazon-bedrock): clamp temperature to valid 0-1 range with warnings
  • 9cb8436: fix(amazon-bedrock): move anthropic_beta to request body
  • Updated dependencies [54b7c08]

v3.0.55

Patch Changes
  • cddda46: fix (provider/amazon-bedrock): deal gracefully with empty tool descriptions

v3.0.54

Patch Changes

v3.0.53

Patch Changes

v3.0.52

Patch Changes

v3.0.51

Patch Changes

v3.0.50

Patch Changes

v3.0.49

Patch Changes

v3.0.48

Patch Changes

v3.0.47

Patch Changes

v3.0.46

Patch Changes

v3.0.45

Patch Changes

v3.0.44

Patch Changes

v3.0.43

Patch Changes

v3.0.42

Patch Changes

v3.0.41

Patch Changes

v3.0.40

Patch Changes
  • b53d8fc: chore: add model ID for Haiku 4.5

v3.0.39

Patch Changes

v3.0.38

Patch Changes

v3.0.37

Patch Changes

v3.0.36

Patch Changes
  • 8107334: Fix reasoning with Bedrock when additionalModelRequestFields is used

v3.0.35

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 9175eb2 to fa8efd6 Compare December 24, 2025 11:10
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.71 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.72 Dec 24, 2025
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from fa8efd6 to 7f64303 Compare January 1, 2026 02:34
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.72 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.73 Jan 1, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 7f64303 to 55fa0de Compare January 9, 2026 12:15
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch 2 times, most recently from ccd6f56 to 0173018 Compare January 24, 2026 16:10
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 0173018 to 34e8d1c Compare January 30, 2026 11:45
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.73 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.74 Jan 30, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch 2 times, most recently from 14449cf to e21fa1f Compare February 6, 2026 07:05
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.74 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.76 Feb 6, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from e21fa1f to cdf16a1 Compare February 9, 2026 08:15
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.76 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.77 Feb 9, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from cdf16a1 to af8e052 Compare February 11, 2026 11:43
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.77 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.78 Feb 11, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from af8e052 to 4824c56 Compare February 13, 2026 08:13
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.78 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.79 Feb 13, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 4824c56 to ae29b82 Compare February 14, 2026 11:35
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.79 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.80 Feb 14, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from ae29b82 to 3f14d7a Compare February 18, 2026 23:47
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.80 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.82 Feb 18, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 3f14d7a to 38760bc Compare February 20, 2026 16:06
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.82 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.83 Feb 20, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 38760bc to 60bad58 Compare March 1, 2026 09:28
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.83 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.84 Mar 1, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 60bad58 to 989ef39 Compare March 8, 2026 08:13
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.84 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.87 Mar 8, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 989ef39 to 8166e96 Compare March 14, 2026 23:08
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.87 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.88 Mar 14, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 8166e96 to 5fee8a2 Compare March 31, 2026 07:53
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.88 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.89 Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 5fee8a2 to 8361616 Compare April 15, 2026 18:09
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.89 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.93 Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 8361616 to 8d6e814 Compare April 19, 2026 06:05
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.93 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.97 Apr 19, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 8d6e814 to 482d900 Compare April 30, 2026 02:12
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.97 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.98 Apr 30, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 482d900 to 1cdd8e2 Compare May 2, 2026 07:52
@renovate renovate Bot changed the title chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.98 chore(deps): update dependency @ai-sdk/amazon-bedrock to v3.0.99 May 2, 2026
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 1cdd8e2 to 0e663a1 Compare May 13, 2026 07:39
@renovate renovate Bot force-pushed the renovate/ai-sdk-amazon-bedrock-3.x-lockfile branch from 0e663a1 to b40d931 Compare May 23, 2026 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants