Releases: oramasearch/orama
Releases · oramasearch/orama
v3.0.1
v3.0.0
What's Changed
New features
- BREAKING: makes Orama methods sync by @micheleriva in #803
- feat: adds RAG + answer session APIs to Orama OSS by @micheleriva in #763
- feat: adds plugin for local embeddings generation at runtime by @micheleriva in #795
- feat: generate embeddings on insert via Secure Proxy plugin by @micheleriva in #776
- feat: improves orama switch methods by @micheleriva in #800
- feat: docusaurus search btn customization by @raiindev in #814
- feat: improves orama switch methods by @micheleriva in #800
- feat: adds answer session to switch by @micheleriva in #801
- feat: docusaurus search btn customization by @raiindev in #814
- feat: add @orama/plugin-pt15 by @allevo in #817
- feat: add plugin-qps by @allevo in #818
- feat: improves search with filter by @allevo in #820
- feat: avoid cache tokenization during insertion by @allevo in #821
- feat: rewrites data structures as optimized classes by @micheleriva in #807
- feat: adds better benchmarks by @micheleriva in #809
- feat: improve DSAs performance by @micheleriva in #811
- feat: performance improvements by @allevo in #808
Fixes
- fix: fixes #797 on edit distance calculation by @allevo in #823
- fix: project build issues by @matijagaspar in #796
Chores
- chore: update docusaurus plugins (v2 & v3) with new React searchbox (0.0.26) by @raiindev in #810
- chore(deps): bump astro from 4.15.9 to 4.16.1 by @dependabot in #819
Docs
- docs: adds system prompt intro by @niltonheck in #824
- docs: adds image zoom by @faustoq in #822
- docs: fixes typos by @sudokud in #813
- docs: search-box by @faustoq in #816
- docs: fix broken links by @faustoq in #802
- docs: improve orama cloud docs by @faustoq in #793
- docs: minor fixes by @faustoq in #794
- docs: adds new readme by @micheleriva in #815
- docs: fix broken links by @faustoq in #802
- docs: improve orama cloud docs by @faustoq in #793
- docs: minor fixes by @faustoq in #794
New Contributors
- @matijagaspar made their first contribution in #796
- @sudokud made their first contribution in #813
- @matijagaspar made their first contribution in #796
Full Changelog: v2.1.1...v3.0.0
v3.0.0-rc4
What's Changed
- feat: docusaurus search btn customization by @raiindev in #814
- feat: add @orama/plugin-pt15 by @allevo in #817
- feat: add plugin-qps by @allevo in #818
- perf: performance improvements by @allevo in #808
- chore(deps): bump astro from 4.15.9 to 4.16.1 by @dependabot in #819
- feat: improves search with filter by @allevo in #820
- feat: avoid cache tokenization during insertion by @allevo in #821
- docs: fixes typos by @sudokud in #813
- docs: search-box by @faustoq in #816
- docs: adds new readme by @micheleriva in #815
New Contributors
Full Changelog: v3.0.0-rc3...v3.0.0-rc4
v3.0.0-rc3
What's Changed
- feat: rewrites data structures as optimized classes by @micheleriva in #807
- feat: adds better benchmarks by @micheleriva in #809
- feat: improve DSAs performance by @micheleriva in #811
- Update docusaurus plugins (v2 & v3) with new React searchbox (0.0.26) by @raiindev in #810
Full Changelog: v3.0.0-rc2...v3.0.0-rc3
v3.0.0-rc2
What's Changed
- BREAKING: makes Orama methods sync by @micheleriva in #803
- docs: fix broken links by @faustoq in #802
Full Changelog: v3.0.0-rc1...v3.0.0-rc2
v3.0.0-rc1
What's Changed
- Feat: adds RAG + answer session APIs to Orama OSS by @micheleriva in #763
- feat: generate embeddings on insert via Secure Proxy plugin by @micheleriva in #776
- docs: improve orama cloud docs by @faustoq in #793
- docs: minor fixes by @faustoq in #794
- Feat: adds plugin for local embeddings generation at runtime by @micheleriva in #795
- Fix project build issues by @matijagaspar in #796
- feat: improves orama switch methods by @micheleriva in #800
- feat: adds answer session to switch by @micheleriva in #801
New Contributors
- @matijagaspar made their first contribution in #796
Full Changelog: v2.1.1...v3.0.0-rc1
v2.1.1
What's Changed
- fix: fixes Levenshtein distance calculation (#744) by @micheleriva in #786
- fix: fixes zero division when computing scores after removing all documents from an index by @micheleriva in #792
- test: adds tests for Orama Switch by @micheleriva in #787
- feat: update searchbox to latest by @raiindev in #790
- style: formats codebase by @micheleriva in #785
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- BREAKING. feat: sets the threshold as
0
by default by @micheleriva in #784 - docs: add documentation for filters behavior on array properties by @simonecarriero in #772
- feat: adds new package (Orama Switch) by @micheleriva in #782
- fix: removes debug log (#774) by @micheleriva in #777
- chore: add Kotlin documentation by @niltonheck in #778
- chore: update docs for Kotlin by @niltonheck in #779
- chore: update docs for Kotlin by @niltonheck in #780
- chore: update docs for Kotlin by @niltonheck in #781
New Contributors
- @simonecarriero made their first contribution in #772
Full Changelog: v2.0.24...v2.1.0
v2.0.24
What's Changed
- docs improvements by @faustoq in #759
- Feat: add alias analytics for docs by @niltonheck in #760
- Feat: update client version for docs by @niltonheck in #762
- chore: use new searchbox by @rjborba in #761
- docs: improvements by @faustoq in #764
- chore: update oramacloud-client version by @faustoq in #765
- Fix issues with
plugin-docusaurus-v3
detecting local mode. by @madlitz in #754
New Contributors
- @niltonheck made their first contribution in #760
- @rjborba made their first contribution in #761
Full Changelog: v2.0.23...v2.0.24
v2.0.23
What's Changed
- feat: speeds up insertion for number properties by @micheleriva in #756
- feat: add header fragment support for plugin-docusaurus-v3 by @madlitz in #755
- docs: improves SDK examples by @faustoq in #752
- docs(plugin-docusaurus-v3): detail for deploy type by @innocces in #753
- docs: adds cookie consent banner by @faustoq in #757
- docs: improve REST API documentation by @allevo in #758
New Contributors
- @faustoq made their first contribution in #752
- @madlitz made their first contribution in #755
- @innocces made their first contribution in #753
Full Changelog: v2.0.22...v2.0.23