github moov-io/watchman v0.9.0

latest releases: v0.28.2, v0.28.1, v0.28.0...
4 years ago

v0.9.0 (Released 2019-07-18)

Docker Hub: https://hub.docker.com/r/moov/ofac

BREAKING CHANGES

  • The admin endpoint :9092/ofac/refresh was renamed to :9092/data/refresh

ADDITIONS

  • cmd/server: Include the BIS Denied Person's List data in search endpoints
$ curl -s "localhost:8084/search?q=alh&limit=1" | jq .deniedPersons 
[
  {
    "name": "...",
    "streetAddress": "",
    "city": "GENEVA",
    "state": "",
    "country": "CH",
    "postalCode": "",
    "effectiveDate": "09/01/1981",
    "expirationDate": "",
    "standardOrder": "Y",
    "lastUpdate": "2000-04-05",
    "action": "",
    "frCitation": "46 F.R. ..... 9/8/81",
    "match": 0.8133333333333332
  }
]
  • cmd/server: Support MySQL as a storage layer via DATABASE_TYPE=mysql (See: #100)

IMPROVEMENTS

  • build: push moov/ofac:latest on 'make release-push'
  • docs: update docs.moov.io links after design refresh
  • build: update dependencies
  • cmd/server: rename manual refresh endpoint to /data/refresh

Don't miss a new watchman release

NewReleases is sending notifications on new releases.