Releases: moov-io/ach-test-harness
Releases · moov-io/ach-test-harness
Release v0.5.2
IMPROVEMENTS
- service: create Action.Copy paths on startup
BUILD
- chore(deps): update golang docker tag to v1.17
- fix(deps): update module github.com/moov-io/ach to v1.12.1
- fix(deps): update module github.com/moov-io/base to v0.24.0
Release v0.5.1
BUG FIXES
- response: write parent directories if needed
BUILD
- build: enable gosec linter
- chore(deps): update moov/ach-test-harness docker tag to v0.5.0
- fix(deps): update module github.com/moov-io/base to v0.22.0
Release v0.5.0
ADDITIONS
- entries: add search endpoint over account numbers, trace numbers, amount, and created at timestamps
- response: Allow setting
ach.ValidateOpts
in config
BUILD
- build: use debian stable's slim image
- fix(deps): update module github.com/moov-io/ach to v1.10.1
- fix(deps): update module github.com/moov-io/base to v0.21.1
Release v0.4.1
This release contains MacOS and Windows binaries.
Release v0.4.0
BREAKING CHANGES
- response: add entry type matcher for debit or credit entry
IMPROVEMENTS
- build: update moov-io/base together with gogo/protobug to fix CVE
- docs: refresh the readme after newer matchers
Release v0.3.0
ADDITIONS
- response: add a "Copy" matcher for mirroring entries to another file
- response: introduce RoutingNumber matcher
- service: add route to render merged config
IMPROVEMENTS
- config: add example of routingNumber -> copy response
- fix(deps): update module github.com/moov-io/ach to v1.6.3
BUG FIXES
- configs: fix default with empty object
Release v0.3.0-rc6
response: no error if there are no mirrored entries to save
Release v0.3.0-rc5
response: only append to return/correction file when requested
Release v0.3.0-rc4
configs: remove default responses, move to readme There's an issue with merging arrays that this "solves."
Release v0.3.0-rc3
configs: try and fix weird merge issue