Skip to content

Releases: moov-io/ach

Release v1.25.0

29 Nov 22:31
Compare
Choose a tag to compare

IMPROVEMENTS

  • cmd/achcli: align tabwriter columns better across batches

Release v1.24.0

21 Nov 21:02
Compare
Choose a tag to compare

ADDITIONS

  • feat: add CalculateCheckDigit
  • feat: add .SetMaxLines(int) to Reader
  • feat: add UnequalAddendaCounts validation option

IMPROVEMENTS

  • api: add missing unorderedBatchNumbers and allowInvalidCheckDigit

BUILD

  • fix(deps): update module github.com/aws/aws-lambda-go to v1.35.0

Release v1.23.1

15 Nov 16:17
Compare
Choose a tag to compare

IMPROVEMENTS

  • cmd/achcli: support masking corrected data, option to prettify amounts

BUILD

  • fix(deps): update module github.com/moov-io/base to v0.36.2
  • fix(deps): update module golang.org/x/oauth2 to v0.2.0

Release v1.22.2

08 Nov 15:05
Compare
Choose a tag to compare

IMPROVEMENTS

  • docs: fix link to creating file over HTTP
  • fix: allow mixed-case Addenda10 TransactionType codes
  • validator: include missing secondary SEC codes for Addenda10

BUILD

  • fix(deps): update module github.com/prometheus/client_golang to v1.14.0

Release v1.22.1

31 Oct 20:01
Compare
Choose a tag to compare

IMPROVEMENTS

  • docs: Fix spelling mistake in Original RDFI identification
  • server: read ValidateOpts before file to segment

Release v1.22.0

25 Oct 13:59
Compare
Choose a tag to compare

IMPROVEMENTS

  • docs: rename 'payment code' to transaction code
  • examples: add micro-entries / micro-deposits (#1103)
  • feat: add ReadJSONFile and ReadJSONFileWith helpers
  • feat: add Reversal() to files
  • feat: add AllowInvalidCheckDigit validation option
  • feat: add achcli IAT Support (#1100)
  • feat: allow empty strings when allow missing file header opt is set

BUILD

  • build(deps): bump nokogiri from 1.13.6 to 1.13.9 in /docs
  • fix(deps): update module github.com/moov-io/base to v0.36.1
  • fix(deps): update module github.com/stretchr/testify to v1.8.1
  • fix(deps): update module golang.org/x/oauth2 to v0.1.0

Release v1.21.2

04 Oct 13:13
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: copy forward the validate options when segmenting a file
  • fix: passing validate opts to http handler
  • test: verify ValidateOpts are set in segment http response

BUILD

  • meta: add feature request template

Release v1.21.0

03 Oct 21:16
Compare
Choose a tag to compare

IMPROVEMENTS

  • docs: clarified lambda_json_to_nacha example
  • server: read ValidateOpts in SegmentFile endpoints

BUILD

  • build: require go1.19.1 in CI/CD

Release v1.20.1

21 Sep 14:33
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: lowercase ID in OpenAPI spec

Release v1.20.0

19 Sep 20:33
Compare
Choose a tag to compare

ADDITIONS

  • feat: add ValidateOpts for IATBatch and IATEntryDetail

IMPROVEMENTS

  • fix(deps): update golang.org/x/oauth2 digest to f213421
  • fix(deps): update module github.com/moov-io/base to v0.35.0
  • test: verify we pad to 10 lines in writer