Releases: moov-io/achgateway
Releases · moov-io/achgateway
Release v0.25.0
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
merge with master
Release v0.24.2
Release v0.24.1
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
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
BUILD
- build: upgrade github.com/moov-io/go-sftp to v0.12.2
Release v0.23.8
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
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
BUILD
- chore: update github.com/moov-io/go-sftp to v0.11.1
- meta: replace panics with better alternatives
Release v0.23.5
BUILD
- chore: upgrade moov-io/go-sftp to v0.11.0