MeiliSearch/CHANGELOG.md

127 lines
4.3 KiB
Markdown
Raw Normal View History

2021-03-22 16:10:53 +01:00
## v0.20.0 - 2021-03-22
- Fix build on mac M1 (#1280)
- Server root returns 200 in production (#1292)
- Healthcheck returns 200 (#1291)
- Snapshot temporary files are not created in /tmp anymore (#1238)
2021-03-10 13:47:48 +01:00
## v0.19.0 - 2021-02-09
2021-02-02 14:32:04 +01:00
- The snapshots are now created and then renamed in 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)
2021-03-10 13:47:48 +01:00
## v0.18.1 - 2021-01-14
2021-01-13 15:38:54 +01:00
- Fix unexpected CORS error (#1185)
2021-03-10 13:47:48 +01:00
## v0.18.0 - 2021-01-11
2021-01-06 11:54:06 +01:00
- Integration with the new tokenizer (#1091)
- Fix setting consistency bug (#1128)
- Fix attributes to retrieve bug (#1131)
- Increase default payload size (#1147)
2021-01-07 12:38:24 +01:00
- Improvements to code quality (#1167, #1165, #1126, #1151)
2021-01-06 11:54:06 +01:00
2021-03-10 13:47:48 +01:00
## v0.17.0 - 2020-11-30
2020-11-30 16:30:33 +01:00
- 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)
2021-03-10 13:47:48 +01:00
## v0.16.0 - 2020-11-02
2020-10-28 12:36:52 +01:00
- Automatically create index on document push if index doesn't exist (#914)
- Sort displayedAttributes and facetDistribution (#946)
2021-03-10 13:47:48 +01:00
## v0.15.0 - 2020-09-30
2020-09-12 04:29:17 +02:00
- Update actix-web dependency to 3.0.0 (#963)
2020-09-28 16:56:05 +02:00
- Consider an empty query to be a placeholder search (#916)
2020-09-12 04:29:17 +02:00
2020-09-08 18:00:25 +02:00
## v0.14.1
- Fix version mismatch in snapshot importation (#959)
2020-08-24 15:49:24 +02:00
## v0.14.0
2020-09-02 04:21:58 +02:00
- Sort displayedAttributes (#943)
2020-08-24 15:49:24 +02:00
- Fix facet distribution case (#797)
- Snapshotting (#839)
- Fix bucket-sort unwrap bug (#915)
2020-07-22 10:53:27 +02:00
## v0.13.0
2020-06-01 15:00:46 +02:00
2020-06-23 17:15:35 +02:00
- placeholder search (#771)
- Add database version mismatch check (#794)
2020-07-22 10:53:27 +02:00
- Displayed and searchable attributes wildcard (#846)
- Remove sys-info route (#810)
- Check database version mismatch (#794)
- Fix unique docid bug (#841)
- Error codes in updates (#792)
- Sentry disable argument (#813)
- Log analytics if enabled (#825)
2020-07-21 16:27:03 +02:00
- Fix default values displayed on web interface (#874)
2020-06-01 15:00:46 +02:00
2020-06-30 20:47:00 +02:00
## v0.12.0
2020-06-01 15:00:46 +02:00
- Fix long documents not being indexed completely bug (#816)
2020-06-30 20:47:00 +02:00
- Fix distinct attribute returning id instead of name (#800)
- error code rename (#805)
2020-06-25 14:31:45 +02:00
## v0.11.1
2021-02-02 14:32:04 +01:00
- Fix facet cache on document update (#789)
2020-06-25 14:31:45 +02:00
- Improvements on settings consistency (#778)
## v0.11.0
2020-05-27 12:10:41 +02:00
- Change the HTTP framework, moving from tide to actix-web (#601)
2020-05-19 10:29:38 +02:00
- Bump sentry version to 0.18.1 (#690)
2020-05-14 18:00:27 +02:00
- Enable max payload size override (#684)
2020-05-14 10:56:57 +02:00
- Disable sentry in debug (#681)
2020-05-14 10:52:59 +02:00
- Better terminal greeting (#680)
2020-05-14 11:03:24 +02:00
- Fix highlight misalignment (#679)
2020-05-12 17:09:52 +02:00
- Add support for facet count (#676)
2020-05-05 23:15:53 +02:00
- Add support for faceted search (#631)
2020-05-04 12:07:55 +02:00
- Add support for configuring the lmdb map size (#646, #647)
- Add exposed port for Dockerfile (#654)
- Add sentry probe (#664)
2020-05-07 12:52:29 +02:00
- Fix url trailing slash and double slash issues (#659)
- Fix accept all Content-Type by default (#653)
- Return the error message from Serde when a deserialization error is encountered (#661)
2020-05-21 10:24:21 +02:00
- Fix NormalizePath middleware to make the dashboard accessible (#695)
2020-05-22 11:57:57 +02:00
- Update sentry features to remove openssl (#702)
2020-05-26 14:10:40 +02:00
- Add SSL support (#669)
2020-05-26 20:44:06 +02:00
- Rename fieldsFrequency into fieldsDistribution in stats (#719)
2020-05-27 12:10:41 +02:00
- Add support for error code reporting (#703)
2020-05-29 11:31:11 +02:00
- Allow the dashboard to query private servers (#732)
2020-05-27 12:03:23 +02:00
- Add telemetry (#720)
2020-06-01 15:00:46 +02:00
- Add post route for search (#735)
2020-04-28 15:53:54 +02:00
## v0.10.1
- Add support for floating points in filters (#640)
- Add '@' character as tokenizer separator (#607)
- Add support for filtering on arrays of strings (#611)
## v0.10.0
2020-04-09 17:20:37 +02:00
- Refined filtering (#592)
- Add the number of hits in search result (#541)
- Add support for aligned crop in search result (#543)
- Sanitize the content displayed in the web interface (#539)
2020-03-31 19:10:18 +02:00
- Add support of nested null, boolean and seq values (#571 and #568, #574)
- Fixed the core benchmark (#576)
2020-04-03 10:42:19 +02:00
- Publish an ARMv7 and ARMv8 binaries on releases (#540 and #581)
2020-04-06 19:26:56 +02:00
- Fixed a bug where the result of the update status after the first update was empty (#542)
- Fixed a bug where stop words were not handled correctly (#594)
2020-04-09 14:24:19 +02:00
- Fix CORS issues (#602)
2020-04-03 16:17:09 +02:00
- Support wildcard on attributes to retrieve, highlight, and crop (#549, #565, and #598)