v29.1

1b5d/llm-apiv29.1Apr 19, 2026by kishorenc

AI Summary

A focused bug fix release targeting specific issues with scoped API keys, conversation search error handling, and search cache management.

Key Highlights

  • Fixed scoped API key handling to supply missing collections in multi-search.
  • Corrected conversation search error handling to prevent incorrect collection reuse.
  • Resolved search cache keying collisions involving scoped parameters.

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.