Skip to content

Releases: moov-io/fed

Release v0.11.1

05 Mar 19:44
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: wire file parse bug, improve logic for picking json vs plaintext parser

Release v0.11.0

27 Feb 22:45
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: Enable fedach and fedwire download from proxy
  • fix: close xml encoder and remove unneeded panics

BUILD

  • build: use latest stable Go release
  • fix(deps): update module golang.org/x/oauth2 to v0.16.0
  • fix(deps): update module github.com/moov-io/base to v0.48.5

Release v0.10.2

15 Jun 18:48
Compare
Choose a tag to compare

IMPROVEMENTS

  • Use Go 1.20.x in build, update deps

Release v0.10.1

19 Apr 21:16
Compare
Choose a tag to compare

REVERTS

  • client: revert openapi-generator back to 4.3.1

Release v0.10.0

19 Apr 21:13
Compare
Choose a tag to compare

IMPROVEMENTS

  • chore: update openapi-generator from 4.2.2 to 6.5.0
  • fix: lowercase ach/wire participants in OpenAPI

BUILD

  • build(deps): bump nokogiri from 1.13.10 to 1.14.3 in /docs
  • build(deps): bump github.com/moov-io/base from v0.39.0 to v0.40.1

Release v0.9.2

07 Apr 21:38
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: check typecast of Logo

BUILD

  • build: upgrade golang to 1.20
  • fix(deps): update module github.com/moov-io/base to v0.39.0
  • bump golang.org/x/net from 0.6.0 to 0.7.0
  • build: update github.com/stretchr/testify to v1.8.2

Release v0.9.1

29 Sep 15:41
Compare
Choose a tag to compare

BUILD

  • build: remove deprecated ioutil functions
  • fix(deps): update golang.org/x/oauth2 digest to f213421
  • fix(deps): update module github.com/moov-io/base to v0.35.0

Release v0.9.0

03 Aug 13:16
8957650
Compare
Choose a tag to compare

IMPROVEMENTS

  • Remove DOWNLOAD_DIRECTORY and store downloaded files in memory.

Release v0.8.1

02 Aug 14:07
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: remove achParticipants or wireParticipants from json responses

BUILD

  • build: require Go 1.18 and set ReadHeaderTimeout
  • fix(deps): update module github.com/moov-io/base to v0.33.0
  • fix(deps): update golang.org/x/oauth2 digest to 128564f

Release v0.8.0

25 May 20:17
Compare
Choose a tag to compare

ADDITIONS

  • feat: add clearbit logos in responses when configured
  • feat: normalize FRB names prior to clearbit search

IMPROVEMENTS

  • fix: improve name search by using cleaned name
  • refactor: cleanup duplicate code in search logic

BUILD

  • build: update codeql action
  • build(deps): bump nokogiri from 1.13.4 to 1.13.6 in /docs