Skip to content

Commit f520b4e

Browse files
chore(main): release 0.24.0 (#2162)
🤖 I have created a release *beep* *boop* --- ## [0.24.0](v0.23.0...v0.24.0) (2025-12-19) ### Features * **sources/cloud-gemini-data-analytics:** Add the Gemini Data Analytics (GDA) integration for DB NL2SQL conversion to Toolbox ([#2181](#2181)) ([aa270b2](aa270b2)) * **source/cloudsqlmysql:** Add support for IAM authentication in Cloud SQL MySQL source ([#2050](#2050)) ([af3d3c5](af3d3c5)) * **sources/oracle:** Add Oracle OCI and Wallet support ([#1945](#1945)) ([8ea39ec](8ea39ec)) * Support combining prebuilt and custom tool configurations ([#2188](#2188)) ([5788605](5788605)) * **tools/mysql-get-query-plan:** Add new `mysql-get-query-plan` tool for MySQL source ([#2123](#2123)) ([0641da0](0641da0)) ### Bug Fixes * **spanner:** Move list graphs validation to runtime ([#2154](#2154)) ([914b3ee](914b3ee)) --- 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 80315a0 commit f520b4e

File tree

23 files changed

+70
-53
lines changed

23 files changed

+70
-53
lines changed

CHANGELOG.md

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

3+
## [0.24.0](https://github.com/googleapis/genai-toolbox/compare/v0.23.0...v0.24.0) (2025-12-19)
4+
5+
6+
### Features
7+
8+
* **sources/cloud-gemini-data-analytics:** Add the Gemini Data Analytics (GDA) integration for DB NL2SQL conversion to Toolbox ([#2181](https://github.com/googleapis/genai-toolbox/issues/2181)) ([aa270b2](https://github.com/googleapis/genai-toolbox/commit/aa270b2630da2e3d618db804ca95550445367dbc))
9+
* **source/cloudsqlmysql:** Add support for IAM authentication in Cloud SQL MySQL source ([#2050](https://github.com/googleapis/genai-toolbox/issues/2050)) ([af3d3c5](https://github.com/googleapis/genai-toolbox/commit/af3d3c52044bea17781b89ce4ab71ff0f874ac20))
10+
* **sources/oracle:** Add Oracle OCI and Wallet support ([#1945](https://github.com/googleapis/genai-toolbox/issues/1945)) ([8ea39ec](https://github.com/googleapis/genai-toolbox/commit/8ea39ec32fbbaa97939c626fec8c5d86040ed464))
11+
* Support combining prebuilt and custom tool configurations ([#2188](https://github.com/googleapis/genai-toolbox/issues/2188)) ([5788605](https://github.com/googleapis/genai-toolbox/commit/57886058188aa5d2a51d5846a98bc6d8a650edd1))
12+
* **tools/mysql-get-query-plan:** Add new `mysql-get-query-plan` tool for MySQL source ([#2123](https://github.com/googleapis/genai-toolbox/issues/2123)) ([0641da0](https://github.com/googleapis/genai-toolbox/commit/0641da0353857317113b2169e547ca69603ddfde))
13+
14+
15+
### Bug Fixes
16+
17+
* **spanner:** Move list graphs validation to runtime ([#2154](https://github.com/googleapis/genai-toolbox/issues/2154)) ([914b3ee](https://github.com/googleapis/genai-toolbox/commit/914b3eefda40a650efe552d245369e007277dab5))
18+
19+
320
## [0.23.0](https://github.com/googleapis/genai-toolbox/compare/v0.22.0...v0.23.0) (2025-12-11)
421

522

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.23.0
143+
> export VERSION=0.24.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.23.0
156+
> export VERSION=0.24.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.23.0
169+
> export VERSION=0.24.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.23.0
182+
> set VERSION=0.24.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.23.0"
194+
> $VERSION = "0.24.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.23.0
207+
export VERSION=0.24.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.23.0
231+
go install github.com/googleapis/genai-toolbox@v0.24.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.23.0
1+
0.24.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.23.0\" # x-release-please-version\n",
237+
"version = \"0.24.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.23.0
106+
export VERSION=0.24.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.23.0
117+
export VERSION=0.24.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.23.0
128+
export VERSION=0.24.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.23.0
139+
set VERSION=0.24.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.23.0"
149+
$VERSION = "0.24.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.23.0
161+
export VERSION=0.24.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.23.0
180+
go install github.com/googleapis/genai-toolbox@v0.24.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.23.0/$OS/toolbox
108+
curl -O https://storage.googleapis.com/genai-toolbox/v0.24.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.23.0/$OS/toolbox
16+
curl -O https://storage.googleapis.com/genai-toolbox/v0.24.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.23.0/linux/amd64/toolbox
52+
curl -O https://storage.googleapis.com/genai-toolbox/v0.24.0/linux/amd64/toolbox
5353
{{< /tab >}}
5454

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

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

6363
{{< tab header="windows/amd64" lang="bash" >}}
64-
curl -O https://storage.googleapis.com/genai-toolbox/v0.23.0/windows/amd64/toolbox.exe
64+
curl -O https://storage.googleapis.com/genai-toolbox/v0.24.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.23.0/linux/amd64/toolbox
48+
curl -O https://storage.googleapis.com/genai-toolbox/v0.24.0/linux/amd64/toolbox
4949
{{< /tab >}}
5050

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

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

5959
{{< tab header="windows/amd64" lang="bash" >}}
60-
curl -O https://storage.googleapis.com/genai-toolbox/v0.23.0/windows/amd64/toolbox.exe
60+
curl -O https://storage.googleapis.com/genai-toolbox/v0.24.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.23.0/linux/amd64/toolbox
46+
curl -O https://storage.googleapis.com/genai-toolbox/v0.24.0/linux/amd64/toolbox
4747
{{< /tab >}}
4848

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

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

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

0 commit comments

Comments
 (0)