8000 Release Release v0.52.0 · moov-io/watchman · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release v0.52.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 22:35
v0.52.0
8af5494

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 to 45s
  • 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
0