Releases: moov-io/achgateway
Releases · moov-io/achgateway
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
Release v0.23.4
IMPROVEMENTS
- odfi: read files in sequence to download
- upload: return filepaths to be downloaded, rather than full file contents
Release v0.23.3
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
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