Skip to content

Releases: moov-io/ach

Release v1.19.3

01 Sep 20:43
Compare
Choose a tag to compare

Moov ACH v1.19.3 fixes an issue where Entry Hash values were not properly calculated.

  • IATBatch hash values would not overflow properly.
  • If RDFIIdentification was not properly trimmed to the "ABA 8" characters.

IMPROVEMENTS

  • fix: calculate EntryHash from ABA8, properly format string value

Release v1.19.2

30 Aug 14:51
Compare
Choose a tag to compare

IMPROVEMENTS

  • Allow MixedDebitsAndCredits in ARC, BOC, CIE, POP, RCK, TRC, TRC, XCK entries

BUILD

  • fix(deps): update golang.org/x/oauth2 digest to 0ebed06

Release v1.19.1

22 Aug 19:19
Compare
Choose a tag to compare

This is the same release as v1.19.0 but with deployment issues fixed.

Release v1.19.0

22 Aug 13:53
Compare
Choose a tag to compare

IMPROVEMENTS

  • Remove recordType and reserved fields from all models
  • docs: update OpenAPI spec with /segment endpoint
  • feat: add endpoint to segment files without a fileID
  • feat: read fileID path parameter on creation
  • feat: return ACH file with creation, flatten, and segment endpoints

Release v1.18.6

11 Aug 13:33
Compare
Choose a tag to compare

IMPROVEMENTS

  • docs: clarify TEL/WEB payment type code field
  • fix: contested return addenda parsing of dishonored returns
  • server: verify fileID specified in JSON is kept

BUILD

  • build: remove deprecated ioutil functions, gofmt from go1.19
  • fix(deps): update golang.org/x/oauth2 digest to 128564f
  • fix(deps): update module github.com/aws/aws-lambda-go to v1.34.1

Release v1.18.5

19 Jul 22:19
Compare
Choose a tag to compare

IMPROVEMENTS

  • docs: update ppd-valid.json ID values
  • feat: add R36 return code

Release v1.18.4

14 Jul 14:42
Compare
Choose a tag to compare

IMPROVEMENTS

  • Fix entry category assignment in Reader

Release v1.18.3

13 Jul 19:25
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: add R62 and R77 return codes

BUILD

  • fix(deps): update module github.com/moov-io/base to v0.33.0

Release v1.18.2

07 Jul 16:39
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: reduce memory usage during MergeFiles (#1041)

BUILD

  • fix(deps): update module github.com/aws/aws-lambda-go to v1.32.1
  • fix(deps): update module github.com/moov-io/base to v0.32.0
  • fix(deps): update module github.com/stretchr/testify to v1.8.0

Release v1.18.1

15 Jun 23:39
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: support Refused COR/NOC codes

BUILD

  • fix(deps): update module github.com/moov-io/base to v0.31.1