v29.1

the-dev-tools/dev-toolsv29.1Apr 19, 2026by kishorenc

AI Summary

v29.1 focuses on fixing scoped API key handling, conversation search error handling, and search cache keying to prevent parameter collisions.

Key Highlights

  • Fixed scoped API key handling for missing collections.
  • Fixed conversation search error handling to prevent collection reuse.
  • Fixed search cache keying to prevent parameter collisions.

New Features

  • Scoped API key handling improvements
  • Conversation search error handling fixes
  • Search cache keying improvements

Full Release Notes

This release fixes some important bugs identified in `v29.0`.

### Bug Fixes

- **[v29.1]** Fixed scoped API key handling so embedded collection parameters can supply a missing collection in multi-search requests.
- **[v29.1]** Fixed conversation search error handling so failed searches do not incorrectly reuse the first search collection.
- **[v29.1]** Fixed search cache keying so scoped API key parameters and request-specific embedded params do not collide in the cache.