Release v0.52.0
This release of Watchman adds support for ingesting CSV files as datasets, improved address similarity scoring, returning the original query in search results, and consolidating the web interface in the server binary / docker image along with several bug fixes.
ADDITIONS
- download: read
DOWNLOAD_TIMEOUT
from environment, default to45s
- ingest: support arbitrary CSV via configuration as datasets
- search: return the original query
- sources/display: add DetailsURL for getting linkable Entity pages
IMPROVEMENTS
- api: add test for ErrorResponse and JsonResponse
- build: consolidate webui into main binary / docker image
- fix: set
INITIAL_DATA_DIRECTORY
better in tests - ingest: normalize Entity after parse
- ofactest: use a "tiny ofac" record set, except for benchmarks
- search: grab read lock before ProcessSliceFn
- search: hide SimilarityScore fields when zero
- search: normalize addresses to improve search results
BUILD
- build: only run benchmarks on non-github authored commits
- build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0