Skip to content

Commit fbf0a54

Browse files
chore(main): release 0.14.0
1 parent 75a04a5 commit fbf0a54

File tree

15 files changed

+46
-33
lines changed

15 files changed

+46
-33
lines changed

CHANGELOG.md

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

3+
## [0.14.0](https://github.com/googleapis/genai-toolbox/compare/v0.13.0...v0.14.0) (2025-08-27)
4+
5+
6+
### Features
7+
8+
* **clickhouse:** Add ClickHouse Source and Tools ([#1088](https://github.com/googleapis/genai-toolbox/issues/1088)) ([75a04a5](https://github.com/googleapis/genai-toolbox/commit/75a04a55dd2259bed72fe95119a7a51a906c0b21))
9+
* **server/mcp:** Support toolbox auth in mcp ([#1140](https://github.com/googleapis/genai-toolbox/issues/1140)) ([ca353e0](https://github.com/googleapis/genai-toolbox/commit/ca353e0b66fedc00e9110df57db18632aef49018))
10+
11+
12+
### Bug Fixes
13+
14+
* Update env var to allow empty string ([#1260](https://github.com/googleapis/genai-toolbox/issues/1260)) ([03aa9fa](https://github.com/googleapis/genai-toolbox/commit/03aa9fabacda06f860c9f178485126bddb7d5782))
15+
316
## [0.13.0](https://github.com/googleapis/genai-toolbox/compare/v0.12.0...v0.13.0) (2025-08-27)
417

518
### ⚠ BREAKING CHANGES

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To install Toolbox as a binary:
117117
<!-- {x-release-please-start-version} -->
118118
```sh
119119
# see releases page for other versions
120-
export VERSION=0.13.0
120+
export VERSION=0.14.0
121121
curl -O https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
122122
chmod +x toolbox
123123
```
@@ -130,7 +130,7 @@ You can also install Toolbox as a container:
130130

131131
```sh
132132
# see releases page for other versions
133-
export VERSION=0.13.0
133+
export VERSION=0.14.0
134134
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
135135
```
136136

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

156156
```sh
157-
go install github.com/googleapis/genai-toolbox@v0.13.0
157+
go install github.com/googleapis/genai-toolbox@v0.14.0
158158
```
159159
<!-- {x-release-please-end} -->
160160

cmd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.14.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.13.0\" # x-release-please-version\n",
237+
"version = \"0.14.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To install Toolbox as a binary:
8686

8787
```sh
8888
# see releases page for other versions
89-
export VERSION=0.13.0
89+
export VERSION=0.14.0
9090
curl -O https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
9191
chmod +x toolbox
9292
```
@@ -97,7 +97,7 @@ You can also install Toolbox as a container:
9797

9898
```sh
9999
# see releases page for other versions
100-
export VERSION=0.13.0
100+
export VERSION=0.14.0
101101
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
102102
```
103103

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

117117
```sh
118-
go install github.com/googleapis/genai-toolbox@v0.13.0
118+
go install github.com/googleapis/genai-toolbox@v0.14.0
119119
```
120120

121121
{{% /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.13.0/$OS/toolbox
108+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/$OS/toolbox
109109
```
110110
<!-- {x-release-please-end} -->
111111

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@ to expose your developer assistant tools to a Firestore instance:
6262
<!-- {x-release-please-start-version} -->
6363
{{< tabpane persist=header >}}
6464
{{< tab header="linux/amd64" lang="bash" >}}
65-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/linux/amd64/toolbox
65+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/linux/amd64/toolbox
6666
{{< /tab >}}
6767

6868
{{< tab header="darwin/arm64" lang="bash" >}}
69-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/darwin/arm64/toolbox
69+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/darwin/arm64/toolbox
7070
{{< /tab >}}
7171

7272
{{< tab header="darwin/amd64" lang="bash" >}}
73-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/darwin/amd64/toolbox
73+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/darwin/amd64/toolbox
7474
{{< /tab >}}
7575

7676
{{< tab header="windows/amd64" lang="bash" >}}
77-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/windows/amd64/toolbox
77+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/windows/amd64/toolbox
7878
{{< /tab >}}
7979
{{< /tabpane >}}
8080
<!-- {x-release-please-end} -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@ to expose your developer assistant tools to a Looker instance:
4848
<!-- {x-release-please-start-version} -->
4949
{{< tabpane persist=header >}}
5050
{{< tab header="linux/amd64" lang="bash" >}}
51-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/linux/amd64/toolbox
51+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/linux/amd64/toolbox
5252
{{< /tab >}}
5353

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

5858
{{< tab header="darwin/amd64" lang="bash" >}}
59-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/darwin/amd64/toolbox
59+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/darwin/amd64/toolbox
6060
{{< /tab >}}
6161

6262
{{< tab header="windows/amd64" lang="bash" >}}
63-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/windows/amd64/toolbox.exe
63+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/windows/amd64/toolbox.exe
6464
{{< /tab >}}
6565
{{< /tabpane >}}
6666
<!-- {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
@@ -37,19 +37,19 @@ description: "Connect your IDE to SQL Server using Toolbox."
3737
<!-- {x-release-please-start-version} -->
3838
{{< tabpane persist=header >}}
3939
{{< tab header="linux/amd64" lang="bash" >}}
40-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/linux/amd64/toolbox
40+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/linux/amd64/toolbox
4141
{{< /tab >}}
4242

4343
{{< tab header="darwin/arm64" lang="bash" >}}
44-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/darwin/arm64/toolbox
44+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/darwin/arm64/toolbox
4545
{{< /tab >}}
4646

4747
{{< tab header="darwin/amd64" lang="bash" >}}
48-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/darwin/amd64/toolbox
48+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/darwin/amd64/toolbox
4949
{{< /tab >}}
5050

5151
{{< tab header="windows/amd64" lang="bash" >}}
52-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/windows/amd64/toolbox.exe
52+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/windows/amd64/toolbox.exe
5353
{{< /tab >}}
5454
{{< /tabpane >}}
5555
<!-- {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
@@ -37,19 +37,19 @@ description: "Connect your IDE to MySQL using Toolbox."
3737
<!-- {x-release-please-start-version} -->
3838
{{< tabpane persist=header >}}
3939
{{< tab header="linux/amd64" lang="bash" >}}
40-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/linux/amd64/toolbox
40+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/linux/amd64/toolbox
4141
{{< /tab >}}
4242

4343
{{< tab header="darwin/arm64" lang="bash" >}}
44-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/darwin/arm64/toolbox
44+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/darwin/arm64/toolbox
4545
{{< /tab >}}
4646

4747
{{< tab header="darwin/amd64" lang="bash" >}}
48-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/darwin/amd64/toolbox
48+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/darwin/amd64/toolbox
4949
{{< /tab >}}
5050

5151
{{< tab header="windows/amd64" lang="bash" >}}
52-
curl -O https://storage.googleapis.com/genai-toolbox/v0.13.0/windows/amd64/toolbox.exe
52+
curl -O https://storage.googleapis.com/genai-toolbox/v0.14.0/windows/amd64/toolbox.exe
5353
{{< /tab >}}
5454
{{< /tabpane >}}
5555
<!-- {x-release-please-end} -->

0 commit comments

Comments
 (0)