PackageTrack
Sign in Get early access

github.com/moov-io/ach

v1.63.3 #2357 most downloaded on Go modules moov-io/ach

What this package is like to depend on

Last release 2 days ago

21 Aug 2026

Ships on a steady schedule

a new release about every 2 weeks

Most releases are documented

notes for 147 of 192 stable releases

Nothing withdrawn

no release was ever pulled

9 years old

528 releases · first in 2017

100 releases in the last 12 months

see the full history below

Release timeline

528 releases · Nov 2017 to Aug 2026
2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 528
  1. v1.63.4-0.20260821195331-c6bd2372ebf0 21 Aug 2026 pre-release

    Nothing published for this version

  2. v1.63.4-0.20260813234943-cb86a8ce1a49 13 Aug 2026 pre-release

    Nothing published for this version

  3. v1.63.4-0.20260812173646-804292f0d604 12 Aug 2026 pre-release

    Nothing published for this version

  4. v1.63.3 12 Aug 2026
    Release notes

    What's Changed

    • fix(deps): update module golang.org/x/text to v0.41.0 by @renovate[bot] in #1829
    • fix: Iterator scanner errors and fixed-width rune splitting by @SashaMIT in #1834

    New Contributors

    Full Changelog: v1.63.2...v1.63.3

    Open source →
  5. v1.63.3-0.20260811162640-83b31c85e73b 11 Aug 2026 pre-release

    Nothing published for this version

  6. v1.63.2 11 Aug 2026
    Release notes

    Changelog

    • dd7d55d fix(server): reject oversized request bodies instead of truncating (#1833)

    What's Changed

    • fix(server): reject oversized request bodies instead of truncating by @adamdecaf in #1833

    Full Changelog: v1.63.1...v1.63.2

    Open source →
  7. v1.63.2-0.20260810161048-17b0a61399a4 10 Aug 2026 pre-release

    Nothing published for this version

  8. v1.63.1 10 Aug 2026
    Release notes

    What's Changed

    Bug Fixes — File merging

    • MergeDir stability: complete via channel close and drain instead of cancel-only shutdown, so in-flight parsers are not left blocked on errors (no deadlock when ADV/corrupt files appear among valid inputs). File header / validate opts are set on the merge goroutine to avoid races with parser workers.
    • MaxDollarAmount is per side: debit and credit totals are limited independently to match NACHA file control totals. Mixed debit+credit files under a shared cap may now stay in one file when each side is under the limit (previously a combined running total could split incorrectly).
    • walkDir: subdirectories are no longer enqueued as merge inputs after recursion (only their files are).
    • Parse workers: default concurrency is adaptive (4 * GOMAXPROCS, clamped 8–50) instead of a fixed 50.
    • Tests: expanded merge coverage (IAT limits, error/cancel paths, entry-loss checks) and split into merge_test.go, merge_dir_test.go, merge_iat_test.go, and merge_internal_test.go.

    Commits since v1.63.0

    • 471afd2 fix(merge): stabilize MergeDir and track debit/credit limits separately (#1823)
    • 969b02f test(merge): expand coverage and split merge tests into focused files
    • a38725d chore: updating wasm webui [skip ci]

    Full Changelog: v1.63.0...v1.63.1

    Open source →
  9. v1.63.1-0.20260810152534-471afd2cc258 10 Aug 2026 pre-release

    Nothing published for this version

  10. v1.63.0 10 Aug 2026
    Release notes

    What's Changed

    Security — CORS origin allowlist via moov-io/base v0.63.0

    Bump github.com/moov-io/base to v0.63.0.

    Credentialed CORS no longer reflects arbitrary https:// Origins with Access-Control-Allow-Credentials: true. Existing AddCORSHandler / SetAccessControlAllowHeaders / Wrap call sites now honor base's shared allowlist.

    Deploy / upgrade

    • Set MOOV_CORS_ALLOW_ORIGINS to a comma-separated list of exact browser Origins where credentialed cross-origin calls are expected (e.g. https://moov.io,https://dashboard.moov.io).
    • Loopback HTTP origins remain allowed for local development (http://localhost[:port], http://127.0.0.1[:port]).
    • Server-to-server / non-browser clients are unaffected (CORS is browser-enforced).
    • Unlisted Origins receive no Access-Control-Allow-Origin / credentials headers.

    Thanks to @SashaMIT for the CORS allowlist work.

    Full Changelog: v1.62.1...v1.63.0

    Open source →
  11. v1.62.2-0.20260807213947-b4f5a7e26a12 07 Aug 2026 pre-release

    Nothing published for this version

  12. v1.62.1 07 Aug 2026
    Release notes

    What's Changed

    Dependencies

    • Bump github.com/moov-io/base to v0.62.1 (bugfix)
      • Bound pgxpool.Close wait on sql.DB shutdown to avoid process-exit deadlocks (Postgres/AlloyDB)

    Commits since v1.62.0

    • 31dc126 chore: updating wasm webui [skip ci]
    • 4d20160 build(deps): bump github/codeql-action from 4 to 4.37.4 (#1824)
    • eb3ba08 test(fuzz): harden ACH reader/writer fuzzers with round-trip seeds (#1825)
    • b5ab6bb chore(deps): update github/codeql-action action to v4.37.6 (#1826)
    • a8d68ae build(deps-dev): bump json from 2.20.0 to 2.21.2 in /docs (#1827)
    • 9ce7532 chore(deps): bump github.com/moov-io/base to v0.62.1 (#1828)
    Open source →
  13. v1.62.1-0.20260730214932-31dc126e31a2 30 Jul 2026 pre-release

    Nothing published for this version

  14. v1.62.0 30 Jul 2026
    Release notes

    Changelog

    • 7ddfbec server: configurable max request body size via ACH_MAX_BODY_SIZE (#1821)
    Open source →
  15. v1.61.4 29 Jul 2026
    Release notes

    Changelog

    • 9ae46b9 docs: keep legacy OpenAPI enums, document newer fields as strings
    Open source →
  16. v1.61.4-0.20260724180350-e37422fbc83e 24 Jul 2026 pre-release

    Nothing published for this version

  17. v1.61.4-0.20260721095359-d550ecb851b8 21 Jul 2026 pre-release

    Nothing published for this version

  18. v1.61.4-0.20260720211852-7dc72bbf4118 20 Jul 2026 pre-release

    Nothing published for this version

  19. v1.61.3 20 Jul 2026
    Release notes

    Changelog

    • 0749797 fix: preserve IATEntryDetail.DFIAccountNumber spaces when PreserveSpaces is set (#1813)
    Open source →
  20. v1.61.3-0.20260715144842-e30e105bf6cd 15 Jul 2026 pre-release

    Nothing published for this version

  21. v1.61.3-0.20260710210953-cf48f6e73193 10 Jul 2026 pre-release

    Nothing published for this version

  22. v1.61.2 10 Jul 2026
    Release notes

    IMPROVEMENTS

    • fix: parse BatchControl by rune to prevent multibyte field misalignment by @dkoosis in #1796

    What's Changed

    • chore(config): migrate Renovate config by @renovate[bot] in #1791
    • chore(deps): update all to v1.26.4 by @renovate[bot] in #1792
    • fix(deps): update all by @renovate[bot] in #1793
    • fix(deps): update all to v0.56.0 by @renovate[bot] in #1794
    • fix(deps): update module github.com/moov-io/base to v0.61.3 by @renovate[bot] in #1802
    • fix(deps): update module golang.org/x/text to v0.39.0 by @renovate[bot] in #1803
    • build(deps): bump concurrent-ruby from 1.3.6 to 1.3.7 in /docs by @dependabot[bot] in #1801
    • build(deps-dev): bump faraday from 2.14.2 to 2.14.3 in /docs by @dependabot[bot] in #1800
    • build(deps-dev): bump nokogiri from 1.19.3 to 1.19.4 in /docs by @dependabot[bot] in #1799
    • build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #1798
    • chore(deps): update all (major) by @renovate[bot] in #1797
    • chore(deps): update go toolchain directive to v1.26.5 by @renovate[bot] in #1805
    • fix(deps): update all by @renovate[bot] in #1806
    • build(deps): bump golang.org/x/net from 0.56.0 to 0.57.0 by @dependabot[bot] in #1808

    New Contributors

    Full Changelog: v1.61.1...v1.61.2

    Open source →
  23. v1.61.2-0.20260629234140-cc95789cb2cb 29 Jun 2026 pre-release

    Nothing published for this version

  24. v1.61.2-0.20260610220013-09e748fe7cd4 10 Jun 2026 pre-release

    Nothing published for this version

  25. v1.61.2-0.20260603021042-94755d4ee353 03 Jun 2026 pre-release

    Nothing published for this version

  26. v1.61.2-0.20260602171237-5ebc9591927e 02 Jun 2026 pre-release

    Nothing published for this version

  27. v1.61.1 02 Jun 2026
    Release notes

    Changelog

    What's Changed

    • fix(deps): update module golang.org/x/net to v0.54.0 by @renovate[bot] in #1785
    • fix(deps): update module golang.org/x/net to v0.55.0 by @renovate[bot] in #1789
    • build(deps-dev): bump faraday from 2.14.1 to 2.14.2 in /docs by @dependabot[bot] in #1787

    Full Changelog: v1.61.0...v1.61.1

    Open source →
  28. v1.61.1-0.20260522104419-8d92cb9259a3 22 May 2026 pre-release

    Nothing published for this version

  29. v1.61.1-0.20260509005757-5cddb35ecabb 09 May 2026 pre-release

    Nothing published for this version

  30. v1.61.1-0.20260508181848-2e264ff87e4c 08 May 2026 pre-release

    Nothing published for this version

  31. v1.61.0 08 May 2026

    Nothing published for this version

  32. v1.60.2-0.20260504185432-8aef7f1cf45d 04 May 2026 pre-release

    Nothing published for this version

  33. v1.60.2-0.20260501163056-ee43c64c543c 01 May 2026 pre-release

    Nothing published for this version

  34. v1.60.1 01 May 2026

    Nothing published for this version

  35. v1.60.0 01 May 2026

    Nothing published for this version

  36. v1.59.1-0.20260416194641-e3de84ff56af 16 Apr 2026 pre-release

    Nothing published for this version

  37. v1.59.0 16 Apr 2026

    Nothing published for this version

  38. v1.58.1-0.20260407185915-5f947588b41f 07 Apr 2026 pre-release

    Nothing published for this version

  39. v1.58.0 07 Apr 2026

    Nothing published for this version

  40. v1.57.3-0.20260403215427-29a906b2c109 03 Apr 2026 pre-release

    Nothing published for this version

  41. v1.57.2 03 Apr 2026

    Nothing published for this version

  42. v1.57.2-0.20260403213327-a249a0d61d3e 03 Apr 2026 pre-release

    Nothing published for this version

  43. v1.57.1 03 Apr 2026

    Nothing published for this version

  44. v1.57.1-0.20260403182358-08b5fadb0d53 03 Apr 2026 pre-release

    Nothing published for this version

  45. v1.57.0 03 Apr 2026

    Nothing published for this version

  46. v1.56.5-0.20260402170145-7b6af7a46d6a 02 Apr 2026 pre-release

    Nothing published for this version

  47. v1.56.4 02 Apr 2026

    Nothing published for this version

  48. v1.56.4-0.20260312051932-1212ab39ea10 12 Mar 2026 pre-release

    Nothing published for this version

  49. v1.56.4-0.20260303215534-1e3c0e8b4f7e 03 Mar 2026 pre-release

    Nothing published for this version

  50. v1.56.4-0.20260223211317-4eb4360c8711 23 Feb 2026 pre-release

    Nothing published for this version

  51. v1.56.4-0.20260219214905-be798c122eed 19 Feb 2026 pre-release

    Nothing published for this version

  52. v1.56.3 18 Feb 2026

    Nothing published for this version

  53. v1.56.2 18 Feb 2026

    Nothing published for this version

  54. v1.56.1 18 Feb 2026

    Nothing published for this version

  55. v1.56.0 18 Feb 2026

    Nothing published for this version

  56. v1.55.6-0.20260218160654-9a184c7e3788 18 Feb 2026 pre-release

    Nothing published for this version

  57. v1.55.5 18 Feb 2026

    Nothing published for this version

  58. v1.55.5-0.20260213201131-78a8ae48d573 13 Feb 2026 pre-release

    Nothing published for this version

  59. v1.55.5-0.20260211214809-87879c93c0e5 11 Feb 2026 pre-release

    Nothing published for this version

  60. v1.55.4 11 Feb 2026

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive