Files
genai-toolbox/CHANGELOG.md
release-please[bot] 504fbf508b chore(main): release 0.0.3 (#75)
🤖 I have created a release *beep* *boop*
---


##
[0.0.3](https://github.com/googleapis/genai-toolbox/compare/v0.0.2...v0.0.3)
(2024-12-10)


### Features

* Add --log-level and --logging-format flags
([#97](https://github.com/googleapis/genai-toolbox/issues/97))
([9a0f618](9a0f618efc))
* Add options for command
([#110](https://github.com/googleapis/genai-toolbox/issues/110))
([5c690c5](5c690c5c30))
* Add Spanner source and tool
([#90](https://github.com/googleapis/genai-toolbox/issues/90))
([890914a](890914aae0))
* Add std logger
([#95](https://github.com/googleapis/genai-toolbox/issues/95))
([6a8feb5](6a8feb51f0))
* Add structured logger
([#96](https://github.com/googleapis/genai-toolbox/issues/96))
([5e20417](5e20417551))
* **source/alloydb-pg:** Add configuration for public and private IP
([#103](https://github.com/googleapis/genai-toolbox/issues/103))
([e88ec40](e88ec409d1))
* **source/cloudsql-pg:** Add configuration for public and private IP
([#114](https://github.com/googleapis/genai-toolbox/issues/114))
([6479c1d](6479c1dbe2))


### Bug Fixes

* Fix go test workflow
([#84](https://github.com/googleapis/genai-toolbox/issues/84))
([8c2c373](8c2c373d35))
* Fix issue causing client session to not close properly while closing
SDK. ([#81](https://github.com/googleapis/genai-toolbox/issues/81))
([9d360e1](9d360e16ea))
* Fix test cases for ip_type
([#115](https://github.com/googleapis/genai-toolbox/issues/115))
([5528bec](5528bec8ed))
* Fix the errors showing up after setting up mypy type checker.
([#74](https://github.com/googleapis/genai-toolbox/issues/74))
([522bbef](522bbefa7b))
* **llamaindex-sdk:** Fix issue causing client session to not close
properly while closing SDK.
([#82](https://github.com/googleapis/genai-toolbox/issues/82))
([fa03376](fa03376bbc))


### Miscellaneous Chores

* Release 0.0.3
([#122](https://github.com/googleapis/genai-toolbox/issues/122))
([626e12f](626e12fdb3))

---
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>
2024-12-09 19:39:11 -05:00

8.1 KiB

Changelog

0.0.3 (2024-12-10)

Features

  • Add --log-level and --logging-format flags (#97) (9a0f618)
  • Add options for command (#110) (5c690c5)
  • Add Spanner source and tool (#90) (890914a)
  • Add std logger (#95) (6a8feb5)
  • Add structured logger (#96) (5e20417)
  • source/alloydb-pg: Add configuration for public and private IP (#103) (e88ec40)
  • source/cloudsql-pg: Add configuration for public and private IP (#114) (6479c1d)

Bug Fixes

  • Fix go test workflow (#84) (8c2c373)
  • Fix issue causing client session to not close properly while closing SDK. (#81) (9d360e1)
  • Fix test cases for ip_type (#115) (5528bec)
  • Fix the errors showing up after setting up mypy type checker. (#74) (522bbef)
  • llamaindex-sdk: Fix issue causing client session to not close properly while closing SDK. (#82) (fa03376)

Miscellaneous Chores

0.0.2 (2024-11-12)

⚠ BREAKING CHANGES

  • consolidate "x-postgres-generic" tools to "postgres-sql" tool (#43)

Features

  • Consolidate "x-postgres-generic" tools to "postgres-sql" tool (#43) (f630965)
  • container: Add entrypoint in Dockerfile (#38) (b08072a)
  • sdk: Added LlamaIndex SDK (#48) (b824abe)
  • sdk: Make ClientSession optional when initializing ToolboxClient (#55) (26347b5)
  • Support requesting a single tool (#56) (efafba9)

Bug Fixes

  • Correct source type validation for postgres-sql tool (#47) (52ebb43)
  • docs: Correct outdated references to tool kinds (#49) (972888b)
  • Handle content-type correctly (#33) (cf8112f)

Miscellaneous Chores

0.0.1 (2024-10-28)

Features

Miscellaneous Chores

Continuous Integration