Skip to content

Tags: wave909/milli

Tags

v0.22.1

Toggle v0.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge meilisearch#447

447: Update version for the next release (v0.22.1) r=curquiza a=curquiza



Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge meilisearch#434

434: bump milli to v0.22.0 r=curquiza a=irevoire

This is breaking because of this PR:
meilisearch@98a365a

Should we do a special branch to only release the [patch](meilisearch#433) for meilisearch/meilisearch#2082 (which is non-breaking)?

Co-authored-by: Tamo <tamo@meilisearch.com>

v0.21.1

Toggle v0.21.1's commit message

Verified

This commit was signed with the committer’s verified signature.
irevoire Tamo
bump milli

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge meilisearch#420

420: Update milli 0.21.0 r=ManyTheFish a=ManyTheFish

Update all modules to 0.21.0

Co-authored-by: many <maxime@meilisearch.com>

v0.20.2

Toggle v0.20.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge meilisearch#412

412: Change Attribute and Ranking rules errors r=ManyTheFish a=ManyTheFish

# Pull Request

Fixes Meilisearch [PR comment](meilisearch/meilisearch#1873 (comment))


Co-authored-by: many <maxime@meilisearch.com>

v0.20.1

Toggle v0.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge meilisearch#410

410: Update version for the next release (v0.20.1) r=Kerollmops a=ManyTheFish



Co-authored-by: many <maxime@meilisearch.com>

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge meilisearch#407

407: Update version for the next release (v0.20.0) r=curquiza a=curquiza

Breaking because of meilisearch#405 and meilisearch#406 

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge meilisearch#402

402: Optimize document transform r=MarinPostma a=MarinPostma

This pr optimizes the transform of documents additions in the obkv format. Instead on accepting any serializable objects, we instead treat json and CSV specifically:
- For json, we build a serde `Visitor`, that transform the json straight into obkv without intermediate representation.
- For csv, we directly write the lines in the obkv, applying other optimization as well.

Co-authored-by: marin postma <postma.marin@protonmail.com>

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge meilisearch#397

397: Fix typo in repo r=curquiza a=saintmalik

Fix the single typo found in this repo

Co-authored-by: SaintMalik <37118134+saintmalik@users.noreply.github.com>

v0.17.3

Toggle v0.17.3's commit message

Verified

This commit was signed with the committer’s verified signature.
ManyTheFish Many the fish
Apply patch: fix-primary-key-inference