Releases: moov-io/ach-test-harness
Releases · moov-io/ach-test-harness
Release v0.10.4
IMPROVEMENTS
- response: fixup ODFI and RDFI Identification on corrections and returns
- test: verify ODFIIdentification in return/correction BatchHeader
- test: verify every prenote correction and return transaction code
BUILD
- chore(deps): update dependency go to v1.22.2
- fix(deps): update module github.com/moov-io/ach to v1.37.2
Release v0.10.3
IMPROVEMENTS
- fix: adjust TransactionCode code for prenote returns
BUILD
- chore(deps): update dependency go to v1.22.1
- fix(deps): update module github.com/moov-io/ach to v1.36.1
- fix(deps): update module github.com/stretchr/testify to v1.9.0
Release v0.10.2
IMPROVEMENTS
- fix: use RDFI in batch header for returns/corrections/etc
Release v0.10.1
BUILD
- build: fix issue when releasing on ARM macos
Release v0.10.0
IMPROVEMENTS
- fix: cleanup matching logs, one log per entry
BUILD
- fix(deps): update module github.com/moov-io/ach to v1.34.2
- fix(deps): update module github.com/moov-io/base to v0.48.5
- test: run on macos 13.x (Intel) and 14.x (M1/ARM)
- chore(deps): update golang docker tag to v1.22
Release v0.9.1
IMPROVEMENTS
- achx: fix ABA8 panic, generate correction/return trace numbers from RDFIIdentification
- fix: use fmt.Errorf instead of pkg/errors
- response: set OriginalDFI correctly on corrections/returns
Release v0.9.0
IMPROVEMENTS
- response: compare entryType directly against TransactionCode as well
BUILD
- chore(deps): update dependency go to v1.21.4
- fix(deps): update module github.com/gorilla/mux to v1.8.1
- fix(deps): update module github.com/moov-io/ach to v1.33.3
- fix(deps): update module github.com/moov-io/base to v0.48.2
Release v0.8.3.1
IMPROVEMENTS
- feat: generate multiple batches in one reconciliation file
BUILD
- fix(deps): update module github.com/moov-io/ach to v1.32.2
- fix(deps): update module github.com/moov-io/base to v0.46.0
- fix(deps): update go version to v1.21.0
Release v0.8.2
IMPROVEMENTS
- feat: Add directory to search options on entries search API
- fix: Fix logic in transforming cases of multiple entries
BUILD
- fix(deps): update module github.com/moov-io/ach to v1.32.1
- fix(deps): update golang docker tag to v1.21
Release v0.8.1
This release of ach-test-harness includes a new property (delay: <duration>
) on actions,
which allows for returns and corrections to be produced after the initial upload. The delay
feature allows for more testing scenarios.
IMPROVEMENTS
- feat: add support for future-dated actions
- test: verify OriginalTrace is set properl
BUILD
- fix(deps): update module github.com/moov-io/ach to v1.32.0
- fix(deps): update module github.com/moov-io/base to v0.45.1