Skip to content

Commit f924be1

Browse files
chore(main): release toolbox-llamaindex 0.5.9 (#528)
* chore(main): release toolbox-llamaindex 0.5.9 * Update CHANGELOG.md Removed miscellaneous chores from the changelog section. --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Anubhav Dhawan <anubhavdhawan@google.com>
1 parent 9bdf71e commit f924be1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/toolbox-langchain": "0.5.9",
33
"packages/toolbox-core": "0.5.9",
4-
"packages/toolbox-llamaindex": "0.5.8",
4+
"packages/toolbox-llamaindex": "0.5.9",
55
"packages/toolbox-adk": "0.6.0"
66
}

packages/toolbox-llamaindex/CHANGELOG.md

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

3+
## [0.5.9](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.8...toolbox-llamaindex-v0.5.9) (2026-02-16)
4+
5+
6+
### Features
7+
8+
* Deprecate Protocol.TOOLBOX (Native HTTP Protocol) ([#547](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/547)) ([b99ec50](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/b99ec503bb5d85e6bdf84f72343d90ac00ab8d88))
9+
* Enable package-specific client identification for MCP ([#525](https://github.com/googleapis/mcp-toolbox-sdk-python/issues/525)) ([7ac0d3f](https://github.com/googleapis/mcp-toolbox-sdk-python/commit/7ac0d3f167af1e47c26a3f43bdb48f3fc0a92109))
10+
11+
312
## [0.5.8](https://github.com/googleapis/mcp-toolbox-sdk-python/compare/toolbox-llamaindex-v0.5.7...toolbox-llamaindex-v0.5.8) (2026-01-28)
413

514

packages/toolbox-llamaindex/src/toolbox_llamaindex/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.5.8"
15+
__version__ = "0.5.9"

0 commit comments

Comments
 (0)