Skip to content

Releases: moov-io/achgateway

Release v0.24.1

11 Sep 21:50
4222be0

Choose a tag to compare

IMPROVEMENTS

  • docs/ops: fix port for achgateway admin server
  • docs: add new configs for reconciliation file/entry events
  • stream: unwrap underlying error from sarama.ProducerError

BUILD

  • build: switch kafka image to redpanda

Release v0.24.0

06 Sep 21:59

Choose a tag to compare

Moov has encountered performance and scalability issues with ReconciliationFile events when they contain large files.
To handle these larger files we are adding a new ReconciliationEntry event produced for each EntryDetail of the file.

To maintain backwards compatability with the v0.23.x series set ProduceFileEvents: true under Reconciliation of the ODFI config.

ADDITIONS

  • feat: add option to produce recon events per-entry (ReconciliationEntry)

Release v0.23.9

30 Aug 21:57

Choose a tag to compare

BUILD

  • build: upgrade github.com/moov-io/go-sftp to v0.12.2

Release v0.23.8

28 Aug 19:39

Choose a tag to compare

BUILD

  • build: update github.com/go-kit/kit to v0.13.0
  • build: update github.com/moov-io/go-ftp to v0.3.1
  • build: update github.com/moov-io/go-sftp to v0.12.1

Release v0.23.7

23 Aug 18:22

Choose a tag to compare

IMPROVEMENTS

  • fix: properly skip hidden files
  • incoming/odfi: include shard name in download logs
  • test: add check for verifying ODFI downloads
  • test: check HTTP status on upload
  • test: check collected file count prior to asserting their contents
  • test: cleanup getNonCanceledMatches checks
  • upload: check all path declaration combinations

Release v0.23.6

18 Aug 19:46

Choose a tag to compare

BUILD

  • chore: update github.com/moov-io/go-sftp to v0.11.1
  • meta: replace panics with better alternatives

Release v0.23.5

18 Aug 14:14

Choose a tag to compare

BUILD

  • chore: upgrade moov-io/go-sftp to v0.11.0

Release v0.23.4

15 Aug 17:00

Choose a tag to compare

IMPROVEMENTS

  • odfi: read files in sequence to download
  • upload: return filepaths to be downloaded, rather than full file contents

Release v0.23.3

14 Aug 19:11

Choose a tag to compare

BUILD

  • chore: update github.com/moov-io/go-ftp to v0.1.1
  • chore: update github.com/moov-io/go-sftp to v0.10.2

Release v0.23.2

11 Aug 15:28

Choose a tag to compare

NOTE: You should upgrade to v0.23.3 and skip this release.

IMPROVEMENTS

  • test/upload: use UUID's for fileIDs, use crypto/rand, verify more details
  • test/upload: verify every fileID was written to disk
  • upload: replace SFTP code with moov-io/go-sftp
  • upload: replace FTP agent code with moov-io/go-ftp