Skip to content

Tags: amab8901/-MeiliSearch-

Tags

v0.26.0rc2

Toggle v0.26.0rc2's commit message

Verified

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

2189: fix(all): fix two dates that were wrongly formatted r=irevoire a=irevoire

Fix #2188 and fix #2187 

Co-authored-by: Tamo <[email protected]>

test-docker-v0.25.2

Toggle test-docker-v0.25.2's commit message

Verified

This commit was signed with the committer’s verified signature.
irevoire Tamo
refacto docker

v0.26.0rc1

Toggle v0.26.0rc1's commit message

Verified

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

2173: chore(all): replace chrono with time r=irevoire a=irevoire

Chrono has been unmaintained for a few month now and there is a CVE on it.

Also I updated all the error messages related to the API key as you can see here: meilisearch/specifications#114

fix #2172

Co-authored-by: Irevoire <[email protected]>

test-docker-v0.26.0

Toggle test-docker-v0.26.0's commit message

Verified

This commit was signed with the committer’s verified signature.
irevoire Tamo
feat(docker): provide a single directory for the data.ms, snapshots a…

…nd dumps

v0.26.0rc0

Toggle v0.26.0rc0's commit message

Verified

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

2170: Update version (v0.26.0) r=curquiza a=curquiza



Co-authored-by: Clémentine Urquizar <[email protected]>

v0.25.2

Toggle v0.25.2's commit message

Verified

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

2084: bump milli r=Kerollmops a=irevoire

- Fix meilisearch/meilisearch#2082 by updating milli dependency
- Fix Clippy error
- Change the MeiliSearch version in the cargo.toml to anticipate the coming release (v0.25.2)

Co-authored-by: Tamo <[email protected]>

v0.25.1

Toggle v0.25.1's commit message

Verified

This commit was signed with the committer’s verified signature.
curquiza Clémentine
bug(http): fix task duration

v0.25.0

Toggle v0.25.0's commit message

Verified

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

2061: Update dashboard for v0.25.0 r=curquiza a=mdubus



Co-authored-by: Morgane Dubus <[email protected]>

v0.25.0rc5

Toggle v0.25.0rc5's commit message

Verified

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

2061: Update dashboard for v0.25.0 r=curquiza a=mdubus



Co-authored-by: Morgane Dubus <[email protected]>

v0.25.0rc4

Toggle v0.25.0rc4's commit message

Verified

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

2059: change indexed doc count on error r=irevoire a=MarinPostma

change `indexed_documents` and `deleted_documents` to return 0 instead of null when empty when the task has failed.

close #2053


Co-authored-by: Marin Postma <[email protected]>