Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

chore(main): release 0.1.0 #38

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Changelog

## 0.1.0 (2025-03-17)


### ⚠ BREAKING CHANGES

* Add support for sync operations ([#20](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/20))
* **llamaindex-sdk:** Add support for Bound Params. ([#10](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/10))
* rename package to 'toolbox_llamaindex' ([#8](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/8))
* **toolbox-sdk:** deprecate 'add_auth_headers' in favor of 'add_auth_tokens' ([#170](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/170))

### Features

* Add support for sync operations ([#20](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/20)) ([1fa45af](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/1fa45afed49db863bf17641fb5984bf8ceb5a4c6))
* LlamaIndex SDK ([#48](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/48)) ([aa28363](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/aa283638927171eddc21cb8dc81e2d811969dba0))
* **llamaindex-sdk:** Add support for Bound Params. ([#10](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/10)) ([1d484a8](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/1d484a8daee5567d5a32d20ea492dbc125daf332))
* **llamaindex-sdk:** Implement OAuth support for LlamaIndex. ([#159](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/159)) ([34113db](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/34113db2f1556035ce6450971d3550629b552b68))
* **sdk:** Make ClientSession optional when initializing ToolboxClient ([#55](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/55)) ([e0c0e39](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/e0c0e39a3e39b0a4b717dcd6af8e4401eedbeaa4))


### Bug Fixes

* Add items to parameter schema ([#9](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/9)) ([769b7f1](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/769b7f1c86dd83c9cd5e19c8bd28890da6f6a6ae))
* Fix the errors showing up after setting up mypy type checker. ([#74](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/74)) ([0253474](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/0253474125152683521f9cad09fd368dbb22337d))
* **llamaindex-sdk:** Fix issue causing client session to not close properly while closing SDK. ([#82](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/82)) ([321fffb](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/321fffb9c66ddfdb66fbbd1959b02db0bee9d55c))
* Rename package to 'toolbox_llamaindex' ([#8](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/8)) ([9b71c72](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/9b71c728a7887d783a027fc54367584e0ddd4489))
* Schema float type ([#264](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/264)) ([8ba38a2](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/8ba38a2fc61925a75c0809d77f5802342391dea7))
* Throw tool errors correctly. ([#35](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/35)) ([11159c6](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/11159c6ac9813d8da21888c70a8550518f64f3ce))
* **toolbox-sdk:** Deprecate 'add_auth_headers' in favor of 'add_auth_tokens' ([#170](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/170)) ([1ea193e](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/1ea193ebf5cd61cf800c108771c6e433d2473be5))


### Documentation

* **llamaindex-sdk:** Add README for LlamaIndex SDK ([#53](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/53)) ([c2b5348](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/c2b5348e389d61afec1f4c4e87551469b02316c9))
* Update README for new features ([#22](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/22)) ([f5060b9](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/f5060b9057329809073553c88ebd2e677db7b902))
* Update the README to recommend AgentWorkflow for using LlamaIndex. ([#34](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/34)) ([fe8e74f](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/fe8e74fb2c76af6598e6054914b03731c85a2741))


### Miscellaneous Chores

* Release 0.0.1 ([#36](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/36)) ([fd1e3b3](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/fd1e3b32d4a6c7d5cd8e6250feaa406d0ebd930d))
* Release 0.1.0 ([#37](https://github.com/googleapis/genai-toolbox-llamaindex-python/issues/37)) ([b61b334](https://github.com/googleapis/genai-toolbox-llamaindex-python/commit/b61b3342479a7b0120c18ee9f875515b3e066e3e))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "toolbox-llamaindex"
version="0.0.1"
version="0.1.0"
description = "Python SDK for interacting with the Toolbox service with LlamaIndex"
license = {file = "LICENSE"}
requires-python = ">=3.9"
Expand Down