ach v1.5.0 Release Notes

Release Date: 2020-11-12 // over 3 years ago
  • โž• ADDITIONS

    • ๐Ÿ“œ cmd/webui: initial setup for client-side ACH file parsing to their JSON forms
    • entries: allow custom TransactionCode validation
    • entries: allow custom TraceNumber values
    • writer: allow setting Writer.LineEnding to use custom values for ending each outputted
    • server: allow ValidateOpts to be set through HTTP query parameters

    ๐Ÿ‘Œ IMPROVEMENTS

    • ๐Ÿ‘• build: check and lint OpenAPI spec in CI
    • โšก๏ธ api: update summaries of endpoints
    • api: clean up OpenAPI spec after running Speccy
    • ๐Ÿ“„ docs: update content for moov-io.github.io/ach/
    • ๐Ÿ“„ docs: add page on return files
    • ๐Ÿ“„ docs: add link to Moov's ACH blog post
    • ๐Ÿ“„ docs: fix filepath example in segmented files
    • github: request version in bug reports
    • github: add codeowners
    • โšก๏ธ chore(deps): update golang docker tag to v1.15

    ๐Ÿ› BUG FIXES

    • server: fix batch additions by shimming JSON reading