Skip to content

Releases: moovfinancial/moov-go

v0.8.0

15 Nov 22:08
00ea886
Compare
Choose a tag to compare

BREAKING CHANGES

  • wallet: renamed Transaction to WalletTransaction
  • wallet: updated Transaction's TransactionType and SourceType fields from string to enums

v0.7.0

01 Nov 15:44
0acaec6
Compare
Choose a tag to compare

v0.7.0 (Released 2024-11-01)

ADDITIONS

  • feat: added EndToEndToken to card creation and updating

v0.6.1

23 Oct 14:59
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: add sweepID, occurrenceID, and scheduleID to transfer model

v0.6.0

16 Oct 15:28
Compare
Choose a tag to compare

ADDITIONS

  • feat: add StatementDescriptor to Sweep
  • mhooks: add SweepCreated and SweepUpdated webhook events

IMPROVEMENTS

  • examples: create scheduled transfer for tomorrow
  • fix: add HolderName and VerifyName on Card Update
  • fix: add InitiatedOn on CardDetails
  • fix: add VerifyName on CreateCard

v0.5.0

13 Sep 19:48
Compare
Choose a tag to compare

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

12 Aug 19:54
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: add support for Instant Micro Deposits (Bank Account Verification)

v0.4.2

02 Aug 15:34
ad1d303
Compare
Choose a tag to compare

ADDITIONS

feat: end to end encryption endpoints.
examples: added end to end encryption example.

v0.4.1

23 Jul 14:35
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: specify http method in patch card endpoint

v0.4.0

22 Jul 19:20
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: allow custom content type on multipart file
  • fix: Ensure cards patch only updates intended fields
  • test: always cleanup created card
  • test: use known account for pull from card test

v0.3.0

20 Jun 21:47
0ad47f5
Compare
Choose a tag to compare

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