Skip to content

Releases: bunq/sdk_java

1.10.0

21 May 10:00
Compare
Choose a tag to compare
Release 1.10.0

1.1.0

09 Oct 15:27
Compare
Choose a tag to compare
Release 1.1.0

1.0.0

24 Jul 18:48
Compare
Choose a tag to compare

Change Log

Unreleased

Full Changelog

Implemented enhancements:

  • Add optional parameters to constructor  #50
  • Monetary account joint cannot be retrieved. #45
  • Add java 7 compatibility  #42

Fixed bugs:

  • SDK build fails on jitpack #6

Closed issues:

  • Add oauth support #107
  • Java 7 compatibility: java.util.Base64 #104
  • Please share code formatter #103
  • expose ApiEnvironmentType members and add pinnedKey #100
  • Update Sandbox API key procedure #96
  • Can not construct a BunqMeTabEntry to create a BunqMeTab #77

Merged pull requests:

0.13.1

30 May 09:34
Compare
Choose a tag to compare

Full Changelog

Patches

  • Merge pull request #92 from bunq/move-to-new-sandbox-bunq/sdk_java#89: d9a9f54

0.13.0

03 Apr 09:53
Compare
Choose a tag to compare

0.13.0 (2017-12-21)

Full Changelog

Implemented enhancements:

  • Add zappr integration for better quality control  #58
  • Add more information to templates #56
  • Add response id to error messages from failed requests  #55

Fixed bugs:

  • Token request ideal is missing id attribute in response. #65
  • getCounterpartyAlias() returns null on payments #49
  • Field ID is missing from MasterCardAction #48
  • TokenQrRequestIdeal returns the wrong type #47
  • Cannot list draft payments for monetary account #46

Closed issues:

  • bunq update 7 #75
  • Serialization Error #71
  • Clean dependencies #25

Merged pull requests:

0.12.4

21 Dec 16:45
Compare
Choose a tag to compare

0.12.4 (2017-12-21)

Full Changelog

Implemented enhancements:

  • Introduce fromJson method #51
  • Make sure received signatures headers are correctly cased #43
  • Remove guava  #41
  • Return base class from createFromJsonString #40
  • CHANGELOG.md is empty #38
  • Improve decoder to recognise child object #35

Fixed bugs:

  • Remove guava  #41

Merged pull requests:

  • Added method to ensure that reponse headers are correclty cased befor… #53 (OGKevin)
  • Feature/improve decoder bunq/sdk java#35 #52 (OGKevin)
  • Removed guava as dependency. (#41) #44 (OGKevin)
  • Generated CHANGELOG.md 👏. (#38) #39 (OGKevin)
  • Removed guava as dependency. \(bunq/sdk\_java\#41\) #44 (OGKevin)

0.12.3

15 Nov 17:26
Compare
Choose a tag to compare

0.12.3 (2017-11-15)

Full Changelog

Implemented enhancements:

  • Callback models for holding callback data #33
  • Feature/callback models bunq/sdk java#33 #36 (OGKevin)

Fixed bugs:

  • ScheduledPayment causes decode error due to Typo #37

0.12.2

08 Nov 15:11
Compare
Choose a tag to compare

A brand new release with some minor bug fixes and new features 💯 🌈

Patches

More Stricter

11 Oct 08:28
Compare
Choose a tag to compare

In this release:

  • Stricter error handling
  • Improved namespaces
  • Minor bug fixes & general code clean up

Pagination

06 Sep 19:26
Compare
Choose a tag to compare

In this release:

  • Pagination
  • Cleaner tests
  • Multiple endpoint updates and fixes