Releases: oramasearch/orama
Releases · oramasearch/orama
v3.1.18
Full Changelog: v3.1.17...v3.1.18
v3.1.17
What's Changed
- style: reformats the codebase by @micheleriva in #991
- fix: version name by @ilteoood in #1005
Full Changelog: v3.1.16...v3.1.17
v3.1.16
What's Changed
- feat: adds document pinning capability to Orama by @micheleriva in #990
Full Changelog: v3.1.15...v3.1.16
v3.1.15
What's Changed
- fix: #984 by @micheleriva in #986
- fix: #962 by @micheleriva in #987
- fix: #866 search with exact: true doesn't work as intended by @micheleriva in 0cacaad
Full Changelog: v3.1.14...v3.1.15
v3.1.14
What's Changed
- fix: #834, Embeddings included in Memory index OR serialized JSON index by @micheleriva in #977
- fix: vector.property access in plugin embeddings by @micheleriva in #982
- docs: update answer engine docs link by @szepeviktor in #981
- docs: update stopwords docs URL by @szepeviktor in #980
Full Changelog: v3.1.13...v3.1.14
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