This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
Releases: mozilla-services/merino
Releases · mozilla-services/merino
v0.5.1
v0.5.0
The changes in 0.4.4 were never deployed, but probably should have been a minor
update, since it introduced a large change to the remote settings provider. As
such, this release is getting that minor version update.
Bug Fixes
- adm: Include
/v1
on the end of the remote settings URL we give to the RS
client (f89a3adf)
Features
v0.4.4 - Not deployed
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Bug Fixes
- log suggestion request data with proper MozLog type information (014f27c8)
Features
- initialize suggestion providers at start up [CONSVC-1247] (#193) (e1c2561c, closes #127)
- instrument cache hit and misses (#208) (3df72ed1)
- Add duration-us metrics to RedisCache, MemoryCache, and RemoteSettings providers (f6338aeb)
- add SuggestionRequest to tracing logs (803ff69a)
- implement a provider that filters results by keywords (3ffcf693)
- suggest:
Performance
- Specify minimum set of cache inputs needed for every provider (22784bcc)
v0.3.0
v0.2.0
Features
- add variant fields to suggest api (#126) (5b04053b)
- Add setting to configure sentry env (10392511)
- Add memory cache locking to prevent spurious update requests. (#123)
(059f355a) - Add Sentry integration (#111) (27e77020)
- add locking to redis cache (#110) (7d94f9e9, closes #104)
- settings: Make suggestion providers much more configurable at runtime
(3685d700) - suggest: Add score field to suggestion (#119) (06556d88,
closes #118)
Bug Fixes
- Allow overriding HTTP port of docker container (fdc82823)