Skip to content

Commit 466aef0

Browse files
chore(main): release 0.23.0 (#2138)
🤖 I have created a release *beep* *boop* --- ## [0.23.0](v0.22.0...v0.23.0) (2025-12-11) ### ⚠ BREAKING CHANGES * **serverless-spark:** add URLs to create batch tool outputs * **serverless-spark:** add URLs to list_batches output * **serverless-spark:** add Cloud Console and Logging URLs to get_batch * **tools/postgres:** Add additional filter params for existing postgres tools ([#2033](#2033)) ### Features * **tools/postgres:** Add list-table-stats-tool to list table statistics. ([#2055](#2055)) ([78b02f0](78b02f0)) * **looker/tools:** Enhance dashboard creation with dashboard filters ([#2133](#2133)) ([285aa46](285aa46)) * **serverless-spark:** Add Cloud Console and Logging URLs to get_batch ([e29c061](e29c061)) * **serverless-spark:** Add URLs to create batch tool outputs ([c6ccf4b](c6ccf4b)) * **serverless-spark:** Add URLs to list_batches output ([5605eab](5605eab)) * **sources/mariadb:** Add MariaDB source and MySQL tools integration ([#1908](#1908)) ([3b40fea](3b40fea)) * **tools/postgres:** Add additional filter params for existing postgres tools ([#2033](#2033)) ([489117d](489117d)) * **tools/postgres:** Add list_pg_settings, list_database_stats tools for postgres ([#2030](#2030)) ([32367a4](32367a4)) * **tools/postgres:** Add new postgres-list-roles tool ([#2038](#2038)) ([bea9705](bea9705)) ### Bug Fixes * List tables tools null fix ([#2107](#2107)) ([2b45266](2b45266)) * **tools/mongodb:** Removed sortPayload and sortParams ([#1238](#1238)) ([c5a6daa](c5a6daa)) ### Miscellaneous Chores * **looker:** Upgrade to latest go sdk ([#2159](#2159)) ([78e015d](78e015d)) --- 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: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
1 parent a683074 commit 466aef0

File tree

23 files changed

+85
-53
lines changed

23 files changed

+85
-53
lines changed

CHANGELOG.md

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

3+
## [0.23.0](https://github.com/googleapis/genai-toolbox/compare/v0.22.0...v0.23.0) (2025-12-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **serverless-spark:** add URLs to create batch tool outputs
9+
* **serverless-spark:** add URLs to list_batches output
10+
* **serverless-spark:** add Cloud Console and Logging URLs to get_batch
11+
* **tools/postgres:** Add additional filter params for existing postgres tools ([#2033](https://github.com/googleapis/genai-toolbox/issues/2033))
12+
13+
### Features
14+
15+
* **tools/postgres:** Add list-table-stats-tool to list table statistics. ([#2055](https://github.com/googleapis/genai-toolbox/issues/2055)) ([78b02f0](https://github.com/googleapis/genai-toolbox/commit/78b02f08c3cc3062943bb2f91cf60d5149c8d28d))
16+
* **looker/tools:** Enhance dashboard creation with dashboard filters ([#2133](https://github.com/googleapis/genai-toolbox/issues/2133)) ([285aa46](https://github.com/googleapis/genai-toolbox/commit/285aa46b887d9acb2da8766e107bbf1ab75b8812))
17+
* **serverless-spark:** Add Cloud Console and Logging URLs to get_batch ([e29c061](https://github.com/googleapis/genai-toolbox/commit/e29c0616d6b9ecda2badcaf7b69614e511ac031b))
18+
* **serverless-spark:** Add URLs to create batch tool outputs ([c6ccf4b](https://github.com/googleapis/genai-toolbox/commit/c6ccf4bd87026484143a2d0f5527b2edab03b54a))
19+
* **serverless-spark:** Add URLs to list_batches output ([5605eab](https://github.com/googleapis/genai-toolbox/commit/5605eabd696696ade07f52431a28ef65c0fb1f77))
20+
* **sources/mariadb:** Add MariaDB source and MySQL tools integration ([#1908](https://github.com/googleapis/genai-toolbox/issues/1908)) ([3b40fea](https://github.com/googleapis/genai-toolbox/commit/3b40fea25edae607e02c1e8fc2b0c957fa2c8e9a))
21+
* **tools/postgres:** Add additional filter params for existing postgres tools ([#2033](https://github.com/googleapis/genai-toolbox/issues/2033)) ([489117d](https://github.com/googleapis/genai-toolbox/commit/489117d74711ac9260e7547163ca463eb45eeaa2))
22+
* **tools/postgres:** Add list_pg_settings, list_database_stats tools for postgres ([#2030](https://github.com/googleapis/genai-toolbox/issues/2030)) ([32367a4](https://github.com/googleapis/genai-toolbox/commit/32367a472fae9653fed7f126428eba0252978bd5))
23+
* **tools/postgres:** Add new postgres-list-roles tool ([#2038](https://github.com/googleapis/genai-toolbox/issues/2038)) ([bea9705](https://github.com/googleapis/genai-toolbox/commit/bea97054502cfa236aa10e2ebc8ff58eb00ad035))
24+
25+
26+
### Bug Fixes
27+
28+
* List tables tools null fix ([#2107](https://github.com/googleapis/genai-toolbox/issues/2107)) ([2b45266](https://github.com/googleapis/genai-toolbox/commit/2b452665983154041d4cd0ed7d82532e4af682eb))
29+
* **tools/mongodb:** Removed sortPayload and sortParams ([#1238](https://github.com/googleapis/genai-toolbox/issues/1238)) ([c5a6daa](https://github.com/googleapis/genai-toolbox/commit/c5a6daa7683d2f9be654300d977692c368e55e31))
30+
31+
32+
### Miscellaneous Chores
33+
* **looker:** Upgrade to latest go sdk ([#2159](https://github.com/googleapis/genai-toolbox/issues/2159)) ([78e015d](https://github.com/googleapis/genai-toolbox/commit/78e015d7dfd9cce7e2b444ed934da17eb355bc86))
34+
335
## [0.22.0](https://github.com/googleapis/genai-toolbox/compare/v0.21.0...v0.22.0) (2025-12-04)
436

537

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ To install Toolbox as a binary:
140140
>
141141
> ```sh
142142
> # see releases page for other versions
143-
> export VERSION=0.22.0
143+
> export VERSION=0.23.0
144144
> curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
145145
> chmod +x toolbox
146146
> ```
@@ -153,7 +153,7 @@ To install Toolbox as a binary:
153153
>
154154
> ```sh
155155
> # see releases page for other versions
156-
> export VERSION=0.22.0
156+
> export VERSION=0.23.0
157157
> curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/darwin/arm64/toolbox
158158
> chmod +x toolbox
159159
> ```
@@ -166,7 +166,7 @@ To install Toolbox as a binary:
166166
>
167167
> ```sh
168168
> # see releases page for other versions
169-
> export VERSION=0.22.0
169+
> export VERSION=0.23.0
170170
> curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/darwin/amd64/toolbox
171171
> chmod +x toolbox
172172
> ```
@@ -179,7 +179,7 @@ To install Toolbox as a binary:
179179
>
180180
> ```cmd
181181
> :: see releases page for other versions
182-
> set VERSION=0.22.0
182+
> set VERSION=0.23.0
183183
> curl -o toolbox.exe "https://storage.googleapis.com/genai-toolbox/v%VERSION%/windows/amd64/toolbox.exe"
184184
> ```
185185
>
@@ -191,7 +191,7 @@ To install Toolbox as a binary:
191191
>
192192
> ```powershell
193193
> # see releases page for other versions
194-
> $VERSION = "0.21.0"
194+
> $VERSION = "0.23.0"
195195
> curl.exe -o toolbox.exe "https://storage.googleapis.com/genai-toolbox/v$VERSION/windows/amd64/toolbox.exe"
196196
> ```
197197
>
@@ -204,7 +204,7 @@ You can also install Toolbox as a container:
204204
205205
```sh
206206
# see releases page for other versions
207-
export VERSION=0.22.0
207+
export VERSION=0.23.0
208208
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
209209
```
210210
@@ -228,7 +228,7 @@ To install from source, ensure you have the latest version of
228228
[Go installed](https://go.dev/doc/install), and then run the following command:
229229

230230
```sh
231-
go install github.com/googleapis/genai-toolbox@v0.22.0
231+
go install github.com/googleapis/genai-toolbox@v0.23.0
232232
```
233233
<!-- {x-release-please-end} -->
234234

cmd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.22.0
1+
0.23.0

docs/en/getting-started/colab_quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
},
235235
"outputs": [],
236236
"source": [
237-
"version = \"0.22.0\" # x-release-please-version\n",
237+
"version = \"0.23.0\" # x-release-please-version\n",
238238
"! curl -O https://storage.googleapis.com/genai-toolbox/v{version}/linux/amd64/toolbox\n",
239239
"\n",
240240
"# Make the binary executable\n",

docs/en/getting-started/introduction/_index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To install Toolbox as a binary on Linux (AMD64):
103103

104104
```sh
105105
# see releases page for other versions
106-
export VERSION=0.22.0
106+
export VERSION=0.23.0
107107
curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
108108
chmod +x toolbox
109109
```
@@ -114,7 +114,7 @@ To install Toolbox as a binary on macOS (Apple Silicon):
114114

115115
```sh
116116
# see releases page for other versions
117-
export VERSION=0.22.0
117+
export VERSION=0.23.0
118118
curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/darwin/arm64/toolbox
119119
chmod +x toolbox
120120
```
@@ -125,7 +125,7 @@ To install Toolbox as a binary on macOS (Intel):
125125

126126
```sh
127127
# see releases page for other versions
128-
export VERSION=0.22.0
128+
export VERSION=0.23.0
129129
curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/darwin/amd64/toolbox
130130
chmod +x toolbox
131131
```
@@ -136,7 +136,7 @@ To install Toolbox as a binary on Windows (Command Prompt):
136136

137137
```cmd
138138
:: see releases page for other versions
139-
set VERSION=0.22.0
139+
set VERSION=0.23.0
140140
curl -o toolbox.exe "https://storage.googleapis.com/genai-toolbox/v%VERSION%/windows/amd64/toolbox.exe"
141141
```
142142

@@ -146,7 +146,7 @@ To install Toolbox as a binary on Windows (PowerShell):
146146

147147
```powershell
148148
# see releases page for other versions
149-
$VERSION = "0.21.0"
149+
$VERSION = "0.23.0"
150150
curl.exe -o toolbox.exe "https://storage.googleapis.com/genai-toolbox/v$VERSION/windows/amd64/toolbox.exe"
151151
```
152152

@@ -158,7 +158,7 @@ You can also install Toolbox as a container:
158158

159159
```sh
160160
# see releases page for other versions
161-
export VERSION=0.22.0
161+
export VERSION=0.23.0
162162
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
163163
```
164164

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

179179
```sh
180-
go install github.com/googleapis/genai-toolbox@v0.22.0
180+
go install github.com/googleapis/genai-toolbox@v0.23.0
181181
```
182182

183183
{{% /tab %}}

docs/en/getting-started/mcp_quickstart/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ In this section, we will download Toolbox, configure our tools in a
105105
<!-- {x-release-please-start-version} -->
106106
```bash
107107
export OS="linux/amd64" # one of linux/amd64, darwin/arm64, darwin/amd64, or windows/amd64
108-
curl -O https://storage.googleapis.com/genai-toolbox/v0.22.0/$OS/toolbox
108+
curl -O https://storage.googleapis.com/genai-toolbox/v0.23.0/$OS/toolbox
109109
```
110110
<!-- {x-release-please-end} -->
111111

docs/en/getting-started/quickstart/shared/configure_toolbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this section, we will download Toolbox, configure our tools in a
1313
<!-- {x-release-please-start-version} -->
1414
```bash
1515
export OS="linux/amd64" # one of linux/amd64, darwin/arm64, darwin/amd64, or windows/amd64
16-
curl -O https://storage.googleapis.com/genai-toolbox/v0.22.0/$OS/toolbox
16+
curl -O https://storage.googleapis.com/genai-toolbox/v0.23.0/$OS/toolbox
1717
```
1818
<!-- {x-release-please-end} -->
1919

docs/en/how-to/connect-ide/looker_mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ to expose your developer assistant tools to a Looker instance:
4949

5050
{{< tabpane persist=header >}}
5151
{{< tab header="linux/amd64" lang="bash" >}}
52-
curl -O https://storage.googleapis.com/genai-toolbox/v0.22.0/linux/amd64/toolbox
52+
curl -O https://storage.googleapis.com/genai-toolbox/v0.23.0/linux/amd64/toolbox
5353
{{< /tab >}}
5454

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

5959
{{< tab header="darwin/amd64" lang="bash" >}}
60-
curl -O https://storage.googleapis.com/genai-toolbox/v0.22.0/darwin/amd64/toolbox
60+
curl -O https://storage.googleapis.com/genai-toolbox/v0.23.0/darwin/amd64/toolbox
6161
{{< /tab >}}
6262

6363
{{< tab header="windows/amd64" lang="bash" >}}
64-
curl -O https://storage.googleapis.com/genai-toolbox/v0.22.0/windows/amd64/toolbox.exe
64+
curl -O https://storage.googleapis.com/genai-toolbox/v0.23.0/windows/amd64/toolbox.exe
6565
{{< /tab >}}
6666
{{< /tabpane >}}
6767
<!-- {x-release-please-end} -->

docs/en/how-to/connect-ide/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.22.0/linux/amd64/toolbox
48+
curl -O https://storage.googleapis.com/genai-toolbox/v0.23.0/linux/amd64/toolbox
4949
{{< /tab >}}
5050

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

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

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

docs/en/how-to/connect-ide/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.22.0/linux/amd64/toolbox
46+
curl -O https://storage.googleapis.com/genai-toolbox/v0.23.0/linux/amd64/toolbox
4747
{{< /tab >}}
4848

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

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

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

0 commit comments

Comments
 (0)