v0.29.0 🦀
·
11 commits
to refs/heads/main
since this release
Breaking changes
- Fix deleted_tasks field type in TaskDeletion struct by @coinmoles in #666 (
TaskDeletion.deleted_tasks
andTaskCancelation.canceled_tasks
have been madeOption
s)
Enhancements
- Support all experimental features by @ellnix in #656
- Add
usedDatabaseSize
to stats by @Alirexaa in #653 - Add facet_search API functionality by @hmacr in #512
- Allow users to customize facet value sort behaviour by @hmacr in #514
- Support
embedders
setting and other vector/hybrid search related configuration by @CommanderStorm in #554 - Add documents and embbedings database metrics to stats response by @Alirexaa in #652
- Support facet search and prefix search settings by @ellnix in #634
- Serialize for MultiSearchResponse by @milesgranger in #668
- Implement federated multi search by @LukasKalbertodt in #625
- Add support for similar docs query by @JiaYingZhang in #674
Maintainance
- Remove _md code samples for Mintlify migration by @curquiza in #661
- Add missing
exist
to*_update
functions' docs by @funlennysub in #617 - Add Code Coverage GH action by @Alirexaa in #654
❤️ Thanks again to @ellnix, @Alirexaa, @funlennysub, @milesgranger, @coinmoles, @JiaYingZhang, @Mubelotix, @LukasKalbertodt, @hmacr, @CommanderStorm and @curquiza