MeiliSearch/CHANGELOG.md

39 lines
1.6 KiB
Markdown
Raw Normal View History

## v0.10.2
- 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-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
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)