Releases: moov-io/ach
Releases · moov-io/ach
Release v1.45.5
IMPROVEMENTS
- fix: set ValidateOpts on newly constructed Batches of merge
- fix: typos in batch code constants
BUILD
- chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1738643652 (#1543)
Release v1.45.4
IMPROVEMENTS
- fix: read ValidateOpts from JSON before data
- test: verify more about Addenda99Dishonored returns
BUILD
- chore: replace internal iso3166 with moov-io/iso3166
Release v1.45.3
IMPROVEMENTS
- fix: allow credits in SHR batches
Release v1.45.2
IMPROVEMENTS
- Allow NBSP (U+00A0) in PPD Addenda Payment Related Information
BUILD
- fix(deps): update module golang.org/x/net to v0.34.0 (#1532)
Release v1.45.1
IMPROVEMENTS
- fix: update change codes to comly with 2024 nacha operating rules
BUILD
- fix(deps): update module golang.org/x/net to v0.33.0 (#1528)
Release v1.45.0
IMPROVEMENTS
- fix: copy ValidateOpts through Flatten
- feat: add
DeleteEntries()
to IATBatch
BUILD
- chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1733767867 (#1522)
Release v1.44.2
IMPROVEMENTS
- fix bug in Addenda02: Corrected ReferenceInformationTwoField to use ReferenceInformationTwo
BUILD
- fix(deps): update module golang.org/x/net to v0.32.0 (#1519)
Release v1.44.1
IMPROVEMENTS
- fix: preserve FileIDModifier when flattening files
Release v1.44.0
ADDITIONS
- Add
NachaEntryAmountLimit
,NachaBatchDebitCreditLimit
, andNachaFileDebitCreditLimit
constants
IMPROVEMENTS
- docs: add guide for calculating effective entry date
- fix: enforce limits on max amount in entries, batches, files and merge
BUILD
- fix(deps): update module github.com/stretchr/testify to v1.10.0 (#1512)
- fix(deps): update module golang.org/x/sync to v0.10.0
- fix(deps): update module golang.org/x/text to v0.21.0
Release v1.43.0
ADDITIONS
- feat: add
DeleteEntries
andDeleteADVEntries
to remove entries from a Batch