Skip to content

Latest commit

 

History

History
326 lines (201 loc) · 17.5 KB

CHANGELOG.md

File metadata and controls

326 lines (201 loc) · 17.5 KB

Changelog

Full Changelog

Implemented enhancements:

  • Update Java SDK dependencies #131

Fixed bugs:

  • OauthAuthorizationUri creates incorrect URL #126
  • Fixed OauthAuthorizationUri not being correctly created #133 (angelomelonas)

Closed issues:

  • ExceptionInInitializerError in ApiContext.create #127
  • Update Okio dependency #120

Merged pull requests:

1.14.0 (2020-07-28)

Full Changelog

Closed issues:

  • Certificate pinning issue after bunq certificate renewal #123

1.13.1 (2020-03-27)

Full Changelog

Merged pull requests:

1.13.0 (2020-02-19)

Full Changelog

1.12.1 (2019-09-16)

Full Changelog

Closed issues:

  • No payment details in the result inquiries of a bunq me tab in the api #114

Merged pull requests:

1.12.0 (2019-09-10)

Full Changelog

Closed issues:

  • NullPointerException on creating NotificationFilterUrlUser #117

Merged pull requests:

1.10.16 (2019-06-16)

Full Changelog

1.10.1 (2019-05-22)

Full Changelog

Closed issues:

  • Support for MonetaryAccountBankSavings is missing #113

1.10.0 (2019-05-09)

Full Changelog

Closed issues:

  • Certificate pinning issue after bunq certificate renewal #115
  • Used package javax.xml.bind not included in Android #111

Merged pull requests:

  • Changed pinned key to match new sandbox certificate #116 (erwindeg)

1.1.0 (2018-10-09)

Full Changelog

Merged pull requests:

1.0.1 (2018-09-01)

Full Changelog

Closed issues:

  • 1.0.0 build aild on jitpack #109

Merged pull requests:

1.0.0 (2018-07-24)

Full Changelog

Implemented enhancements:

  • [Java] Update examples in readme #81
  • Add test CI #80
  • It is not possible to refresh userContext data #79
  • Optimise test framework #78
  • Add more example scripts #66
  • Auto save the session after automatic session reset has been executed  #60
  • Add optional parameters to constructor  #50
  • Monetary account joint cannot be retrieved. #45
  • Add java 7 compatibility  #42
  • Endpoint HTTP methods should not be static #34
  • Remove the examples from the published artifacts #2

Fixed bugs:

  • SDK build fails on jitpack #6

Closed issues:

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

Merged pull requests:

0.13.1 (2018-05-30)

Full Changelog

Closed issues:

  • Android issue: HttpClient was deprecated in API Level 22 and removed in API Level 23 #69

0.13.0 (2018-03-20)

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 (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
  • Removed guava as dependency. (#41) #44 (OGKevin)
  • Generated CHANGELOG.md 👏. (#38) #39 (OGKevin)

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)

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 (2017-11-08)

Full Changelog

Implemented enhancements:

  • Add missing fields for cvc endpoint #30
  • Missing CARD GENERATED CVC2 endpoint #26
  • More flexibility for sessionContext handling #23
  • Added cvc_endpoint. #26 #27 (OGKevin)
  • Added isExpired() method #23. #24 (OGKevin)

Fixed bugs:

  • DraftPayment object field causes converter error #29

Merged pull requests:

  • Feature/fix draft payment object #29 #32 (OGKevin)
  • Feature/add missing cvc fields #30 #31 (OGKevin)

0.12.0 (2017-10-11)

Full Changelog

Implemented enhancements:

  • Update read me with installation instructions #21
  • Better error handling #17
  • Response is missing response headers and pagination #4
  • Feature/exception handler #18 (OGKevin)
  • Marked all files in generated dir as generated code. #16 (OGKevin)

Closed issues:

  • Improve Model Namespaces #19

Merged pull requests:

  • cleanup after 19-improve-namespaces #22 (dnl-blkv)
  • Fix namespaces; cleanup tests; kill formatting of generated files [#19] #20 (dnl-blkv)

0.11.0 (2017-09-06)

Full Changelog

Implemented enhancements:

  • Ignore generated code for reviews #14
  • Added git attributes. #15 (OGKevin)

Merged pull requests:

  • Add pagination; cleanup; add missing endpoints and fields [#4] #13 (dnl-blkv)

0.10.0 (2017-08-23)

Full Changelog

Implemented enhancements:

  • Add Proxy Support #11
  • Allow saving context to JSON and restoring from it #9
  • Add proxy support and missing .gitignore entry [#11] #12 (dnl-blkv)
  • add methods to save ApiContext to JSON and restore it from JSON [#9] #10 (dnl-blkv)
  • #4 Introduce BunqResponse #5 (dnl-blkv)

Fixed bugs:

  • Fix Jitpack build, add misssing fields, fix field types in generated [#6] #8 (dnl-blkv)

0.9.1 (2017-08-08)

Full Changelog

Implemented enhancements:

* This Changelog was automatically generated by github_changelog_generator