Skip to content

Commit c6b811c

Browse files
chore(main): release 0.31.0 (#2814)
🤖 I have created a release *beep* *boop* --- ## [0.31.0](v0.30.0...v0.31.0) (2026-03-26) ### ⚠ BREAKING CHANGES * release upgraded docsite ([#2831](#2831)) * **http:** sanitize non-2xx error output ([#2654](#2654)) * add a new `enable-api` flag ([#2846](#2846)) * remove deprecations and update tools-file flag ([#2806](#2806)) ### Features * Add a new `enable-api` flag ([#2846](#2846)) ([7a070da](7a070da)) * **auth:** Add generic `authService` type for MCP ([#2619](#2619)) ([f6678f8](f6678f8)) * **auth:** Add Protected Resource Metadata endpoint ([#2698](#2698)) ([b53dcf2](b53dcf2)) * **auth:** Support manual PRM override ([#2717](#2717)) ([283e4e3](283e4e3)) * **dataplex:** Add support for lookup context tool. ([#2744](#2744)) ([facb69d](facb69d)) * Remove deprecations and update tools-file flag ([#2806](#2806)) ([ab64c95](ab64c95)) ### Bug Fixes * **ci:** Remove search index generation from preview deployment workflow ([#2859](#2859)) ([f8891b8](f8891b8)) * **docs:** Skip empty folders in pagination & reduce PR comment noise ([#2853](#2853)) ([9ebd93a](9ebd93a)) * **http:** Sanitize non-2xx error output ([#2654](#2654)) ([5bef954](5bef954)) * **skills:** Fix integer parameter parsing through agent skills ([#2847](#2847)) ([4564efe](4564efe)) ### Documentation * Release upgraded docsite ([#2831](#2831)) ([5b25ce0](5b25ce0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
1 parent e694fc1 commit c6b811c

File tree

16 files changed

+82
-49
lines changed

16 files changed

+82
-49
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [0.31.0](https://github.com/googleapis/genai-toolbox/compare/v0.30.0...v0.31.0) (2026-03-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* release upgraded docsite ([#2831](https://github.com/googleapis/genai-toolbox/issues/2831))
9+
* **http:** sanitize non-2xx error output ([#2654](https://github.com/googleapis/genai-toolbox/issues/2654))
10+
* add a new `enable-api` flag ([#2846](https://github.com/googleapis/genai-toolbox/issues/2846))
11+
* remove deprecations and update tools-file flag ([#2806](https://github.com/googleapis/genai-toolbox/issues/2806))
12+
13+
### Features
14+
15+
* Add a new `enable-api` flag ([#2846](https://github.com/googleapis/genai-toolbox/issues/2846)) ([7a070da](https://github.com/googleapis/genai-toolbox/commit/7a070dae4f1833671649ea605f36659675d402a9))
16+
* **auth:** Add generic `authService` type for MCP ([#2619](https://github.com/googleapis/genai-toolbox/issues/2619)) ([f6678f8](https://github.com/googleapis/genai-toolbox/commit/f6678f8e29aa3346f4f73ce33cec37b4753d6947))
17+
* **auth:** Add Protected Resource Metadata endpoint ([#2698](https://github.com/googleapis/genai-toolbox/issues/2698)) ([b53dcf2](https://github.com/googleapis/genai-toolbox/commit/b53dcf20694599f8b961c501a532bd122630b6f4))
18+
* **auth:** Support manual PRM override ([#2717](https://github.com/googleapis/genai-toolbox/issues/2717)) ([283e4e3](https://github.com/googleapis/genai-toolbox/commit/283e4e33172571e4b20fa6a3ea0cfc632a565e6a))
19+
* **dataplex:** Add support for lookup context tool. ([#2744](https://github.com/googleapis/genai-toolbox/issues/2744)) ([facb69d](https://github.com/googleapis/genai-toolbox/commit/facb69d01fe0c7ff9e2e1c40804dd00762e508a6))
20+
* Remove deprecations and update tools-file flag ([#2806](https://github.com/googleapis/genai-toolbox/issues/2806)) ([ab64c95](https://github.com/googleapis/genai-toolbox/commit/ab64c9514a467d92a4547eda5a4ecdd08f86b0c9))
21+
22+
23+
### Bug Fixes
24+
25+
* **ci:** Remove search index generation from preview deployment workflow ([#2859](https://github.com/googleapis/genai-toolbox/issues/2859)) ([f8891b8](https://github.com/googleapis/genai-toolbox/commit/f8891b82fcaaef240e1031cd9f784749d91d4210))
26+
* **docs:** Skip empty folders in pagination & reduce PR comment noise ([#2853](https://github.com/googleapis/genai-toolbox/issues/2853)) ([9ebd93a](https://github.com/googleapis/genai-toolbox/commit/9ebd93a8ecb9bae673aa77a859803629fc7a4e1d))
27+
* **http:** Sanitize non-2xx error output ([#2654](https://github.com/googleapis/genai-toolbox/issues/2654)) ([5bef954](https://github.com/googleapis/genai-toolbox/commit/5bef954507c8e23b6c9b0eb2551265e4be32b452))
28+
* **skills:** Fix integer parameter parsing through agent skills ([#2847](https://github.com/googleapis/genai-toolbox/issues/2847)) ([4564efe](https://github.com/googleapis/genai-toolbox/commit/4564efe75436b4081d9f3d1f7c912bc64c13f850))
29+
30+
31+
### Documentation
32+
33+
* Release upgraded docsite ([#2831](https://github.com/googleapis/genai-toolbox/issues/2831)) ([5b25ce0](https://github.com/googleapis/genai-toolbox/commit/5b25ce081235b21c884e27057cd4a2fa4d0d7c0e))
34+
35+
336
## [0.30.0](https://github.com/googleapis/genai-toolbox/compare/v0.29.0...v0.30.0) (2026-03-20)
437

538

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ To install Toolbox as a binary:
236236
>
237237
> ```sh
238238
> # see releases page for other versions
239-
> export VERSION=0.30.0
239+
> export VERSION=0.31.0
240240
> curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
241241
> chmod +x toolbox
242242
> ```
@@ -249,7 +249,7 @@ To install Toolbox as a binary:
249249
>
250250
> ```sh
251251
> # see releases page for other versions
252-
> export VERSION=0.30.0
252+
> export VERSION=0.31.0
253253
> curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/darwin/arm64/toolbox
254254
> chmod +x toolbox
255255
> ```
@@ -262,7 +262,7 @@ To install Toolbox as a binary:
262262
>
263263
> ```sh
264264
> # see releases page for other versions
265-
> export VERSION=0.30.0
265+
> export VERSION=0.31.0
266266
> curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/darwin/amd64/toolbox
267267
> chmod +x toolbox
268268
> ```
@@ -275,7 +275,7 @@ To install Toolbox as a binary:
275275
>
276276
> ```cmd
277277
> :: see releases page for other versions
278-
> set VERSION=0.30.0
278+
> set VERSION=0.31.0
279279
> curl -o toolbox.exe "https://storage.googleapis.com/genai-toolbox/v%VERSION%/windows/amd64/toolbox.exe"
280280
> ```
281281
>
@@ -287,7 +287,7 @@ To install Toolbox as a binary:
287287
>
288288
> ```powershell
289289
> # see releases page for other versions
290-
> $VERSION = "0.30.0"
290+
> $VERSION = "0.31.0"
291291
> curl.exe -o toolbox.exe "https://storage.googleapis.com/genai-toolbox/v$VERSION/windows/amd64/toolbox.exe"
292292
> ```
293293
>
@@ -300,7 +300,7 @@ You can also install Toolbox as a container:
300300

301301
```sh
302302
# see releases page for other versions
303-
export VERSION=0.30.0
303+
export VERSION=0.31.0
304304
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
305305
```
306306

@@ -324,7 +324,7 @@ To install from source, ensure you have the latest version of
324324
[Go installed](https://go.dev/doc/install), and then run the following command:
325325

326326
```sh
327-
go install github.com/googleapis/genai-toolbox@v0.30.0
327+
go install github.com/googleapis/genai-toolbox@v0.31.0
328328
```
329329
<!-- {x-release-please-end} -->
330330

cmd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.30.0
1+
0.31.0

docs/en/documentation/connect-to/ides/looker_mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,19 @@ After you install Looker in the MCP Store, resources and tools from the server a
109109

110110
{{< tabpane persist=header >}}
111111
{{< tab header="linux/amd64" lang="bash" >}}
112-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/linux/amd64/toolbox
112+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/linux/amd64/toolbox
113113
{{< /tab >}}
114114

115115
{{< tab header="darwin/arm64" lang="bash" >}}
116-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/arm64/toolbox
116+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/arm64/toolbox
117117
{{< /tab >}}
118118

119119
{{< tab header="darwin/amd64" lang="bash" >}}
120-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/amd64/toolbox
120+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/amd64/toolbox
121121
{{< /tab >}}
122122

123123
{{< tab header="windows/amd64" lang="bash" >}}
124-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/windows/amd64/toolbox.exe
124+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/windows/amd64/toolbox.exe
125125
{{< /tab >}}
126126
{{< /tabpane >}}
127127
<!-- {x-release-please-end} -->

docs/en/documentation/connect-to/ides/mssql_mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ instance:
4545
<!-- {x-release-please-start-version} -->
4646
{{< tabpane persist=header >}}
4747
{{< tab header="linux/amd64" lang="bash" >}}
48-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/linux/amd64/toolbox
48+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/linux/amd64/toolbox
4949
{{< /tab >}}
5050

5151
{{< tab header="darwin/arm64" lang="bash" >}}
52-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/arm64/toolbox
52+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/arm64/toolbox
5353
{{< /tab >}}
5454

5555
{{< tab header="darwin/amd64" lang="bash" >}}
56-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/amd64/toolbox
56+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/amd64/toolbox
5757
{{< /tab >}}
5858

5959
{{< tab header="windows/amd64" lang="bash" >}}
60-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/windows/amd64/toolbox.exe
60+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/windows/amd64/toolbox.exe
6161
{{< /tab >}}
6262
{{< /tabpane >}}
6363
<!-- {x-release-please-end} -->

docs/en/documentation/connect-to/ides/mysql_mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ expose your developer assistant tools to a MySQL instance:
4343
<!-- {x-release-please-start-version} -->
4444
{{< tabpane persist=header >}}
4545
{{< tab header="linux/amd64" lang="bash" >}}
46-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/linux/amd64/toolbox
46+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/linux/amd64/toolbox
4747
{{< /tab >}}
4848

4949
{{< tab header="darwin/arm64" lang="bash" >}}
50-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/arm64/toolbox
50+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/arm64/toolbox
5151
{{< /tab >}}
5252

5353
{{< tab header="darwin/amd64" lang="bash" >}}
54-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/amd64/toolbox
54+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/amd64/toolbox
5555
{{< /tab >}}
5656

5757
{{< tab header="windows/amd64" lang="bash" >}}
58-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/windows/amd64/toolbox.exe
58+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/windows/amd64/toolbox.exe
5959
{{< /tab >}}
6060
{{< /tabpane >}}
6161
<!-- {x-release-please-end} -->

docs/en/documentation/connect-to/ides/neo4j_mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ expose your developer assistant tools to a Neo4j instance:
4444
<!-- {x-release-please-start-version} -->
4545
{{< tabpane persist=header >}}
4646
{{< tab header="linux/amd64" lang="bash" >}}
47-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/linux/amd64/toolbox
47+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/linux/amd64/toolbox
4848
{{< /tab >}}
4949

5050
{{< tab header="darwin/arm64" lang="bash" >}}
51-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/arm64/toolbox
51+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/arm64/toolbox
5252
{{< /tab >}}
5353

5454
{{< tab header="darwin/amd64" lang="bash" >}}
55-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/amd64/toolbox
55+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/amd64/toolbox
5656
{{< /tab >}}
5757

5858
{{< tab header="windows/amd64" lang="bash" >}}
59-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/windows/amd64/toolbox.exe
59+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/windows/amd64/toolbox.exe
6060
{{< /tab >}}
6161
{{< /tabpane >}}
6262
<!-- {x-release-please-end} -->

docs/en/documentation/connect-to/ides/oracle_mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ to expose your developer assistant tools to an Oracle instance:
4646
<!-- {x-release-please-start-version} -->
4747
{{< tabpane persist=header >}}
4848
{{< tab header="linux/amd64" lang="bash" >}}
49-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/linux/amd64/toolbox
49+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/linux/amd64/toolbox
5050
{{< /tab >}}
5151

5252
{{< tab header="darwin/arm64" lang="bash" >}}
53-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/arm64/toolbox
53+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/arm64/toolbox
5454
{{< /tab >}}
5555

5656
{{< tab header="darwin/amd64" lang="bash" >}}
57-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/amd64/toolbox
57+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/amd64/toolbox
5858
{{< /tab >}}
5959

6060
{{< tab header="windows/amd64" lang="bash" >}}
61-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/windows/amd64/toolbox.exe
61+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/windows/amd64/toolbox.exe
6262
{{< /tab >}}
6363
{{< /tabpane >}}
6464
<!-- {x-release-please-end} -->

docs/en/documentation/connect-to/ides/postgres_mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,19 @@ Omni](https://cloud.google.com/alloydb/omni/docs/overview).
5656
<!-- {x-release-please-start-version} -->
5757
{{< tabpane persist=header >}}
5858
{{< tab header="linux/amd64" lang="bash" >}}
59-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/linux/amd64/toolbox
59+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/linux/amd64/toolbox
6060
{{< /tab >}}
6161

6262
{{< tab header="darwin/arm64" lang="bash" >}}
63-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/arm64/toolbox
63+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/arm64/toolbox
6464
{{< /tab >}}
6565

6666
{{< tab header="darwin/amd64" lang="bash" >}}
67-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/amd64/toolbox
67+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/amd64/toolbox
6868
{{< /tab >}}
6969

7070
{{< tab header="windows/amd64" lang="bash" >}}
71-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/windows/amd64/toolbox.exe
71+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/windows/amd64/toolbox.exe
7272
{{< /tab >}}
7373
{{< /tabpane >}}
7474
<!-- {x-release-please-end} -->

docs/en/documentation/connect-to/ides/sqlite_mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ to expose your developer assistant tools to a SQLite instance:
4343
<!-- {x-release-please-start-version} -->
4444
{{< tabpane persist=header >}}
4545
{{< tab header="linux/amd64" lang="bash" >}}
46-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/linux/amd64/toolbox
46+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/linux/amd64/toolbox
4747
{{< /tab >}}
4848

4949
{{< tab header="darwin/arm64" lang="bash" >}}
50-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/arm64/toolbox
50+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/arm64/toolbox
5151
{{< /tab >}}
5252

5353
{{< tab header="darwin/amd64" lang="bash" >}}
54-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/darwin/amd64/toolbox
54+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/darwin/amd64/toolbox
5555
{{< /tab >}}
5656

5757
{{< tab header="windows/amd64" lang="bash" >}}
58-
curl -O https://storage.googleapis.com/genai-toolbox/v0.30.0/windows/amd64/toolbox.exe
58+
curl -O https://storage.googleapis.com/genai-toolbox/v0.31.0/windows/amd64/toolbox.exe
5959
{{< /tab >}}
6060
{{< /tabpane >}}
6161
<!-- {x-release-please-end} -->

0 commit comments

Comments
 (0)