Skip to content

Releases: moov-io/wire

Release v0.7.4

09 Aug 19:17
Compare
Choose a tag to compare

BUG FIXES

  • api: respond with 404 instead of empty body when fileId is not found

Release v0.7.3

16 Jul 16:46
Compare
Choose a tag to compare

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

07 May 20:34
Compare
Choose a tag to compare

BUG FIXES

  • fedWireMessage: add nil check for the optional LocalInstrument 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

18 Dec 17:05
Compare
Choose a tag to compare

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

23 Nov 21:46
Compare
Choose a tag to compare

BREAKING CHANGE

  • fedWireMessage: remove Java-like getters and setters

IMPROVEMENTS

  • cmd/webui: display detailed error message when parsing fails

Release v0.6.2

28 Oct 22:46
Compare
Choose a tag to compare

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.
  • all: populate record tag after JSON unmarshal (Issue #104)

Release v0.6.1

19 Oct 23:52
Compare
Choose a tag to compare

BUILD

  • build: push moov/wire-webui image in make tasks
  • build: upgrade to Go 1.15 for other docker images

Release v0.6.0

19 Oct 22:42
Compare
Choose a tag to compare

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

07 Jul 23:37
Compare
Choose a tag to compare

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

07 Jul 23:33
Compare
Choose a tag to compare
Release v0.5.1-dev Pre-release
Pre-release
docs: changelog++