Releases: meilisearch/meilisearch
Releases · meilisearch/meilisearch
Pre-release v0.19.0-rc2
Merge #1222 1222: Ignore existing primary key r=Kerollmops a=MarinPostma fixing bug in #1176 made it an hard error to try to re-set the primary key on a document addition. This PR makes Meilisearch ignore a primary key passed as an argument to a document addition. This has been decided after a discussion with @curquiza, in order to make the bug fix non breaking. Turns out it was a good catch too, since contrary to what I thought the error was not caught asynchronously, thank you @curquiza Co-authored-by: mpostma <[email protected]>
Pre-release v0.19.0-rc0
Meilisearch v0.18.1
Merge pull request #1191 from meilisearch/release-v0.18.1 Release v0.18.1
Pre-release v0.18.1-rc0
Merge #1190 1190: Bump meilisearch 0 18 1 r=LegendreM a=LegendreM - bump version to `0.18.1` - update `CHANGELOG.md` Co-authored-by: many <[email protected]>
Meilisearch v0.18.0
Pre-release v0.18.0-rc2
Merge pull request #1171 from meilisearch/fix-changelog-typo fix changelog typo
Pre-release v0.18.0-rc0
Meilisearch v0.17.0
- Fix corrupted data during placeholder search (#1089)
- Remove maintenance error from http (#1082)
- Disable frontend in production (#1097)
- Update nbHits count with filtered documents (#849)
- Remove update changelog ci check (#1090)
- Add deploy on Platform.sh option to README (#1087)
- Change movie gifs in README (#1077)
- Remove some clippy warnings (#1100)
- Improve script
download-latest.sh
(#1054)
Pre-release v0.17.0-rc0
- Fix corrupted data during placeholder search (#1089)
- Remove maintenance error from http (#1082)
- Disable frontend in production (#1097)
- Update nbHits count with filtered documents (#849)
- Remove update changelog ci check (#1090)
- Add deploy on Platform.sh option to README (#1087)
- Change movie gifs in README (#1077)
- Remove some clippy warnings (#1100)
- Improve script
download-latest.sh
(#1054) - Bump dependencies version (#1056, #1057, #1059)