Releases: moov-io/fed
Releases · moov-io/fed
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_DIRECTORYand 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
Release v0.7.4
BUILD
- build: update base images
- build(deps): bump nokogiri from 1.13.3 to 1.13.4 in /docs
- fix(deps): update golang.org/x/oauth2 digest to 9780585
Release v0.7.3
IMPROVEMENTS
- fix: replace deprecated strings.Title
Release v0.7.1
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 d040287
- fix(deps): update module github.com/go-kit/kit to v0.11.0
Release v0.7.0
ADDITIONS
- Read
DOWNLOAD_DIRECTORYenvironment variable for storing downloaded files.
IMPROVEMENTS
- search: rank results based on fuzzy score rather than name, offer exect routing number matching
BUG FIXES
- Fix file download errors in Docker images
- De-duplicate search results, improve performance
BUILD
- build(deps): bump rexml from 3.2.4 to 3.2.5 in /docs
Release v0.6.0
ADDITIONS
- cmd/server: download files if env vars are populated (
FRB_ROUTING_NUMBERandFRB_DOWNLOAD_CODE)
BUILD
- fix(deps): update module github.com/clearbit/clearbit-go to v1.0.1
Release v0.5.3
IMPROVEMENTS
- chore(deps): update golang docker tag to v1.16