Skip to content

Releases: moov-io/watchman

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

Release v0.15.3

28 Oct 21:27
Compare
Choose a tag to compare

BUG FIXES

  • search: filter countries rather than rank
    • Previously we would only include the top N (?limit query param) results by country which could exclude valid search results from the final returend list. Now we filter the list and rank according to all data records matching the specified country.
  • search: OR NameAndAddress results
    • Previous we would use AND semantics for returning "name and address" results even though they populated two different JSON arrays. Now we return the highest N SDNs and Addresses when both query params are specified.

Release v0.15.2

28 Oct 18:49
Compare
Choose a tag to compare

BUG FIXES

  • webui: fix Country "All" value so it's not passed through to query params

IMPROVEMENTS

  • batchsearch: include final success message
  • webui: fix warnings after react upgrade
  • webui: include a links section in the header

BUILD

  • fix(deps): update react monorepo to v16.14.0
  • webui: run "npm audit fix"

Release v0.15.1

06 Oct 03:00
Compare
Choose a tag to compare

BUG FIXES

  • pkg/ofac: skip sdn_comments.csv lines if they contain the incorrect number of fields

IMPROVEMENTS

  • docs/search: include supported combinations of query params

BUILD

  • admin,client: update codegen, reference base Error model