v0.11.0
·
31 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
🚀 Features
🐞 Bug Fixes
- Handle empty $in filter array in SQL compilation - by @oritwoen in #3 (8cf20)
- Escape LIKE wildcards in $prefix filter compilation - by @oritwoen in #4 (0deb8)
- Validate filter field names to prevent SQL injection - by @oritwoen in #6 (fa65e)
- Escape regex special characters in snippet extraction - by @oritwoen in #5 (8f9aa)
- Force returnContent when reranker is configured - by @oritwoen in #9 (51aa7)
- Quote FTS5 tokens to prevent keyword collision - by @oritwoen in #7 (5a17f)
- Cast jsonb numeric filters to prevent type mismatch on PostgreSQL - by @oritwoen and @harlan-zw in #8 (fa7d0)