Skip to content

Commit 5fbcc98

Browse files
Version Packages
1 parent 3f0102b commit 5fbcc98

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/backport-segment-nullish.md

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

packages/google-vertex/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ai-sdk/google-vertex
22

3+
## 3.0.116
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3f0102b]
8+
- @ai-sdk/google@2.0.60
9+
310
## 3.0.115
411

512
### Patch Changes

packages/google-vertex/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/google-vertex",
3-
"version": "3.0.115",
3+
"version": "3.0.116",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

packages/google/CHANGELOG.md

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

3+
## 2.0.60
4+
5+
### Patch Changes
6+
7+
- 3f0102b: fix(provider/google): make `segment` optional in `groundingSupports` schema
8+
9+
Backport of #12002. When using image search grounding, the Google API returns `groundingSupports` entries without a `segment` field, causing schema validation to fail with "Invalid JSON response".
10+
311
## 2.0.59
412

513
### Patch Changes

packages/google/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/google",
3-
"version": "2.0.59",
3+
"version": "2.0.60",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)