Skip to content

Releases: moov-io/achgateway

Release v0.25.0

19 Oct 20:16
Compare
Choose a tag to compare

IMPROVEMENTS

  • storage: fsync writes
  • pipeline: start merging files in groups

BUILD

  • build: update github.com/moov-io/ach to v1.33.0 with various performance improvements

Release v0.24.2-fs

04 Oct 20:45
Compare
Choose a tag to compare
Release v0.24.2-fs Pre-release
Pre-release
merge with master

Release v0.24.2

04 Oct 12:58
Compare
Choose a tag to compare
Release v0.24.2 Pre-release
Pre-release

Release v0.24.1

11 Sep 21:50
4222be0
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

BUILD

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