Releases: moovfinancial/moov-go
Releases · moovfinancial/moov-go
v0.8.0
v0.7.0
v0.6.1
v0.6.0
ADDITIONS
- feat: add
StatementDescriptor
to Sweep - mhooks: add
SweepCreated
andSweepUpdated
webhook events
IMPROVEMENTS
- examples: create scheduled transfer for tomorrow
- fix: add
HolderName
andVerifyName
on Card Update - fix: add
InitiatedOn
on CardDetails - fix: add
VerifyName
on CreateCard
v0.5.0
ADDITIONS
- feat: adding in Scheduled Transfers to the client.
- feat: adding in Wallet Sweeps to the client.
IMPROVEMENTS
- feat: support general-ledger and loan bank accounts
- moov: extract "error" from JSON response on 400s
BUILD
- fix(deps): update module github.com/go-faker/faker/v4 to v4.5.0
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.0
BREAKING CHANGES
- transfers: update CreateTransfer to constrain return params based on async vs sync
ADDITIONS
- feat: add primary regulator to business profile
- examples: add business profile
IMPROVEMENTS
- feat: support webhooks ping event type and payload
- tests: enforce exact JSON decoding
- examples: retry list payment methods after bank account verification
BUG FIXES
- webhooks: fix JSON parsing error when decoding non-base64 encoded data