Releases: moov-io/fed
Releases · moov-io/fed
Release v0.11.1
IMPROVEMENTS
- fix: wire file parse bug, improve logic for picking json vs plaintext parser
Release v0.11.0
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
IMPROVEMENTS
- Use Go 1.20.x in build, update deps
Release v0.10.1
REVERTS
- client: revert openapi-generator back to 4.3.1
Release v0.10.0
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
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
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
IMPROVEMENTS
- Remove
DOWNLOAD_DIRECTORY
and store downloaded files in memory.
Release v0.8.1
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
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