Skip to content

Releases: moov-io/watchman

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

Release v0.17.1

23 Feb 23:46
Compare
Choose a tag to compare

IMPROVEMENTS

  • chore(deps): update golang docker tag to v1.16

Release v0.17.0

05 Feb 22:55
Compare
Choose a tag to compare

ADDITIONS

  • search: introduce EXACT_MATCH_FAVORITISM config to optionally boost match rates

IMPROVEMENTS

  • docs: lots of fixups and clarifications

BUG FIXES

  • csl: fix parsing with newer CSV format

Release v0.16.2

02 Feb 20:54
Compare
Choose a tag to compare

BUILD

  • fix: upgrade react-scripts from 4.0.0 to 4.0.1

Release v0.16.0

23 Jan 02:34
Compare
Choose a tag to compare

ADDITIONS

  • api,client: add SdnType and SsiType models
  • docs: include a page for prometheus metrics
  • server: Add last_data_refresh_failure{source="SDNs"} Prometheus metric

BUG FIXES

  • build: fixup OpenShift image, rely on glibc

BUILD

  • chore(deps): update mui monorepo to v4.11.2
  • fix(deps): pin dependency react-scripts to 4.0.0