Skip to content

Releases: moov-io/watchman

Release v0.21.1

04 Oct 21:21
Compare
Choose a tag to compare

BUG FIXES

  • search: bugfix for pipeline steps to SDN alt names (#376)

Release v0.21.0

29 Sep 23:58
Compare
Choose a tag to compare

Release v0.21.0 applies pre-computation steps to SDN alternate names which was previously missing. This impacts
match performance for only those results.

BUG FIXES

  • search: apply pipline steps to SDN alt names (#375)

Release v0.20.0

29 Sep 23:59
Compare
Choose a tag to compare

Watchman v0.20.0 improves scoring by reducing false positives. There are two changes implemented in this
release to achive better scoring. First is to keep a more accurate list of scores for our query, which means
longer queries will return more accurate results than before. Second is that we will always score at least two
words, which helps to reduce false positives from "first last" queries.

IMPROVEMENTS

  • docs/intro: mention jaro-winkler is used and why
  • search: properly keep top N word scores, match at least two words

BUG FIXES

  • ofac: skip error with shared initial directory

BUILD

  • build: use debian stable's slim image
  • fix: Dockerfile to reduce vulnerabilities
  • meta: fixup from gosec linters

Release v0.20.0-dev1

27 Aug 17:01
Compare
Choose a tag to compare
Release v0.20.0-dev1 Pre-release
Pre-release
release v0.20.0-dev1

Release v0.19.2

21 Jul 18:58
Compare
Choose a tag to compare

IMPROVEMENTS

  • cmd/server: add match score to OpenAPI search entities
  • cmd/server: document CSL separation in struct

BUILD

  • chore(deps): update dependency @material-ui/core to v4.12.2

Release v0.19.1

16 Jul 16:59
Compare
Choose a tag to compare

BUG FIXES

  • cmd/server: nil check on setting updated records
  • download: fixup reading of initial dir rather than downloading
  • dpl: find file rather than assume its index

IMPROVEMENTS

  • cmd/server: misc improvements from linters

BUILD

  • build(deps): bump addressable from 2.7.0 to 2.8.0 in /docs
  • chore(deps): update dependency @material-ui/core to v4.12.1
  • cmd/server: add benchmark for ?minMatch=0.50
  • cmd/server: add benchmarks for various SDN search queries
  • fix(deps): update react monorepo to v17
  • fix: Dockerfile to reduce vulnerabilities
  • fix: upgrade react-scripts from 4.0.1 to 4.0.3
  • test: add static set of files for benchmarks

Release v0.19.0

10 Jun 15:41
Compare
Choose a tag to compare

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

Release v0.18.2

01 Jun 19:01
Compare
Choose a tag to compare

BUG FIXES

  • cmd/server: nil check on webhook response body prior to Close

BUILD

  • build(deps): bump nokogiri from 1.11.1 to 1.11.5 in /docs

Release v0.18.1

20 May 16:53
Compare
Choose a tag to compare

BUG FIXES

  • csl: don't panic if list comes back invalid

BUILD

  • build(deps): bump rexml from 3.2.4 to 3.2.5 in /docs
  • chore(deps): update dependency @material-ui/core to v4.11.4

Release v0.18.0

29 Apr 21:29
Compare
Choose a tag to compare

IMPROVEMENTS

  • cmd/server: concurrently search instead of serial iterations

BUILD

  • build: upgrade github.com/gogo/protobuf to v1.3.2