Skip to content

Commit 4ed16cc

Browse files
release-please[bot]duwenxin99kurtisvg
authored
chore(main): release 0.4.0 (#411)
🤖 I have created a release *beep* *boop* --- ## [0.4.0](v0.3.0...v0.4.0) (2025-04-23) ### Features * Add `AuthRequired` to Neo4j & Dgraph Tools ([#434](#434)) ([afbf4b2](afbf4b2)) * Add `AuthRequired` to tool manifest ([#433](#433)) ([d9388ad](d9388ad)) * Add BigQuery source and tool ([#463](#463)) ([8055aa5](8055aa5)) * Add Bigtable source and tool ([#418](#418)) ([ae53b8e](ae53b8e)) * Add IAM AuthN to AlloyDB Source ([#399](#399)) ([e8ed447](e8ed447)) * Add IAM AuthN to Cloud SQL Sources ([#414](#414)) ([be85b82](be85b82)) * Add toolset feature to mcp ([#425](#425)) ([e307857](e307857)), closes [#403](#403) * Add SQLite source and tool ([#438](#438)) ([fc14cbf](fc14cbf)) * Support env replacement for tools.yaml ([#462](#462)) ([eadb678](eadb678)) ### Bug Fixes * [#419](#419) TLS https URL for SSE endpoint ([#420](#420)) ([0a7d3ff](0a7d3ff)) * **docs:** Fix link 'Edit this page' ([#454](#454)) ([969065e](969065e)), closes [#427](#427) * Update http error code from invocation ([#468](#468)) ([ff7c0ff](ff7c0ff)), closes [#465](#465) --- 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 <[email protected]> Co-authored-by: Kurtis Van Gent <[email protected]>
1 parent fbeb2a9 commit 4ed16cc

File tree

6 files changed

+30
-9
lines changed

6 files changed

+30
-9
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/googleapis/genai-toolbox/compare/v0.3.0...v0.4.0) (2025-04-23)
4+
5+
6+
### Features
7+
8+
* Add `AuthRequired` to Neo4j & Dgraph Tools ([#434](https://github.com/googleapis/genai-toolbox/issues/434)) ([afbf4b2](https://github.com/googleapis/genai-toolbox/commit/afbf4b2daeb01119a22ce18469bffb9e9f57d2f8))
9+
* Add `AuthRequired` to tool manifest ([#433](https://github.com/googleapis/genai-toolbox/issues/433)) ([d9388ad](https://github.com/googleapis/genai-toolbox/commit/d9388ad57e832570aab56b9b357c1fb0ba994852))
10+
* Add BigQuery source and tool ([#463](https://github.com/googleapis/genai-toolbox/issues/463)) ([8055aa5](https://github.com/googleapis/genai-toolbox/commit/8055aa519fe6e7993ba524f8f7e684fbfdecc1b9))
11+
* Add Bigtable source and tool ([#418](https://github.com/googleapis/genai-toolbox/issues/418)) ([ae53b8e](https://github.com/googleapis/genai-toolbox/commit/ae53b8eeff9d0e9ec14d9c6d4286c856cc8f1811))
12+
* Add IAM AuthN to AlloyDB Source ([#399](https://github.com/googleapis/genai-toolbox/issues/399)) ([e8ed447](https://github.com/googleapis/genai-toolbox/commit/e8ed447d9153c60a1d6321285587e6e4ca930f87))
13+
* Add IAM AuthN to Cloud SQL Sources ([#414](https://github.com/googleapis/genai-toolbox/issues/414)) ([be85b82](https://github.com/googleapis/genai-toolbox/commit/be85b820785dbce79133b0cf8788bde75ff25fee))
14+
* Add toolset feature to mcp ([#425](https://github.com/googleapis/genai-toolbox/issues/425)) ([e307857](https://github.com/googleapis/genai-toolbox/commit/e307857085ac4c8c2ee8292c914daa5534ba74bf)), closes [#403](https://github.com/googleapis/genai-toolbox/issues/403)
15+
* Add SQLite source and tool ([#438](https://github.com/googleapis/genai-toolbox/issues/438)) ([fc14cbf](https://github.com/googleapis/genai-toolbox/commit/fc14cbfd078d465591e4fefb80542759e82a2731))
16+
* Support env replacement for tools.yaml ([#462](https://github.com/googleapis/genai-toolbox/issues/462)) ([eadb678](https://github.com/googleapis/genai-toolbox/commit/eadb678a7bd4ce74a3b1160f5ed8966ffbb13c61))
17+
18+
19+
### Bug Fixes
20+
21+
* [#419](https://github.com/googleapis/genai-toolbox/issues/419) TLS https URL for SSE endpoint ([#420](https://github.com/googleapis/genai-toolbox/issues/420)) ([0a7d3ff](https://github.com/googleapis/genai-toolbox/commit/0a7d3ff06b88051c752b6d53bc964ed6e6be400e))
22+
* **docs:** Fix link 'Edit this page' ([#454](https://github.com/googleapis/genai-toolbox/issues/454)) ([969065e](https://github.com/googleapis/genai-toolbox/commit/969065e561f28ddb9755d99bbe0b288040198296)), closes [#427](https://github.com/googleapis/genai-toolbox/issues/427)
23+
* Update http error code from invocation ([#468](https://github.com/googleapis/genai-toolbox/issues/468)) ([ff7c0ff](https://github.com/googleapis/genai-toolbox/commit/ff7c0ffc65172a335e8d3321e5a6b92d38dc7e6d)), closes [#465](https://github.com/googleapis/genai-toolbox/issues/465)
324

425
## [0.3.0](https://github.com/googleapis/genai-toolbox/compare/v0.2.1...v0.3.0) (2025-04-04)
526

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To install Toolbox as a binary:
8282
<!-- {x-release-please-start-version} -->
8383
```sh
8484
# see releases page for other versions
85-
export VERSION=0.3.0
85+
export VERSION=0.4.0
8686
curl -O https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
8787
chmod +x toolbox
8888
```
@@ -95,7 +95,7 @@ You can also install Toolbox as a container:
9595

9696
```sh
9797
# see releases page for other versions
98-
export VERSION=0.3.0
98+
export VERSION=0.4.0
9999
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
100100
```
101101

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

110110
```sh
111-
go install github.com/googleapis/genai-toolbox@v0.3.0
111+
go install github.com/googleapis/genai-toolbox@v0.4.0
112112
```
113113
<!-- {x-release-please-end} -->
114114

cmd/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To install Toolbox as a binary:
5858

5959
```sh
6060
# see releases page for other versions
61-
export VERSION=0.3.0
61+
export VERSION=0.4.0
6262
curl -O https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
6363
chmod +x toolbox
6464
```
@@ -69,7 +69,7 @@ You can also install Toolbox as a container:
6969

7070
```sh
7171
# see releases page for other versions
72-
export VERSION=0.3.0
72+
export VERSION=0.4.0
7373
docker pull us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:$VERSION
7474
```
7575

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

8282
```sh
83-
go install github.com/googleapis/genai-toolbox@v0.3.0
83+
go install github.com/googleapis/genai-toolbox@v0.4.0
8484
```
8585

8686
{{% /tab %}}

docs/en/getting-started/local_quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ In this section, we will download Toolbox, configure our tools in a
116116
<!-- {x-release-please-start-version} -->
117117
```bash
118118
export OS="linux/amd64" # one of linux/amd64, darwin/arm64, darwin/amd64, or windows/amd64
119-
curl -O https://storage.googleapis.com/genai-toolbox/v0.3.0/$OS/toolbox
119+
curl -O https://storage.googleapis.com/genai-toolbox/v0.4.0/$OS/toolbox
120120
```
121121
<!-- {x-release-please-end} -->
122122

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

0 commit comments

Comments
 (0)