Skip to content

Releases: meilisearch/meilisearch

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)

Pre-release v0.16.0-rc2

02 Nov 15:35
4ba5e22
Compare
Choose a tag to compare
Pre-release
Merge #1052

1052: Revert "Merge #1001" r=Kerollmops a=MarinPostma

This reverts commit 690eab4a253bf25d6e457953182a86fb5ba8ee8b, reversing
changes made to 086020e543d422237121949656d43358a7f93ff0.

After arbitrage with @curquiza and @eskombro, this fix would introduce a relevancy bug that cannot be circumvented, whereas the previous bug was only a setting bug with a workaround. we need to discuss this issue further to provide a fix that meets our expectations.

related to #1050 

This will be merged directly in the release branche, as a hotfix

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

Pre-release v0.16.0-rc0

28 Oct 12:46
39cf193
Compare
Choose a tag to compare
Pre-release

Fix settings bug that caused setting to be overwitten (#1001)
Automatically create index on document push if index doesn't exist (#914)
Sort displayedAttributes and facetDistribution (#946)

Meilisearch v0.15.0

05 Oct 15:44
4398f2c
Compare
Choose a tag to compare

Dumps (#887)
Update actix-web dependency to 3.0.0 (#963)
Consider an empty query to be a placeholder search (#916)

Pre-release v0.15.0-rc2

30 Sep 17:58
4398f2c
Compare
Choose a tag to compare
Pre-release
Merge #982

982: fix backups r=MarinPostma a=LegendreM

* pluralize variable `backup_folder` -> `backups_folder`
* change env case `MEILI_backup_folder` -> `MEILI_BACKUPS_FOLDER`
* add miliseconds to backup ID to reduce colisions

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

Pre-release v0.15.0-rc0

28 Sep 16:08
f313de9
Compare
Choose a tag to compare
Pre-release

Backups (#887)
Update actix-web dependency to 3.0.0 (#963)
Consider an empty query to be a placeholder search (#916)

Meilisearch v0.14.1

08 Sep 13:28
f045e11
Compare
Choose a tag to compare
Merge #960

960: bump version and update changelog r=MarinPostma a=LegendreM

* bump to 0.14.1
* update CHANGELOG.md file

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

Meilisearch v0.14.0

31 Aug 15:13
118c673
Compare
Choose a tag to compare

Fix facet distribution case (#797)
Snapshotting (#839)
Fix bucket-sort unwrap bug (#915)

Pre-release v0.14.0-rc0

24 Aug 16:08
118c673
Compare
Choose a tag to compare
Pre-release
  • Fix facet distribution case (#797)
  • Snapshotting (#839)
  • Fix bucket-sort unwrap bug (#915)

Meilisearch v0.13.0

03 Aug 13:12
44cb7f6
Compare
Choose a tag to compare
  • placeholder search (#771)
  • Add database version mismatch check (#794)
  • Displayed and searchable attributes wildcard (#846)
  • Remove sys-info route (#810)
  • Fix facet distribution case (#797)
  • Check database version mismatch (#794)
  • Fix unique docid bug (#841)
  • Error codes in updates (#792)
  • Sentry disable argument (#813)
  • Log analytics if enabled (#825)