Skip to content

Releases: Dwolla/dwolla-v2-kotlin

0.7.1

02 Dec 21:02
e8d9533
Compare
Choose a tag to compare

What's Changed

  • DEV-1172: Update Exchange Partners API class file name and include @Throws in method signatures by @jcoon97 in #58

Full Changelog: 0.7.0...0.7.1

0.7.0

22 Nov 07:40
a0ab833
Compare
Choose a tag to compare
  • Add Exchanges and Exchange Partners high-level API methods

0.6.1

17 Aug 22:28
422ccf4
Compare
Choose a tag to compare

What's Changed

  • Add firstName, lastName and dateOfBirth options when upgrading Unverified Customer to Personal Verified Customer by @ShreyaThapa in #45

Full Changelog: 0.6.0...0.6.1

0.6.0

30 Jun 13:55
6ed9ddc
Compare
Choose a tag to compare

What's Changed

  • Add correlationId option when creating a customer by @jcoon97 in #31
  • Create dependabot.yml by @ShreyaThapa in #32
  • Add ForeignPassportNotAllowed document failure reason by @jcoon97 in #33

Full Changelog: 0.5.0...0.6.0

v0.5.0

03 Jun 17:12
da2d1f3
Compare
Choose a tag to compare

Configure Dwolla environment to be more flexible to configuration

0.4.0

25 May 21:28
118a8df
Compare
Choose a tag to compare

What's Changed

  • Updated src/main/kotlin/com/dwolla/resource/documents/DocumentFailureReason.kt to match failure reasons in API Reference
  • Update gradle from 5.3.1 to 7.3.1

0.2.0

20 Oct 21:05
0df1e14
Compare
Choose a tag to compare
  • Add DwollaException base exception class
  • Swallow and rethrow exceptions using DwollaException

0.1.2

19 Aug 21:05
0a62916
Compare
Choose a tag to compare
  • Add delete methods to DwollaClient