Skip to content

Releases: moov-io/ach

Release v1.26.1

08 Dec 21:32
Compare
Choose a tag to compare

IMPROVEMENTS

  • cmd/achcli/describe: mask left-aligned spaces
  • cmd/achcli/describe: fixup padding when fields are padded

Release v1.26.0

08 Dec 15:31
Compare
Choose a tag to compare

IMPROVEMENTS

  • cmd/achcli/describe: return masked account number length unchanged, show spaces
  • cmd/achcli: reunify entrydetail transaction type formatting
  • cmd/webui: add a Reversal button
  • fix: update fields required for reversed files to validate

BUILD

  • build(deps): bump nokogiri from 1.13.9 to 1.13.10 in /docs
  • fix(deps): update module github.com/aws/aws-lambda-go to v1.36.0
  • fix(deps): update module github.com/moov-io/base to v0.37.0

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