Skip to content

Releases: meilisearch/meilisearch

Pre-release v0.19.0-rc2

04 Feb 09:05
cb50781
Compare
Choose a tag to compare
Pre-release
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

02 Feb 14:55
69c91d2
Compare
Choose a tag to compare
Pre-release
  • The snapshots are now created and then renamed atomically (#1172)
  • Fix a race condition when an update and a document addition are processed immediately one after the other (#1176)
  • Latin synonyms are normalized during indexation (#1174)

Meilisearch v0.18.1

14 Jan 13:46
bf3f36b
Compare
Choose a tag to compare
Merge pull request #1191 from meilisearch/release-v0.18.1

Release v0.18.1

Pre-release v0.18.1-rc0

13 Jan 16:41
ff38220
Compare
Choose a tag to compare
Pre-release
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

11 Jan 13:49
26b1e5a
Compare
Choose a tag to compare
  • Integration with the new tokenizer (#1091)
  • Fix setting consistency bug (#1128)
  • Fix attributes to retrieve bug (#1131)
  • Increase default payload size (#1147)
  • Improvements to code quality (#1167, #1165, #1126, #1151)

Pre-release v0.18.0-rc2

11 Jan 13:45
26b1e5a
Compare
Choose a tag to compare
Pre-release
Merge pull request #1171 from meilisearch/fix-changelog-typo

fix changelog typo

Pre-release v0.18.0-rc0

06 Jan 12:34
fa40c6e
Compare
Choose a tag to compare
Pre-release
  • Integration with the new tokenizer (#1091)
  • Fix setting consistency bug (#1128)
  • Fix attributes to retrieve bug (#1131)
  • Increase default payload size (#1147)
  • Improvements to code quality (#1167, #1165, #1126, #1151)

Meilisearch v0.17.0

07 Dec 14:08
1944dd7
Compare
Choose a tag to compare
  • 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

30 Nov 16:44
1944dd7
Compare
Choose a tag to compare
Pre-release
  • 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)

Meilisearch v0.16.0

04 Nov 10:47
4ba5e22
Compare
Choose a tag to compare

Automatically create index on document push if index doesn't exist (#914)
Sort displayedAttributes and facetDistribution (#946)