Skip to content

feat(neo4j): Add dry_run parameter to validate Cypher queries#1769

Merged
Yuan325 merged 8 commits intogoogleapis:mainfrom
nester-neo4j:add-neo4j-dry-run
Oct 23, 2025
Merged

feat(neo4j): Add dry_run parameter to validate Cypher queries#1769
Yuan325 merged 8 commits intogoogleapis:mainfrom
nester-neo4j:add-neo4j-dry-run

Conversation

@nester-neo4j
Copy link
Contributor

@nester-neo4j nester-neo4j commented Oct 22, 2025

This pull request adds support for a new dry_run mode to the Neo4j Cypher execution tool, allowing users to validate queries and view execution plans without running them. It also sets a custom user agent for Neo4j connections and improves error handling and documentation. The most important changes are grouped below.

New dry run feature for Cypher execution

  • Added an optional dry_run boolean parameter to the neo4j-execute-cypher tool, allowing users to validate Cypher queries and receive execution plan details without running the query. The tool now prepends EXPLAIN to the query when dry_run is true and returns a structured summary of the execution plan. [1] [2] [3] [4]
  • Updated integration tests to cover the new dry_run functionality, including successful dry runs, error handling for invalid syntax, and enforcement of read-only mode. [1] [2]

Improved error handling

  • Enhanced error messages for parameter casting in the tool's Invoke method to clarify issues with input parameters.

Neo4j driver configuration

  • Set a custom user agent (genai-toolbox/neo4j-source) for Neo4j driver connections to help identify requests from this tool. [1] [2]

Documentation updates

  • Updated the documentation to describe the new dry_run parameter and its usage for query validation.

@nester-neo4j nester-neo4j requested a review from a team October 22, 2025 19:51
@Yuan325 Yuan325 assigned Yuan325 and unassigned duwenxin99 Oct 22, 2025
Copy link
Contributor

@jexp jexp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thank you!

Copy link
Contributor

@Yuan325 Yuan325 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some feedbacks. Please re-request review once ready, thank you!

@nester-neo4j
Copy link
Contributor Author

Left some feedbacks. Please re-request review once ready, thank you!

Hi @Yuan325 , thank you for reviewing this. I addressed your comments and pushed changes. Please take a look when have time

@Yuan325 Yuan325 self-requested a review October 23, 2025 21:20
Copy link
Contributor

@Yuan325 Yuan325 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! This will be included in our next release :)

@Yuan325
Copy link
Contributor

Yuan325 commented Oct 23, 2025

/gcbrun

@Yuan325 Yuan325 added the tests: run Label to trigger Github Action tests. label Oct 23, 2025
@github-actions github-actions bot removed the tests: run Label to trigger Github Action tests. label Oct 23, 2025
@nester-neo4j
Copy link
Contributor Author

Thank you! This will be included in our next release :)

@Yuan325 Thank you very much

@Yuan325
Copy link
Contributor

Yuan325 commented Oct 23, 2025

/gcbrun

@Yuan325 Yuan325 added the tests: run Label to trigger Github Action tests. label Oct 23, 2025
@github-actions github-actions bot removed the tests: run Label to trigger Github Action tests. label Oct 23, 2025
@Yuan325 Yuan325 merged commit f475da6 into googleapis:main Oct 23, 2025
15 checks passed
github-actions bot pushed a commit that referenced this pull request Oct 23, 2025
…#1769)

This pull request adds support for a new `dry_run` mode to the Neo4j
Cypher execution tool, allowing users to validate queries and view
execution plans without running them. It also sets a custom user agent
for Neo4j connections and improves error handling and documentation. The
most important changes are grouped below.

### New dry run feature for Cypher execution

* Added an optional `dry_run` boolean parameter to the
`neo4j-execute-cypher` tool, allowing users to validate Cypher queries
and receive execution plan details without running the query. The tool
now prepends `EXPLAIN` to the query when `dry_run` is true and returns a
structured summary of the execution plan.
[[1]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3L87-R93)
[[2]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R155-R188)
[[3]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R219-R236)
[[4]](diffhunk://#diff-1dca93fc9450e9b9ea64bc1ae02774c3198ea6f8310b2437815bd1a5eae11e79L30-R32)
* Updated integration tests to cover the new `dry_run` functionality,
including successful dry runs, error handling for invalid syntax, and
enforcement of read-only mode.
[[1]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R163-R169)
[[2]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R250-R291)

### Improved error handling

* Enhanced error messages for parameter casting in the tool's `Invoke`
method to clarify issues with input parameters.

### Neo4j driver configuration

* Set a custom user agent (`genai-toolbox/neo4j-source`) for Neo4j
driver connections to help identify requests from this tool.
[[1]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29R24-R29)
[[2]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29L109-R113)

### Documentation updates

* Updated the documentation to describe the new `dry_run` parameter and
its usage for query validation.

---------

Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> f475da6
github-actions bot pushed a commit that referenced this pull request Oct 23, 2025
…#1769)

This pull request adds support for a new `dry_run` mode to the Neo4j
Cypher execution tool, allowing users to validate queries and view
execution plans without running them. It also sets a custom user agent
for Neo4j connections and improves error handling and documentation. The
most important changes are grouped below.

### New dry run feature for Cypher execution

* Added an optional `dry_run` boolean parameter to the
`neo4j-execute-cypher` tool, allowing users to validate Cypher queries
and receive execution plan details without running the query. The tool
now prepends `EXPLAIN` to the query when `dry_run` is true and returns a
structured summary of the execution plan.
[[1]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3L87-R93)
[[2]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R155-R188)
[[3]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R219-R236)
[[4]](diffhunk://#diff-1dca93fc9450e9b9ea64bc1ae02774c3198ea6f8310b2437815bd1a5eae11e79L30-R32)
* Updated integration tests to cover the new `dry_run` functionality,
including successful dry runs, error handling for invalid syntax, and
enforcement of read-only mode.
[[1]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R163-R169)
[[2]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R250-R291)

### Improved error handling

* Enhanced error messages for parameter casting in the tool's `Invoke`
method to clarify issues with input parameters.

### Neo4j driver configuration

* Set a custom user agent (`genai-toolbox/neo4j-source`) for Neo4j
driver connections to help identify requests from this tool.
[[1]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29R24-R29)
[[2]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29L109-R113)

### Documentation updates

* Updated the documentation to describe the new `dry_run` parameter and
its usage for query validation.

---------

Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> f475da6
github-actions bot pushed a commit to renovate-bot/googleapis-_-genai-toolbox that referenced this pull request Oct 23, 2025
…googleapis#1769)

This pull request adds support for a new `dry_run` mode to the Neo4j
Cypher execution tool, allowing users to validate queries and view
execution plans without running them. It also sets a custom user agent
for Neo4j connections and improves error handling and documentation. The
most important changes are grouped below.

### New dry run feature for Cypher execution

* Added an optional `dry_run` boolean parameter to the
`neo4j-execute-cypher` tool, allowing users to validate Cypher queries
and receive execution plan details without running the query. The tool
now prepends `EXPLAIN` to the query when `dry_run` is true and returns a
structured summary of the execution plan.
[[1]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3L87-R93)
[[2]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R155-R188)
[[3]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R219-R236)
[[4]](diffhunk://#diff-1dca93fc9450e9b9ea64bc1ae02774c3198ea6f8310b2437815bd1a5eae11e79L30-R32)
* Updated integration tests to cover the new `dry_run` functionality,
including successful dry runs, error handling for invalid syntax, and
enforcement of read-only mode.
[[1]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R163-R169)
[[2]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R250-R291)

### Improved error handling

* Enhanced error messages for parameter casting in the tool's `Invoke`
method to clarify issues with input parameters.

### Neo4j driver configuration

* Set a custom user agent (`genai-toolbox/neo4j-source`) for Neo4j
driver connections to help identify requests from this tool.
[[1]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29R24-R29)
[[2]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29L109-R113)

### Documentation updates

* Updated the documentation to describe the new `dry_run` parameter and
its usage for query validation.

---------

Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> f475da6
github-actions bot pushed a commit to renovate-bot/googleapis-_-genai-toolbox that referenced this pull request Oct 23, 2025
…googleapis#1769)

This pull request adds support for a new `dry_run` mode to the Neo4j
Cypher execution tool, allowing users to validate queries and view
execution plans without running them. It also sets a custom user agent
for Neo4j connections and improves error handling and documentation. The
most important changes are grouped below.

### New dry run feature for Cypher execution

* Added an optional `dry_run` boolean parameter to the
`neo4j-execute-cypher` tool, allowing users to validate Cypher queries
and receive execution plan details without running the query. The tool
now prepends `EXPLAIN` to the query when `dry_run` is true and returns a
structured summary of the execution plan.
[[1]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3L87-R93)
[[2]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R155-R188)
[[3]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R219-R236)
[[4]](diffhunk://#diff-1dca93fc9450e9b9ea64bc1ae02774c3198ea6f8310b2437815bd1a5eae11e79L30-R32)
* Updated integration tests to cover the new `dry_run` functionality,
including successful dry runs, error handling for invalid syntax, and
enforcement of read-only mode.
[[1]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R163-R169)
[[2]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R250-R291)

### Improved error handling

* Enhanced error messages for parameter casting in the tool's `Invoke`
method to clarify issues with input parameters.

### Neo4j driver configuration

* Set a custom user agent (`genai-toolbox/neo4j-source`) for Neo4j
driver connections to help identify requests from this tool.
[[1]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29R24-R29)
[[2]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29L109-R113)

### Documentation updates

* Updated the documentation to describe the new `dry_run` parameter and
its usage for query validation.

---------

Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> f475da6
github-actions bot pushed a commit to bhardwajRahul/genai-toolbox that referenced this pull request Oct 24, 2025
…googleapis#1769)

This pull request adds support for a new `dry_run` mode to the Neo4j
Cypher execution tool, allowing users to validate queries and view
execution plans without running them. It also sets a custom user agent
for Neo4j connections and improves error handling and documentation. The
most important changes are grouped below.

### New dry run feature for Cypher execution

* Added an optional `dry_run` boolean parameter to the
`neo4j-execute-cypher` tool, allowing users to validate Cypher queries
and receive execution plan details without running the query. The tool
now prepends `EXPLAIN` to the query when `dry_run` is true and returns a
structured summary of the execution plan.
[[1]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3L87-R93)
[[2]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R155-R188)
[[3]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R219-R236)
[[4]](diffhunk://#diff-1dca93fc9450e9b9ea64bc1ae02774c3198ea6f8310b2437815bd1a5eae11e79L30-R32)
* Updated integration tests to cover the new `dry_run` functionality,
including successful dry runs, error handling for invalid syntax, and
enforcement of read-only mode.
[[1]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R163-R169)
[[2]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R250-R291)

### Improved error handling

* Enhanced error messages for parameter casting in the tool's `Invoke`
method to clarify issues with input parameters.

### Neo4j driver configuration

* Set a custom user agent (`genai-toolbox/neo4j-source`) for Neo4j
driver connections to help identify requests from this tool.
[[1]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29R24-R29)
[[2]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29L109-R113)

### Documentation updates

* Updated the documentation to describe the new `dry_run` parameter and
its usage for query validation.

---------

Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> f475da6
@nester-neo4j nester-neo4j deleted the add-neo4j-dry-run branch October 24, 2025 16:12
twishabansal pushed a commit that referenced this pull request Oct 27, 2025
This pull request adds support for a new `dry_run` mode to the Neo4j
Cypher execution tool, allowing users to validate queries and view
execution plans without running them. It also sets a custom user agent
for Neo4j connections and improves error handling and documentation. The
most important changes are grouped below.

### New dry run feature for Cypher execution

* Added an optional `dry_run` boolean parameter to the
`neo4j-execute-cypher` tool, allowing users to validate Cypher queries
and receive execution plan details without running the query. The tool
now prepends `EXPLAIN` to the query when `dry_run` is true and returns a
structured summary of the execution plan.
[[1]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3L87-R93)
[[2]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R155-R188)
[[3]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R219-R236)
[[4]](diffhunk://#diff-1dca93fc9450e9b9ea64bc1ae02774c3198ea6f8310b2437815bd1a5eae11e79L30-R32)
* Updated integration tests to cover the new `dry_run` functionality,
including successful dry runs, error handling for invalid syntax, and
enforcement of read-only mode.
[[1]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R163-R169)
[[2]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R250-R291)

### Improved error handling

* Enhanced error messages for parameter casting in the tool's `Invoke`
method to clarify issues with input parameters.

### Neo4j driver configuration

* Set a custom user agent (`genai-toolbox/neo4j-source`) for Neo4j
driver connections to help identify requests from this tool.
[[1]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29R24-R29)
[[2]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29L109-R113)

### Documentation updates

* Updated the documentation to describe the new `dry_run` parameter and
its usage for query validation.

---------

Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
rahulpinto19 pushed a commit that referenced this pull request Oct 27, 2025
This pull request adds support for a new `dry_run` mode to the Neo4j
Cypher execution tool, allowing users to validate queries and view
execution plans without running them. It also sets a custom user agent
for Neo4j connections and improves error handling and documentation. The
most important changes are grouped below.

### New dry run feature for Cypher execution

* Added an optional `dry_run` boolean parameter to the
`neo4j-execute-cypher` tool, allowing users to validate Cypher queries
and receive execution plan details without running the query. The tool
now prepends `EXPLAIN` to the query when `dry_run` is true and returns a
structured summary of the execution plan.
[[1]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3L87-R93)
[[2]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R155-R188)
[[3]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R219-R236)
[[4]](diffhunk://#diff-1dca93fc9450e9b9ea64bc1ae02774c3198ea6f8310b2437815bd1a5eae11e79L30-R32)
* Updated integration tests to cover the new `dry_run` functionality,
including successful dry runs, error handling for invalid syntax, and
enforcement of read-only mode.
[[1]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R163-R169)
[[2]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R250-R291)

### Improved error handling

* Enhanced error messages for parameter casting in the tool's `Invoke`
method to clarify issues with input parameters.

### Neo4j driver configuration

* Set a custom user agent (`genai-toolbox/neo4j-source`) for Neo4j
driver connections to help identify requests from this tool.
[[1]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29R24-R29)
[[2]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29L109-R113)

### Documentation updates

* Updated the documentation to describe the new `dry_run` parameter and
its usage for query validation.

---------

Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
rahulpinto19 pushed a commit that referenced this pull request Oct 27, 2025
This pull request adds support for a new `dry_run` mode to the Neo4j
Cypher execution tool, allowing users to validate queries and view
execution plans without running them. It also sets a custom user agent
for Neo4j connections and improves error handling and documentation. The
most important changes are grouped below.

### New dry run feature for Cypher execution

* Added an optional `dry_run` boolean parameter to the
`neo4j-execute-cypher` tool, allowing users to validate Cypher queries
and receive execution plan details without running the query. The tool
now prepends `EXPLAIN` to the query when `dry_run` is true and returns a
structured summary of the execution plan.
[[1]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3L87-R93)
[[2]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R155-R188)
[[3]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R219-R236)
[[4]](diffhunk://#diff-1dca93fc9450e9b9ea64bc1ae02774c3198ea6f8310b2437815bd1a5eae11e79L30-R32)
* Updated integration tests to cover the new `dry_run` functionality,
including successful dry runs, error handling for invalid syntax, and
enforcement of read-only mode.
[[1]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R163-R169)
[[2]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R250-R291)

### Improved error handling

* Enhanced error messages for parameter casting in the tool's `Invoke`
method to clarify issues with input parameters.

### Neo4j driver configuration

* Set a custom user agent (`genai-toolbox/neo4j-source`) for Neo4j
driver connections to help identify requests from this tool.
[[1]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29R24-R29)
[[2]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29L109-R113)

### Documentation updates

* Updated the documentation to describe the new `dry_run` parameter and
its usage for query validation.

---------

Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
srividyareddy786 pushed a commit to srividyareddy786/genai-toolbox that referenced this pull request Nov 4, 2025
…apis#1769)

This pull request adds support for a new `dry_run` mode to the Neo4j
Cypher execution tool, allowing users to validate queries and view
execution plans without running them. It also sets a custom user agent
for Neo4j connections and improves error handling and documentation. The
most important changes are grouped below.

### New dry run feature for Cypher execution

* Added an optional `dry_run` boolean parameter to the
`neo4j-execute-cypher` tool, allowing users to validate Cypher queries
and receive execution plan details without running the query. The tool
now prepends `EXPLAIN` to the query when `dry_run` is true and returns a
structured summary of the execution plan.
[[1]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3L87-R93)
[[2]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R155-R188)
[[3]](diffhunk://#diff-de7fdd7e68c95ea9813c704a89fffb8fd6de34e81b43a484623fdff7683e18f3R219-R236)
[[4]](diffhunk://#diff-1dca93fc9450e9b9ea64bc1ae02774c3198ea6f8310b2437815bd1a5eae11e79L30-R32)
* Updated integration tests to cover the new `dry_run` functionality,
including successful dry runs, error handling for invalid syntax, and
enforcement of read-only mode.
[[1]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R163-R169)
[[2]](diffhunk://#diff-b07de4a304bc72964b5de9481cbc6aec6cf9bb9dabd903a837eb8974e7100a90R250-R291)

### Improved error handling

* Enhanced error messages for parameter casting in the tool's `Invoke`
method to clarify issues with input parameters.

### Neo4j driver configuration

* Set a custom user agent (`genai-toolbox/neo4j-source`) for Neo4j
driver connections to help identify requests from this tool.
[[1]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29R24-R29)
[[2]](diffhunk://#diff-3f0444add0913f1722d678118ffedc70039cca3603f31c9927c06be5e00ffb29L109-R113)

### Documentation updates

* Updated the documentation to describe the new `dry_run` parameter and
its usage for query validation.

---------

Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
Yuan325 added a commit that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.19.0](v0.18.0...v0.19.0)
(2025-11-07)


### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([#1753](#1753))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([#1654](#1654))

### Features

* Support `excludeValues` for parameters
([#1818](#1818))
([a8e98dc](a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([#1109](#1109))
([5367285](5367285))
* **mindsdb:** Add MindsDB Source and Tools
([#878](#878))
([1b2cca9](1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([#1853](#1853))
([1f833fb](1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([#1333](#1333))
([40b9dba](40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([#1119](#1119))
([cf7012a](cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([#1641](#1641))
([e09d182](e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([#1675](#1675))
([ef28e39](ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([#1654](#1654))
([a2006ad](a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([#1858](#1858))
([30857c2](30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([#1860](#1860))
([991e539](991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([#1804](#1804))
([d7d1b03](d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([#1614](#1614))
([208ab92](208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([#1769](#1769))
([f475da6](f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([#1741](#1741))
([1a19cac](1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([#1709](#1709))
([e8c7fe0](e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([2881683](2881683))
* **tools/serverless-spark:** Add get_batch tool
([7ad1072](7ad1072))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([816dbce](816dbce))


### Bug Fixes

* Bigquery execute_sql to assign values to array
([#1884](#1884))
([559e2a2](559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([#1800](#1800))
([954152c](954152c))
* Update debug logs statements
([#1828](#1828))
([3cff915](3cff915))
* Instructions to quote filters that include commas
([#1794](#1794))
([4b01720](4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([#1822](#1822))
([38d535d](38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([#1753](#1753))
([9723cad](9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([#1829](#1829))
([8984287](8984287))


---
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>
github-actions bot pushed a commit that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.0](v0.18.0...v0.19.0)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([#1753](#1753))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([#1654](#1654))

### Features

* Support `excludeValues` for parameters
([#1818](#1818))
([a8e98dc](a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([#1109](#1109))
([5367285](5367285))
* **mindsdb:** Add MindsDB Source and Tools
([#878](#878))
([1b2cca9](1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([#1853](#1853))
([1f833fb](1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([#1333](#1333))
([40b9dba](40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([#1119](#1119))
([cf7012a](cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([#1641](#1641))
([e09d182](e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([#1675](#1675))
([ef28e39](ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([#1654](#1654))
([a2006ad](a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([#1858](#1858))
([30857c2](30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([#1860](#1860))
([991e539](991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([#1804](#1804))
([d7d1b03](d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([#1614](#1614))
([208ab92](208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([#1769](#1769))
([f475da6](f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([#1741](#1741))
([1a19cac](1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([#1709](#1709))
([e8c7fe0](e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([2881683](2881683))
* **tools/serverless-spark:** Add get_batch tool
([7ad1072](7ad1072))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([816dbce](816dbce))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([#1884](#1884))
([559e2a2](559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([#1800](#1800))
([954152c](954152c))
* Update debug logs statements
([#1828](#1828))
([3cff915](3cff915))
* Instructions to quote filters that include commas
([#1794](#1794))
([4b01720](4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([#1822](#1822))
([38d535d](38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([#1753](#1753))
([9723cad](9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([#1829](#1829))
([8984287](8984287))

---
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> 78c4a85
github-actions bot pushed a commit that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.0](v0.18.0...v0.19.0)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([#1753](#1753))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([#1654](#1654))

### Features

* Support `excludeValues` for parameters
([#1818](#1818))
([a8e98dc](a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([#1109](#1109))
([5367285](5367285))
* **mindsdb:** Add MindsDB Source and Tools
([#878](#878))
([1b2cca9](1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([#1853](#1853))
([1f833fb](1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([#1333](#1333))
([40b9dba](40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([#1119](#1119))
([cf7012a](cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([#1641](#1641))
([e09d182](e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([#1675](#1675))
([ef28e39](ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([#1654](#1654))
([a2006ad](a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([#1858](#1858))
([30857c2](30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([#1860](#1860))
([991e539](991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([#1804](#1804))
([d7d1b03](d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([#1614](#1614))
([208ab92](208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([#1769](#1769))
([f475da6](f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([#1741](#1741))
([1a19cac](1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([#1709](#1709))
([e8c7fe0](e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([2881683](2881683))
* **tools/serverless-spark:** Add get_batch tool
([7ad1072](7ad1072))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([816dbce](816dbce))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([#1884](#1884))
([559e2a2](559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([#1800](#1800))
([954152c](954152c))
* Update debug logs statements
([#1828](#1828))
([3cff915](3cff915))
* Instructions to quote filters that include commas
([#1794](#1794))
([4b01720](4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([#1822](#1822))
([38d535d](38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([#1753](#1753))
([9723cad](9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([#1829](#1829))
([8984287](8984287))

---
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> 78c4a85
github-actions bot pushed a commit to renovate-bot/googleapis-_-genai-toolbox that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.0](googleapis/genai-toolbox@v0.18.0...v0.19.0)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([2881683](googleapis@2881683))
* **tools/serverless-spark:** Add get_batch tool
([7ad1072](googleapis@7ad1072))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([816dbce](googleapis@816dbce))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> 78c4a85
github-actions bot pushed a commit to renovate-bot/googleapis-_-genai-toolbox that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.0](googleapis/genai-toolbox@v0.18.0...v0.19.0)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([2881683](googleapis@2881683))
* **tools/serverless-spark:** Add get_batch tool
([7ad1072](googleapis@7ad1072))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([816dbce](googleapis@816dbce))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> 78c4a85
Yuan325 added a commit that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.19.1](v0.19.0...v0.19.1)
(2025-11-07)


### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([#1753](#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([#1675](#1675))
([ef28e39](ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([#1654](#1654))

### Features

* Support `excludeValues` for parameters
([#1818](#1818))
([a8e98dc](a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([#1109](#1109))
([5367285](5367285))
* **mindsdb:** Add MindsDB Source and Tools
([#878](#878))
([1b2cca9](1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([#1853](#1853))
([1f833fb](1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([#1333](#1333))
([40b9dba](40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([#1119](#1119))
([cf7012a](cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([#1641](#1641))
([e09d182](e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([#1675](#1675))
([ef28e39](ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([#1654](#1654))
([a2006ad](a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([#1858](#1858))
([30857c2](30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([#1860](#1860))
([991e539](991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([#1804](#1804))
([d7d1b03](d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([#1614](#1614))
([208ab92](208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([#1769](#1769))
([f475da6](f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([#1741](#1741))
([1a19cac](1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([#1709](#1709))
([e8c7fe0](e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))


### Bug Fixes

* Bigquery execute_sql to assign values to array
([#1884](#1884))
([559e2a2](559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([#1800](#1800))
([954152c](954152c))
* Update debug logs statements
([#1828](#1828))
([3cff915](3cff915))
* Instructions to quote filters that include commas
([#1794](#1794))
([4b01720](4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([#1822](#1822))
([38d535d](38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([#1753](#1753))
([9723cad](9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([#1829](#1829))
([8984287](8984287))

---
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>
github-actions bot pushed a commit that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([#1753](#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([#1675](#1675))
([ef28e39](ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([#1654](#1654))

### Features

* Support `excludeValues` for parameters
([#1818](#1818))
([a8e98dc](a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([#1109](#1109))
([5367285](5367285))
* **mindsdb:** Add MindsDB Source and Tools
([#878](#878))
([1b2cca9](1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([#1853](#1853))
([1f833fb](1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([#1333](#1333))
([40b9dba](40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([#1119](#1119))
([cf7012a](cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([#1641](#1641))
([e09d182](e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([#1675](#1675))
([ef28e39](ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([#1654](#1654))
([a2006ad](a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([#1858](#1858))
([30857c2](30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([#1860](#1860))
([991e539](991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([#1804](#1804))
([d7d1b03](d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([#1614](#1614))
([208ab92](208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([#1769](#1769))
([f475da6](f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([#1741](#1741))
([1a19cac](1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([#1709](#1709))
([e8c7fe0](e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([#1884](#1884))
([559e2a2](559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([#1800](#1800))
([954152c](954152c))
* Update debug logs statements
([#1828](#1828))
([3cff915](3cff915))
* Instructions to quote filters that include commas
([#1794](#1794))
([4b01720](4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([#1822](#1822))
([38d535d](38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([#1753](#1753))
([9723cad](9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([#1829](#1829))
([8984287](8984287))

---
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> cd8d68d
github-actions bot pushed a commit that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([#1753](#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([#1675](#1675))
([ef28e39](ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([#1654](#1654))

### Features

* Support `excludeValues` for parameters
([#1818](#1818))
([a8e98dc](a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([#1109](#1109))
([5367285](5367285))
* **mindsdb:** Add MindsDB Source and Tools
([#878](#878))
([1b2cca9](1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([#1853](#1853))
([1f833fb](1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([#1333](#1333))
([40b9dba](40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([#1119](#1119))
([cf7012a](cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([#1641](#1641))
([e09d182](e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([#1675](#1675))
([ef28e39](ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([#1654](#1654))
([a2006ad](a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([#1858](#1858))
([30857c2](30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([#1860](#1860))
([991e539](991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([#1804](#1804))
([d7d1b03](d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([#1614](#1614))
([208ab92](208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([#1769](#1769))
([f475da6](f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([#1741](#1741))
([1a19cac](1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([#1709](#1709))
([e8c7fe0](e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([#1884](#1884))
([559e2a2](559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([#1800](#1800))
([954152c](954152c))
* Update debug logs statements
([#1828](#1828))
([3cff915](3cff915))
* Instructions to quote filters that include commas
([#1794](#1794))
([4b01720](4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([#1822](#1822))
([38d535d](38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([#1753](#1753))
([9723cad](9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([#1829](#1829))
([8984287](8984287))

---
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> cd8d68d
github-actions bot pushed a commit to SaxenaAnushka102/genai-toolbox that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](googleapis/genai-toolbox@v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([googleapis#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([googleapis#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([googleapis#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> cd8d68d
github-actions bot pushed a commit to SaxenaAnushka102/genai-toolbox that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](googleapis/genai-toolbox@v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([googleapis#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([googleapis#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([googleapis#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> cd8d68d
github-actions bot pushed a commit to renovate-bot/googleapis-_-genai-toolbox that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](googleapis/genai-toolbox@v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([googleapis#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([googleapis#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([googleapis#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> cd8d68d
github-actions bot pushed a commit to renovate-bot/googleapis-_-genai-toolbox that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](googleapis/genai-toolbox@v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([googleapis#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([googleapis#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([googleapis#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> cd8d68d
github-actions bot pushed a commit to Jaleel-zhu/genai-toolbox that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](googleapis/genai-toolbox@v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([googleapis#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([googleapis#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([googleapis#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> cd8d68d
github-actions bot pushed a commit to Jaleel-zhu/genai-toolbox that referenced this pull request Nov 7, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](googleapis/genai-toolbox@v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([googleapis#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([googleapis#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([googleapis#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> cd8d68d
github-actions bot pushed a commit to bhardwajRahul/genai-toolbox that referenced this pull request Nov 8, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](googleapis/genai-toolbox@v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([googleapis#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([googleapis#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([googleapis#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> cd8d68d
github-actions bot pushed a commit to bhardwajRahul/genai-toolbox that referenced this pull request Nov 8, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](googleapis/genai-toolbox@v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([googleapis#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([googleapis#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([googleapis#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> cd8d68d
github-actions bot pushed a commit to NirajNandre/genai-toolbox-fork that referenced this pull request Nov 10, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](googleapis/genai-toolbox@v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([googleapis#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([googleapis#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([googleapis#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> cd8d68d
github-actions bot pushed a commit to NirajNandre/genai-toolbox-fork that referenced this pull request Nov 10, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](googleapis/genai-toolbox@v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([googleapis#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([googleapis#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([googleapis#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> cd8d68d
github-actions bot pushed a commit to Sathwikshetty16/genai-toolbox that referenced this pull request Nov 10, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](googleapis/genai-toolbox@v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([googleapis#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([googleapis#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([googleapis#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> cd8d68d
github-actions bot pushed a commit to Sathwikshetty16/genai-toolbox that referenced this pull request Nov 10, 2025
🤖 I have created a release *beep* *boop*
---

##
[0.19.1](googleapis/genai-toolbox@v0.19.0...v0.19.1)
(2025-11-07)

### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([googleapis#1753](googleapis#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([googleapis#1654](googleapis#1654))

### Features

* Support `excludeValues` for parameters
([googleapis#1818](googleapis#1818))
([a8e98dc](googleapis@a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([googleapis#1109](googleapis#1109))
([5367285](googleapis@5367285))
* **mindsdb:** Add MindsDB Source and Tools
([googleapis#878](googleapis#878))
([1b2cca9](googleapis@1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([googleapis#1853](googleapis#1853))
([1f833fb](googleapis@1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([googleapis#1333](googleapis#1333))
([40b9dba](googleapis@40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([googleapis#1119](googleapis#1119))
([cf7012a](googleapis@cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([googleapis#1641](googleapis#1641))
([e09d182](googleapis@e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([googleapis#1675](googleapis#1675))
([ef28e39](googleapis@ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([googleapis#1654](googleapis#1654))
([a2006ad](googleapis@a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([googleapis#1858](googleapis#1858))
([30857c2](googleapis@30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([googleapis#1860](googleapis#1860))
([991e539](googleapis@991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([googleapis#1804](googleapis#1804))
([d7d1b03](googleapis@d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([googleapis#1614](googleapis#1614))
([208ab92](googleapis@208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([googleapis#1769](googleapis#1769))
([f475da6](googleapis@f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([googleapis#1741](googleapis#1741))
([1a19cac](googleapis@1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([googleapis#1709](googleapis#1709))
([e8c7fe0](googleapis@e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([googleapis#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([googleapis#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([googleapis#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))

### Bug Fixes

* Bigquery execute_sql to assign values to array
([googleapis#1884](googleapis#1884))
([559e2a2](googleapis@559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([googleapis#1800](googleapis#1800))
([954152c](googleapis@954152c))
* Update debug logs statements
([googleapis#1828](googleapis#1828))
([3cff915](googleapis@3cff915))
* Instructions to quote filters that include commas
([googleapis#1794](googleapis#1794))
([4b01720](googleapis@4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([googleapis#1822](googleapis#1822))
([38d535d](googleapis@38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([googleapis#1753](googleapis#1753))
([9723cad](googleapis@9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([googleapis#1829](googleapis#1829))
([8984287](googleapis@8984287))

---
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> cd8d68d
rahulpinto19 pushed a commit that referenced this pull request Nov 18, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.19.0](v0.18.0...v0.19.0)
(2025-11-07)


### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([#1753](#1753))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([#1654](#1654))

### Features

* Support `excludeValues` for parameters
([#1818](#1818))
([a8e98dc](a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([#1109](#1109))
([5367285](5367285))
* **mindsdb:** Add MindsDB Source and Tools
([#878](#878))
([1b2cca9](1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([#1853](#1853))
([1f833fb](1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([#1333](#1333))
([40b9dba](40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([#1119](#1119))
([cf7012a](cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([#1641](#1641))
([e09d182](e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([#1675](#1675))
([ef28e39](ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([#1654](#1654))
([a2006ad](a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([#1858](#1858))
([30857c2](30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([#1860](#1860))
([991e539](991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([#1804](#1804))
([d7d1b03](d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([#1614](#1614))
([208ab92](208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([#1769](#1769))
([f475da6](f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([#1741](#1741))
([1a19cac](1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([#1709](#1709))
([e8c7fe0](e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([2881683](2881683))
* **tools/serverless-spark:** Add get_batch tool
([7ad1072](7ad1072))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([816dbce](816dbce))


### Bug Fixes

* Bigquery execute_sql to assign values to array
([#1884](#1884))
([559e2a2](559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([#1800](#1800))
([954152c](954152c))
* Update debug logs statements
([#1828](#1828))
([3cff915](3cff915))
* Instructions to quote filters that include commas
([#1794](#1794))
([4b01720](4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([#1822](#1822))
([38d535d](38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([#1753](#1753))
([9723cad](9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([#1829](#1829))
([8984287](8984287))


---
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>
rahulpinto19 pushed a commit that referenced this pull request Nov 18, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.19.1](v0.19.0...v0.19.1)
(2025-11-07)


### ⚠ BREAKING CHANGES

* **tools/alloydbainl:** update AlloyDB AI NL statement order
([#1753](#1753))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([#1675](#1675))
([ef28e39](ef28e39))
* **tools/bigquery-get-dataset-info:** add allowed dataset support
([#1654](#1654))

### Features

* Support `excludeValues` for parameters
([#1818](#1818))
([a8e98dc](a8e98dc))
* **elasticsearch:** Add Elasticsearch source and tools
([#1109](#1109))
([5367285](5367285))
* **mindsdb:** Add MindsDB Source and Tools
([#878](#878))
([1b2cca9](1b2cca9))
* **cloud-healthcare:** Add support for healthcare source, tool and
prebuilt config
([#1853](#1853))
([1f833fb](1f833fb))
* **singlestore:** Add SingleStore Source and Tools
([#1333](#1333))
([40b9dba](40b9dba))
* **source/bigquery:** Add client cache for user-passed credentials
([#1119](#1119))
([cf7012a](cf7012a))
* **source/bigquery:** Add service account impersonation support for
bigquery
([#1641](#1641))
([e09d182](e09d182))
* **tools/bigquery-analyze-contribution:** Add allowed dataset support
([#1675](#1675))
([ef28e39](ef28e39))
* **tools/bigquery-get-dataset-info:** Add allowed dataset support
([#1654](#1654))
([a2006ad](a2006ad))
* **tools/looker-run-dashboard:** New `run_dashboard` tool
([#1858](#1858))
([30857c2](30857c2))
* **tools/looker-run-look:** Modify run_look to show query origin
([#1860](#1860))
([991e539](991e539))
* **tools/looker:** Tools to retrieve the connections, schemas,
databases, and column metadata from a looker system.
([#1804](#1804))
([d7d1b03](d7d1b03))
* **tools/mongodb:** Make MongoDB tools' `filterParams` field optional
([#1614](#1614))
([208ab92](208ab92))
* **tools/neo4j-execute-cypher:** Add dry_run parameter to validate
Cypher queries
([#1769](#1769))
([f475da6](f475da6))
* **tools/postgres-list-schemas:** Add new postgres-list-schemas tool
([#1741](#1741))
([1a19cac](1a19cac))
* **tools/postgres-list-views:** Add new postgres-list-views tool
([#1709](#1709))
([e8c7fe0](e8c7fe0))
* **tools/serverless-spark:** Add cancel-batch tool
([#1827](https://github.com/googleapis/genai-toolbox/pull/1827))([2881683](https://github.com/googleapis/genai-toolbox/commit/28816832265250de97d84e6ba38bf6c35e040796))
* **tools/serverless-spark:** Add get_batch tool
([#1783](https://github.com/googleapis/genai-toolbox/pull/1783))([7ad1072](https://github.com/googleapis/genai-toolbox/commit/7ad10720b4638324cd77d8aa410cbd1ccf0cc93f))
* **tools/serverless-spark:** Add serverless-spark source with
list_batches tool
([#1690](https://github.com/googleapis/genai-toolbox/pull/1690))([816dbce](https://github.com/googleapis/genai-toolbox/commit/816dbce268392046e54767732bd31488c6e89bdb))


### Bug Fixes

* Bigquery execute_sql to assign values to array
([#1884](#1884))
([559e2a2](559e2a2))
* **cloudmonitoring:** Populate `authRequired` in tool manifest
([#1800](#1800))
([954152c](954152c))
* Update debug logs statements
([#1828](#1828))
([3cff915](3cff915))
* Instructions to quote filters that include commas
([#1794](#1794))
([4b01720](4b01720))
* **source/cloud-sql-mssql:** Remove `ipAddress` field
([#1822](#1822))
([38d535d](38d535d))
* **tools/alloydbainl:** AlloyDB AI NL execute_sql statement order
([#1753](#1753))
([9723cad](9723cad))
* **tools/postgres-execute-sql:** Do not ignore SQL failure
([#1829](#1829))
([8984287](8984287))

---
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants