Releases: moov-io/wire
Releases · moov-io/wire
Release v0.7.3
BUILD
- build(deps): bump addressable from 2.7.0 to 2.8.0 in /docs
- build(deps): bump nokogiri from 1.11.1 to 1.11.5 in /docs
- fix(deps): update golang.org/x/oauth2 commit hash to a41e5a7
- fix(deps): update module github.com/go-kit/kit to v0.11.0
- fix(deps): update module github.com/moov-io/base to v0.20.1
- fix(deps): update module gotest.tools to v2.3.0
- fix: Dockerfile.webui to reduce vulnerabilities
Release v0.7.2
BUG FIXES
- fedWireMessage: add
nil
check for the optionalLocalInstrument
field to prevent panics
BUILD
- build: update github.com/moov-io/base to v0.18.3
- build: update github.com/prometheus/client_golang to v1.10.0
- build: update github.com/stretchr/testify to v1.7.0
- build: update golang.org/x/text to v0.3.6
Release v0.7.1
BUILD
- build: update github.com/moov-io/base to v0.15.2
- build: update github.com/moov-io/paygate to v0.9.2
Release v0.7.0
BREAKING CHANGE
- fedWireMessage: remove Java-like getters and setters
IMPROVEMENTS
- cmd/webui: display detailed error message when parsing fails
Release v0.6.2
BUG FIXES
- api: update validation of
AccountCreditedDrawdown.DrawdownCreditAccountNumber
(tag{5400}
)- After reviewing the specification for the Account Credited in Drawdown tag we've changed
the validation logic to ensure the value of Drawdown Credit Account Number is numeric. Our
previous understanding was that this field could be alphanumeric. If you're aware of
implementations or use-cases for the previous formatting please contact us and/or submit an Issue.
- After reviewing the specification for the Account Credited in Drawdown tag we've changed
- all: populate record tag after JSON unmarshal (Issue #104)
Release v0.6.1
BUILD
- build: push moov/wire-webui image in make tasks
- build: upgrade to Go 1.15 for other docker images
Release v0.6.0
ADDITIONS
- cmd/webui: initial setup for client-side file parsing to their JSON forms in a web browser
BUG FIXES
- api,client: 'beneficiary' has a Personal sub-object
- api: match openapi spec to Go library (and HTTP server) expectations
- api: update Personal identification codes
- api,client: add MessageDisposition.messageDuplicationCode " " enum value
- api: fix bug in validation of FIIntermediaryFI tag
IMPROVEMENTS
- docs: readme improvements, prioritize HTTP server / docker image
BUILD
- chore(deps): update golang docker tag to v1.15
- chore(deps): update module gorilla/mux to v1.8.0
Release v0.5.1
BUILD
- build: add OpenShift
quay.io/moov/wire
Docker image - build: convert to Actions from TravisCI
- chore(deps): update module prometheus/client_golang to v1.6.0
- chore(deps): upgrade github.com/gorilla/websocket to v1.4.2
Release v0.5.1-dev
docs: changelog++
v0.5.0
v0.5.0 (Released 2020-04-14)
IMPROVEMENTS
- build: minify Dockerfile, remove cgo
- api: remove strange "FEDWireMessage File" tag
- api,client: rename models whose names are shared across projects
BUG FIXES
- wire: log crasher file after it's parsed
BUILD
- Update module prometheus/client_golang to v1.2.1
- build: add slack notifications
- build: run sonatype-nexus-community/nancy in CI
- build: upgrade openapi-generator to 4.2.0
- chore(deps): update golang docker tag to v1.14