Skip to content

Releases: moov-io/fed

Release v0.9.1

29 Sep 15:41

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

Choose a tag to compare

IMPROVEMENTS

  • Remove DOWNLOAD_DIRECTORY and store downloaded files in memory.

Release v0.8.1

02 Aug 14:07

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

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

Release v0.7.4

18 May 13:44

Choose a tag to compare

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

04 Apr 17:05

Choose a tag to compare

IMPROVEMENTS

  • fix: replace deprecated strings.Title

Release v0.7.1

16 Jul 16:54

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 d040287
  • fix(deps): update module github.com/go-kit/kit to v0.11.0

Release v0.7.0

19 May 17:20

Choose a tag to compare

ADDITIONS

  • Read DOWNLOAD_DIRECTORY environment 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

14 Apr 23:16

Choose a tag to compare

ADDITIONS

  • cmd/server: download files if env vars are populated (FRB_ROUTING_NUMBER and FRB_DOWNLOAD_CODE)

BUILD

  • fix(deps): update module github.com/clearbit/clearbit-go to v1.0.1

Release v0.5.3

23 Feb 23:38

Choose a tag to compare

IMPROVEMENTS

  • chore(deps): update golang docker tag to v1.16