PackageTrack

Go modules · #2357

github.com/moov-io/ach

v1.63.3moov-io/ach

Release timeline

528 releases since 2017
2019202120232025

Releases

  1. v1.23.115 Nov 2022
    Release notes2 sources agree

    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
    Open source →
  2. v1.23.015 Nov 2022

    Nothing published for this version

  3. v1.22.28 Nov 2022
    Release notes2 sources agree

    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
    Open source →
  4. v1.22.2-0.20221102132133-95a92c0eb12e2 Nov 2022pre-release

    Nothing published for this version

  5. v1.22.131 Oct 2022
    Release notes2 sources agree

    IMPROVEMENTS

    • docs: Fix spelling mistake in Original RDFI identification
    • server: read ValidateOpts before file to segment
    Open source →
  6. v1.22.1-0.20221026133630-346ba91ac49a26 Oct 2022pre-release

    Nothing published for this version

  7. v1.22.025 Oct 2022
    Release notes2 sources agree

    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
    Open source →
  8. v1.22.0-rc121 Oct 2022pre-release

    Nothing published for this version

  9. v1.21.3-0.20221021212102-f3d53a1ec19621 Oct 2022pre-release

    Nothing published for this version

  10. v1.21.3-0.20221018153333-0781c4a2312118 Oct 2022pre-release

    Nothing published for this version

  11. v1.21.3-0.20221012141300-32dfb3c045be12 Oct 2022pre-release

    Nothing published for this version

  12. v1.21.24 Oct 2022
    Release notes2 sources agree

    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
    Open source →
  13. v1.21.2-0.20221004123417-ef7666b209554 Oct 2022pre-release

    Nothing published for this version

  14. v1.21.2-0.20221004014801-3369d4e350e74 Oct 2022pre-release

    Nothing published for this version

  15. v1.21.14 Oct 2022

    Nothing published for this version

  16. v1.21.1-dev24 Oct 2022pre-release

    Nothing published for this version

  17. v1.21.1-dev14 Oct 2022pre-release

    Nothing published for this version

  18. v1.21.1-0.20221003212814-9afc3f1c86ee3 Oct 2022pre-release

    Nothing published for this version

  19. v1.21.03 Oct 2022
    Release notes2 sources agree

    IMPROVEMENTS

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

    BUILD

    • build: require go1.19.1 in CI/CD
    Open source →
  20. v1.20.2-0.20220926142717-e47951c54f1d26 Sept 2022pre-release

    Nothing published for this version

  21. v1.20.121 Sept 2022
    Release notes2 sources agree

    IMPROVEMENTS

    • fix: lowercase ID in OpenAPI spec
    Open source →
  22. v1.20.019 Sept 2022
    Release notes2 sources agree

    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
    Open source →
  23. v1.19.31 Sept 2022
    Release notes2 sources agree

    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
    Open source →
  24. v1.19.3-0.20220901142822-0383d3f4772e1 Sept 2022pre-release

    Nothing published for this version

  25. v1.19.230 Aug 2022
    Release notes2 sources agree

    IMPROVEMENTS

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

    BUILD

    • fix(deps): update golang.org/x/oauth2 digest to 0ebed06
    Open source →
  26. v1.19.2-0.20220826133649-0d492800944b26 Aug 2022pre-release

    Nothing published for this version

  27. v1.19.122 Aug 2022
    Release notes2 sources agree

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

    Open source →
  28. v1.19.022 Aug 2022
    Release notes2 sources agree

    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
    Open source →
  29. v1.18.7-0.20220811133914-9e2124133a0211 Aug 2022pre-release

    Nothing published for this version

  30. v1.18.611 Aug 2022
    Release notes2 sources agree

    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
    Open source →
  31. v1.18.6-0.20220802140509-7f09eda018982 Aug 2022pre-release

    Nothing published for this version

  32. v1.18.6-0.20220720203154-eefe581e910820 Jul 2022pre-release

    Nothing published for this version

  33. v1.18.6-0.20220719221641-eac84fbfc74719 Jul 2022pre-release

    Nothing published for this version

  34. v1.18.519 Jul 2022
    Release notes2 sources agree

    IMPROVEMENTS

    • docs: update ppd-valid.json ID values
    • feat: add R36 return code
    Open source →
  35. v1.18.414 Jul 2022
    Release notes2 sources agree

    IMPROVEMENTS

    • Fix entry category assignment in Reader
    Open source →
  36. v1.18.313 Jul 2022
    Release notes2 sources agree

    IMPROVEMENTS

    • feat: add R62 and R77 return codes

    BUILD

    • fix(deps): update module github.com/moov-io/base to v0.33.0
    Open source →
  37. v1.18.27 Jul 2022
    Release notes2 sources agree

    IMPROVEMENTS

    • fix: reduce memory usage during MergeFiles

    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
    Open source →
  38. v1.18.2-0.20220629131158-4a4501262cea29 Jun 2022pre-release

    Nothing published for this version

  39. v1.18.2-0.20220624134923-8227fcce731624 Jun 2022pre-release

    Nothing published for this version

  40. v1.18.115 Jun 2022
    Release notes2 sources agree

    IMPROVEMENTS

    • feat: support Refused COR/NOC codes

    BUILD

    • fix(deps): update module github.com/moov-io/base to v0.31.1
    Open source →
  41. v1.18.07 Jun 2022
    Release notes2 sources agree

    IMPROVEMENTS

    • Export the SettlementDate field in BatchHeader and IATBatchHeader

    BUILD

    • fix(deps): update module github.com/moov-io/base to v0.30.0
    • fix(deps): update module github.com/stretchr/testify to v1.7.2
    Open source →
  42. v1.17.1-0.20220603181127-04b60863f3783 Jun 2022pre-release

    Nothing published for this version

  43. v1.17.02 Jun 2022
    Release notes2 sources agree

    ADDITIONS

    • feat: add build file endpoint

    IMPROVEMENTS

    • cmd/webui: update wasm_exec.js bundle
    • cmd/webui: write library version to page
    • feat: set Addenda trace numbers in (EntryDetail).SetTraceNumber
    Open source →
  44. v1.16.123 May 2022
    Release notes2 sources agree

    IMPROVEMENTS

    • server: read unorderedBatchNumbers query param
    Open source →
  45. v1.16.023 May 2022
    Release notes2 sources agree

    ADDITIONS

    • Add AllowUnorderedBatchNumbers validate option to skip ascending batch sequence validation

    IMPROVEMENTS

    • api: add missing validate opts query params, Addenda99 Dishonored and Contested returns
    • batch: skip addendaFieldInclusion with Offset entries

    BUILD

    • build: update base images
    • build: update codeql action
    • build(deps): bump nokogiri from 1.13.4 to 1.13.6 in /docs
    • fix(deps): update module github.com/aws/aws-lambda-go to v1.32.0
    • fix(deps): update module github.com/go-kit/log to v0.2.1
    • fix(deps): update module github.com/moov-io/base to v0.29.2
    • fix(deps): update module github.com/prometheus/client_golang to v1.12.2
    Open source →
  46. v1.15.2-0.20220511222435-5ae96e9d092c11 May 2022pre-release

    Nothing published for this version

  47. v1.15.2-0.20220510135625-d9193f3b0e6210 May 2022pre-release

    Nothing published for this version

  48. v1.15.19 May 2022
    Release notes2 sources agree

    IMPROVEMENTS

    • feat: improve performance of getTraceNumbers
    Open source →
  49. v1.15.1-0.20220509171222-1a99be4ff9929 May 2022pre-release

    Nothing published for this version

  50. v1.15.1-0.20220509162027-8108c4e50c399 May 2022pre-release

    Nothing published for this version

  51. v1.15.03 May 2022
    Release notes2 sources agree

    ADDITIONS

    • merge: allow splitting files on their maximum dollar amounts

    IMPROVEMENTS

    • docs: provide specific actions of CustomTraceNumbers
    • fix(deps): update module github.com/aws/aws-lambda-go to v1.31.1
    Open source →
  52. v1.14.1-0.20220429184305-c0af4d34b2b629 Apr 2022pre-release

    Nothing published for this version

  53. v1.14.1-0.20220426133607-c2ab1f27de8326 Apr 2022pre-release

    Nothing published for this version

  54. v1.14.1-0.20220422160007-ca834677e60b22 Apr 2022pre-release

    Nothing published for this version

  55. v1.14.1-0.20220412160953-afcb1a1a2cc312 Apr 2022pre-release

    Nothing published for this version

  56. v1.14.1-0.20220401184757-ad31e8f8ca871 Apr 2022pre-release

    Nothing published for this version

  57. v1.14.030 Mar 2022
    Release notes2 sources agree

    ADDITIONS

    • feat: add support for "Dishonored Returns" with addenda records
    • feat: support parsing out Contested Dishonored Returns

    BUILD

    • build: install git in builder image
    • meta: update moov-io/base and our logging library
    Open source →
  58. v1.13.2-0.20220330174159-ca174217fe3e30 Mar 2022pre-release

    Nothing published for this version

  59. v1.13.2-0.20220330134508-22244dddd9de30 Mar 2022pre-release

    Nothing published for this version

  60. v1.13.2-0.20220321141641-1bbb082dcae221 Mar 2022pre-release

    Nothing published for this version