chore(deps): bump @ai-sdk/gateway from 3.0.60 to 3.0.61#428
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump @ai-sdk/gateway from 3.0.60 to 3.0.61#428dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@ai-sdk/gateway](https://github.com/vercel/ai) from 3.0.60 to 3.0.61. - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/compare/@ai-sdk/gateway@3.0.60...@ai-sdk/gateway@3.0.61) --- updated-dependencies: - dependency-name: "@ai-sdk/gateway" dependency-version: 3.0.61 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
No issues found across 2 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant UI as Client (Browser)
participant App as Web Server (apps/web)
participant GW as @ai-sdk/gateway
participant Bedrock as Amazon Bedrock (API)
Note over UI, Bedrock: Request flow via AI Gateway
UI->>App: POST /api/chat (with attachments)
App->>GW: processRequest(payload)
Note over GW: CHANGED: version 3.0.61 handles<br/>Bedrock filenames specifically
GW->>GW: CHANGED: strip file extensions<br/>from filename (Bedrock fix)
GW->>Bedrock: Forward Request (Stripped Filename)
Bedrock-->>GW: Model Response
GW-->>App: Unified AI Stream/Response
App-->>UI: 200 OK (Stream)
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.
Bumps @ai-sdk/gateway from 3.0.60 to 3.0.61.
Release notes
Sourced from
@ai-sdk/gateway's releases.Commits
0084ca4Version Packages (#13008)08336f1fix(bedrock): strip file extensions from filename (#12971)dd247d4docs(contributing): add pre-release cycle documentation (#12998)316582edocs(browser-ai): fix provider instance import names (#13002)2407e4eVersion Packages (#13000)64a8faechore: remove obsolete model IDs for Anthropic, Google, OpenAI, xAI (#12923)d5f76bdci(release): trigger onrelease-v*branches (#12997)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade @ai-sdk/gateway to 3.0.61 to pull in the latest patch fixes. No app code changes; lockfile refreshed.
Written for commit dc34386. Summary will update on new commits. Review in cubic