meilisearch/CHANGELOG.md

75 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

2020-08-24 21:49:24 +08:00
## v0.14.0
- Fix facet distribution case (#797)
- Snapshotting (#839)
- Fix bucket-sort unwrap bug (#915)
2020-07-22 16:53:27 +08:00
## v0.13.0
2020-06-01 21:00:46 +08:00
2020-06-23 23:15:35 +08:00
- placeholder search (#771)
- Add database version mismatch check (#794)
2020-07-22 16:53:27 +08: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 22:27:03 +08:00
- Fix default values displayed on web interface (#874)
2020-06-01 21:00:46 +08:00
2020-07-01 02:47:00 +08:00
## v0.12.0
2020-06-01 21:00:46 +08:00
- Fix long documents not being indexed completely bug (#816)
2020-07-01 02:47:00 +08:00
- Fix distinct attribute returning id instead of name (#800)
- error code rename (#805)
2020-06-25 20:31:45 +08:00
## v0.11.1
- Fix facet cache on document update (#789)
- Improvements on settings consistency (#778)
## v0.11.0
2020-05-27 18:10:41 +08:00
- Change the HTTP framework, moving from tide to actix-web (#601)
2020-05-19 16:29:38 +08:00
- Bump sentry version to 0.18.1 (#690)
2020-05-15 00:00:27 +08:00
- Enable max payload size override (#684)
2020-05-14 16:56:57 +08:00
- Disable sentry in debug (#681)
2020-05-14 16:52:59 +08:00
- Better terminal greeting (#680)
2020-05-14 17:03:24 +08:00
- Fix highlight misalignment (#679)
2020-05-12 23:09:52 +08:00
- Add support for facet count (#676)
2020-05-06 05:15:53 +08:00
- Add support for faceted search (#631)
2020-05-04 18:07:55 +08:00
- Add support for configuring the lmdb map size (#646, #647)
- Add exposed port for Dockerfile (#654)
- Add sentry probe (#664)
2020-05-07 18:52:29 +08: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 16:24:21 +08:00
- Fix NormalizePath middleware to make the dashboard accessible (#695)
2020-05-22 17:57:57 +08:00
- Update sentry features to remove openssl (#702)
2020-05-26 20:10:40 +08:00
- Add SSL support (#669)
2020-05-27 02:44:06 +08:00
- Rename fieldsFrequency into fieldsDistribution in stats (#719)
2020-05-27 18:10:41 +08:00
- Add support for error code reporting (#703)
2020-05-29 17:31:11 +08:00
- Allow the dashboard to query private servers (#732)
2020-05-27 18:03:23 +08:00
- Add telemetry (#720)
2020-06-01 21:00:46 +08:00
- Add post route for search (#735)
2020-04-28 21:53:54 +08: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 23:20:37 +08: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-04-01 01:10:18 +08:00
- Add support of nested null, boolean and seq values (#571 and #568, #574)
- Fixed the core benchmark (#576)
2020-04-03 16:42:19 +08:00
- Publish an ARMv7 and ARMv8 binaries on releases (#540 and #581)
2020-04-07 01:26:56 +08: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 20:24:19 +08:00
- Fix CORS issues (#602)
2020-04-03 22:17:09 +08:00
- Support wildcard on attributes to retrieve, highlight, and crop (#549, #565, and #598)