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