Skip to content

Commit

Permalink
docs: changelog++
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jun 10, 2021
1 parent 3945b1b commit 9d454c3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v0.19.0 (Released 2021-06-10)

This release improves search results by filtering as part of scoring instead of after the fact.
Users should see more results returned for queries now.

ADDITIONS

- cmd/server: add `?minMatch=0.95` query param for searching

IMPROVEMENTS

- cmd/server: remove unneeded X-User-ID HTTP headers
- cmd/server: filter as part of searching, not after the fact

BUILD

- build: split CI into multiple jobs for parallel runs

## v0.18.2 (Released 2021-06-01)

BUG FIXES
Expand Down

0 comments on commit 9d454c3

Please sign in to comment.