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

Releases: moov-io/watchman

Release v0.52.1

19 May 14:49
8000 v0.52.1
52f9f62
Compare
Choose a tag to compare

IMPROVEMENTS

  • docs: include source data in openapi spec
  • ingest: log how many File templates are read
  • search: read/set source (SouceList) query param
  • sources/display: don't set ?source=api-request

Release v0.52.0

16 May 22:35
v0.52.0
8af5494
Compare
Choose a tag to compare

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

Release v0.51.2

10 Apr 19:59
Compare
Choose a tag to compare

BREAKING CHANGE

Watchman has undergone a complete overhaul of it's API endpoints, public models, search methodology, performance, and much more. We've redesigned Watchman to offer a unified endpoint and models to search sanctioned entities from any supported list. We encourage you to try out the new Watchman and report back any issues, comments, concerns you have.

This release contains a lot of changes so make sure to test, validate and verify your usage. Let us know in the #watchman slack room how the new version works for you. We are planning to make continual scoring improvements.

IMPROVEMENTS

  • search: unified endpoint and model for all supported lists
  • search: better performance for concurrently processing sanction lists
  • search: integrate libpostal for address parsing and normalization

Release v0.50.10

19 Feb 15:01
Compare
Choose a tag to compare
Release v0.50.10 Pre-release
Pre-release

IMPROVEMENTS

  • postalpool: use msgpack over JSON for binary pool

BUILD

  • build(deps-dev): bump nokogiri from 1.16.7 to 1.18.3 in /docs

Release v0.50.9

18 Feb 21:44
Compare
Choose a tag to compare
Release v0.50.9 Pre-release
Pre-release

IMPROVEMENTS

  • address: telemetry for all cases of ParseAddress
  • ofactest: fix sample rate
  • stringscore: make benchmark more consistent

Release v0.50.8

18 Feb 20:19
Compare
Choose a tag to compare
Release v0.50.8 Pre-release
Pre-release

IMPROVEMENTS

  • build: fixup benchmark ResetTimer calls
  • norm: add BenchmarkPhoneNumber, track ./internal/norm/ benchmarks in graph
  • ofactest: start on sampling OFAC data
  • search: leverage query's .PreparedFields.Name in compareName
  • search: normalize phone numbers
  • search: precompute strings.Fields

Release v0.50.7

17 Feb 22:54
Compare
Choose a tag to compare
Release v0.50.7 Pre-release
Pre-release

IMPROVEMENTS

  • search: precompute normalized name, altnames
  • search: remove ccache

Release v0.50.6

14 Feb 21:13
Compare
Choose a tag to compare
Release v0.50.6 Pre-release
Pre-release

IMPROVEMENTS

  • fix: normalize Country once
  • minmaxmed: optimize implementation
  • postalpool: better pooling by default, offer configurable knobs

BUILD

  • fix(deps): update opentelemetry-go monorepo to v1.34.0

Release v0.50.5

13 Feb 23:33
Compare
Choose a tag to compare
Release v0.50.5 Pre-release
Pre-release

IMPROVEMENTS

  • ast: quick sanity check test
  • country: centralize normalization
  • docs: add arabic phonetics
  • groupsize: cleanup benchmarks
  • largest: make Items generic
  • postalpool: force healthchecks to make network calls
  • search: return watchman version in /v2/listinfo
  • search: support ?debug query param to return base64 encoded matching data
  • search: trim Address.Format()

BUILD

  • build: require basic code coverage, use default linters
  • build: stop publishing :latest docker tag

Release v0.50.4

11 Feb 21:12
Compare
Choose a tag to compare
Release v0.50.4 Pre-release
Pre-release

IMPROVEMENTS

  • cmd/server: set automaxprocs on startup
  • ofactest: include Client for calling Sanctions List Search application
  • search: benchmark Similarity with debug and without
  • search: weight addresses more, consider address as signal to not downrank
0