Releases: oramasearch/orama
Releases · oramasearch/orama
v3.1.13
What's Changed
- feat: adds seqproto serialization format for disk persistence by @micheleriva in #969
- docs: updates docs url to new documentation by @micheleriva in #972
- performance: improves avl tree traversal and fixes #895 by @micheleriva in #973
- fix: #860 unhandled error when using a wrong property for vector search by @micheleriva in #971
- fix: #843 loadRadixNode encountered type error when using @orama/plug… by @micheleriva in #974
- fix: #851 512MB seems to be the max supported file size for disk persistence plugin by @micheleriva in #975
Full Changelog: v3.1.12...v3.1.13
v3.1.12
What's Changed
- chore(deps): bump astro from 4.16.18 to 4.16.19 by @dependabot[bot] in #964
- fix #935 by @allevo in #944
- fix: fixes #547 - ASC order in geosearch by @micheleriva in #967
- refactor: removes docs by @micheleriva in #966
Full Changelog: v3.1.11...v3.1.12
v3.1.11
What's Changed
- feat: adds explicit AND, OR, NOT filters by @micheleriva in #959
const results = search(db, {
term: "phone",
where: {
or: [
{
and: [
{ category: "electronics" },
{ price: { lt: 100 } }
]
},
{
and: [
{ not: { brand: "random-brand" } },
{ price: { lt: 150 } }
]
}
]
}
})
-
feat: implement upsert (#945) by @micheleriva in #958
-
fix: preferredVersion undefined on Docusaurus start by @raiindev in #956
Full Changelog: v3.1.10...v3.1.11
v3.1.10
What's Changed
- doc: update plugin-secure-proxy.mdx by @rexwangcc in #952
- chore(deps): bump next from 14.2.28 to 14.2.30 by @dependabot in #948
- Introduce OramaCore support & fixes build issues by @aileenvl in #946
- Docusaurus: Fix dependencies by @raiindev in #954
- Fix: Plugin QPS Type & where clause not working propertly by @raiindev in #957
New Contributors
- @rexwangcc made their first contribution in #952
Full Changelog: v3.1.7...v3.1.10
v3.1.9
What's Changed
- doc: update plugin-secure-proxy.mdx by @rexwangcc in #952
- chore(deps): bump next from 14.2.28 to 14.2.30 by @dependabot in #948
- Introduce OramaCore support & fixes build issues by @aileenvl in #946
- Docusaurus: Fix dependencies by @raiindev in #954
New Contributors
- @rexwangcc made their first contribution in #952
Full Changelog: v3.1.7...v3.1.9
v3.1.7
What's Changed
Refactor
- refactor: remove trackInsertion by @micheleriva in #937
Fixes
- fix: expose
tolerance
type in hybrid search by @micheleriva in #938 - fix: support docusaurus v3.7.0 by @raiindev in #936
Chores
- chore: node 20 is the new minimum by @awhitford in #927
- chore(deps): bump vite from 4.5.13 to 4.5.14 by @dependabot in #933
- chore(deps): bump next from 14.2.23 to 14.2.25 by @dependabot in #915
- chore: upgraded pnpm to 10.9.0 (from 8.15.4) by @awhitford in #928
- chore: upgraded biome to 1.9.4 and cleaned up configuration files by @awhitford in #931
Full Changelog: v3.1.6...v3.1.7
v3.1.6
What's Changed
- fix #911. Threshold 0 matches prefixes correctly by @micheleriva in #923
Full Changelog: v3.1.5...v3.1.6
v3.1.5
What's Changed
- chore(deps): bump vite from 4.5.9 to 4.5.10 by @dependabot in #916
- fix(switch): also check constructor name for matching OramaCoreClient instance by @rjborba in #920
Full Changelog: v3.1.4...v3.1.5
v3.1.4
What's Changed
- feat: adds support for OramaCore to Orama Switch by @micheleriva in #914
Full Changelog: v3.1.3...v3.1.4