Releases: moov-io/watchman
Releases · moov-io/watchman
Release v0.18.2
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
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
IMPROVEMENTS
- cmd/server: concurrently search instead of serial iterations
BUILD
- build: upgrade github.com/gogo/protobuf to v1.3.2
Release v0.17.1
IMPROVEMENTS
- chore(deps): update golang docker tag to v1.16
Release v0.17.0
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
BUILD
- fix: upgrade react-scripts from 4.0.0 to 4.0.1
Release v0.16.0
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
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.
- Previously we would only include the top N (
- 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
andAddresses
when both query params are specified.
- 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
Release v0.15.2
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
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