chore(main): release 0.0.2 (#35)

🤖 I have created a release *beep* *boop*
---


##
[0.0.2](https://github.com/googleapis/genai-toolbox/compare/v0.0.1...v0.0.2)
(2024-11-12)


### ⚠ BREAKING CHANGES

* consolidate "x-postgres-generic" tools to "postgres-sql" tool
([#43](https://github.com/googleapis/genai-toolbox/issues/43))

### Features

* Consolidate "x-postgres-generic" tools to "postgres-sql" tool
([#43](https://github.com/googleapis/genai-toolbox/issues/43))
([f630965](f630965937))
* **container:** Add entrypoint in Dockerfile
([#38](https://github.com/googleapis/genai-toolbox/issues/38))
([b08072a](b08072a800))
* LlamaIndex SDK
([#48](https://github.com/googleapis/genai-toolbox/issues/48))
([b824abe](b824abe72f))
* **sdk:** Make ClientSession optional when initializing ToolboxClient
([#55](https://github.com/googleapis/genai-toolbox/issues/55))
([26347b5](26347b5a5e))
* Support requesting a single tool
([#56](https://github.com/googleapis/genai-toolbox/issues/56))
([efafba9](efafba9033))


### Bug Fixes

* Correct source type validation for postgres-sql tool
([#47](https://github.com/googleapis/genai-toolbox/issues/47))
([52ebb43](52ebb431b7))
* **docs:** Correct outdated references to tool kinds
([#49](https://github.com/googleapis/genai-toolbox/issues/49))
([972888b](972888b9d6))
* Handle content-type correctly
([#33](https://github.com/googleapis/genai-toolbox/issues/33))
([cf8112f](cf8112f856))


### Miscellaneous Chores

* Release 0.0.2
([#65](https://github.com/googleapis/genai-toolbox/issues/65))
([beea3c3](beea3c32d9))

---
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: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
This commit is contained in:
release-please[bot]
2024-11-12 21:04:09 +00:00
committed by GitHub
parent beea3c32d9
commit 8a6ec6042c
2 changed files with 28 additions and 1 deletions

View File

@@ -1,5 +1,32 @@
# Changelog
## [0.0.2](https://github.com/googleapis/genai-toolbox/compare/v0.0.1...v0.0.2) (2024-11-12)
### ⚠ BREAKING CHANGES
* consolidate "x-postgres-generic" tools to "postgres-sql" tool ([#43](https://github.com/googleapis/genai-toolbox/issues/43))
### Features
* Consolidate "x-postgres-generic" tools to "postgres-sql" tool ([#43](https://github.com/googleapis/genai-toolbox/issues/43)) ([f630965](https://github.com/googleapis/genai-toolbox/commit/f6309659374bc9cb500cc54dd4220baa0a451a3b))
* **container:** Add entrypoint in Dockerfile ([#38](https://github.com/googleapis/genai-toolbox/issues/38)) ([b08072a](https://github.com/googleapis/genai-toolbox/commit/b08072a80034a34a394dea82838422bd6cb0d23a))
* **sdk:** Added LlamaIndex SDK ([#48](https://github.com/googleapis/genai-toolbox/issues/48)) ([b824abe](https://github.com/googleapis/genai-toolbox/commit/b824abe72fbf518ec91fb12e5270c0a19e776d2f))
* **sdk:** Make ClientSession optional when initializing ToolboxClient ([#55](https://github.com/googleapis/genai-toolbox/issues/55)) ([26347b5](https://github.com/googleapis/genai-toolbox/commit/26347b5a5e71434d7bd2b7a9e6458247e75e3969))
* Support requesting a single tool ([#56](https://github.com/googleapis/genai-toolbox/issues/56)) ([efafba9](https://github.com/googleapis/genai-toolbox/commit/efafba9033e046905552f149f59893a4fad41afb))
### Bug Fixes
* Correct source type validation for postgres-sql tool ([#47](https://github.com/googleapis/genai-toolbox/issues/47)) ([52ebb43](https://github.com/googleapis/genai-toolbox/commit/52ebb431b784d160508273492d904d3b101afeb9))
* **docs:** Correct outdated references to tool kinds ([#49](https://github.com/googleapis/genai-toolbox/issues/49)) ([972888b](https://github.com/googleapis/genai-toolbox/commit/972888b9d64e1fea1d9a56b13268235ea55b9d66))
* Handle content-type correctly ([#33](https://github.com/googleapis/genai-toolbox/issues/33)) ([cf8112f](https://github.com/googleapis/genai-toolbox/commit/cf8112f85610833f2f4f2817a65fc4f7cf2322d8))
### Miscellaneous Chores
* Release 0.0.2 ([#65](https://github.com/googleapis/genai-toolbox/issues/65)) ([beea3c3](https://github.com/googleapis/genai-toolbox/commit/beea3c32d94d605973ba06b71a37b7c1bd4787bf))
## 0.0.1 (2024-10-28)

View File

@@ -1 +1 @@
0.0.1
0.0.2