Skip to content

Latest commit

 

History

History
342 lines (207 loc) · 18.2 KB

CHANGELOG.md

File metadata and controls

342 lines (207 loc) · 18.2 KB

Changelog

Full Changelog

Implemented enhancements:

  • Replace /sandbox-user with /sandbox-user-person and /sandbox-user-company #146

Fixed bugs:

  • Remove getUserObject call immediately after UserContext creation (reduce rate-limit hits) #144
  • feature/sdk_csharp#144 Do not call getUser after UserContext creation #145 (angelomelonas)

Merged pull requests:

1.14.1 (2020-08-19)

Full Changelog

Implemented enhancements:

1.14.0 (2020-08-05)

Full Changelog

Closed issues:

  • Session-server bad request 400 #139
  • DirectorAlias model has changed in production from a single object to array of objects #137
  • JsonSerializationException when logging in (ApiContext.Create) #135
  • Can not construct a BunqMeTabEntry to create a BunqMeTab #85

Merged pull requests:

1.13.0 (2020-02-19)

Full Changelog

1.12.1 (2019-09-16)

Full Changelog

Closed issues:

  • BunqMeTab result_inquiries empty #129

1.12.0 (2019-09-10)

Full Changelog

Closed issues:

  • Installing the nuget package adds root files that you can't remove #127
  • Event missing from endpoints #121
  • broken PaymentsSample.cs link in README #119
  • MonetaryAccountSavings missing from endpoints #118

Merged pull requests:

1.10.16 (2019-06-16)

Full Changelog

1.10.3 (2019-05-22)

Full Changelog

1.10.2 (2019-05-09)

Full Changelog

Merged pull requests:

1.10.1 (2019-05-08)

Full Changelog

1.10.0 (2019-05-08)

Full Changelog

Closed issues:

Merged pull requests:

1.1.0 (2018-10-10)

Full Changelog

Fixed bugs:

  • NullReferenceException when calling CustomerStatementExport.List #96
  • Provided client public key has an incorrect modulus length. Modulus length must be "2048", got "1024" #92

Closed issues:

  • Unable to Authenticate with Bunq #114

Merged pull requests:

1.0.0 (2018-07-24)

Full Changelog

Implemented enhancements:

  • [csharp] Update examples in readme #91
  • Add test CI #90
  • It is not possible to refresh userContext data #89
  • Optimise test framework. #87
  • Add more example scripts #77
  • Auto save the session after automatic session reset has been executed  #72
  • Monetary account joint cannot be retrieved. #50
  • Added support for netstandard15. (#26) #88 (OGKevin)

Closed issues:

  • Add oauth support. #112
  • Singleton ApiContext with multi-thread code #103
  • Update Sandbox API key procedure #101
  • .net standard 2.0 support #93

Merged pull requests:

0.13.1 (2018-05-30)

Full Changelog

Closed issues:

  • Move to new sandbox. #99
  • BunqSdk.Tests mention Java instead of C# #97

0.13.0 (2018-03-20)

Full Changelog

Implemented enhancements:

  • Add zappr integration for better quality control  #66
  • Add more information to templates. #64
  • Add response id to error messages from failed requests  #63
  • Add installation instructions to README.md #61

Fixed bugs:

  • Token request ideal is missing id attribute in response. #76
  • Field ID is missing from MasterCardAction #52
  • TokenQrRequestIdeal returns the wrong type #51

Closed issues:

  • Bunq update 7 #83

Merged pull requests:

0.12.4 (2017-12-21)

Full Changelog

Implemented enhancements:

  • Introduce CreateFromJsonString method. #56
  • Make sure received signatures headers are correctly cased #49
  • Return base class from createFromJsonString #48
  • CHANGELOG.md is empty #46
  • Improve decoder to recognise child objects #43
  • Generated CHANGELOG.md 👏. (#46) #47 (OGKevin)

Closed issues:

  • Payment example doesn't work without a name for the pointer #54

Merged pull requests:

  • Ensure that headers are correctly cased before signature verification… #59 (OGKevin)
  • Improve decoder bunq/sdk csharp#43 #57 (OGKevin)

0.12.3 (2017-11-15)

Full Changelog

Implemented enhancements:

  • Callback models for holding callback data #41

Fixed bugs:

  • ScheduledPayment causes decode error due to Typo #45

Merged pull requests:

  • Feature/callback models bunq/sdk csharp#41 #44 (OGKevin)

0.12.2 (2017-11-08)

Full Changelog

Implemented enhancements:

  • Missing CARD GENERATED CVC2 endpoint #35
  • More flexibility for sessionContext handling #28
  • Feature/is session active#33 #34 (OGKevin)
  • Added cvc_endpoint. #35 #36 (OGKevin)

Fixed bugs:

  • DraftPayment object field causes converter error #37

Closed issues:

  • Add missing fields for cvc endpoint #38
  • More flexibility for sessionContext handling #33

Merged pull requests:

0.12.0 (2017-10-11)

Full Changelog

Implemented enhancements:

  • Better error handling #22
  • Add Pagination #17
  • Feature/exception handler #23 (OGKevin)
  • Marked all files in generated dir as generated code. #21 (OGKevin)

Closed issues:

  • Improve Model Namespaces #24

Merged pull requests:

0.11.0 (2017-09-06)

Full Changelog

Implemented enhancements:

  • Ignore generated code for reviews #19
  • Add proxy support #15
  • Response is missing response headers and pagination #5
  • Added git attributes. #20 (OGKevin)
  • Add pagination; add missing fields and objects [#17] #18 (dnl-blkv)

0.10.0 (2017-08-23)

Full Changelog

Implemented enhancements:

  • Allow saving context to JSON and restoring from it #13
  • Bunq SDK needs two minor refactors #11
  • add proxy support, make httpClient instance variable [#15] #16 (dnl-blkv)
  • add methods to serialize and de-serialize ApiContext, fix Card [#13] #14 (dnl-blkv)
  • #5 Introduce BunqResponse #6 (dnl-blkv)

Fixed bugs:

  • ArgumentException in SessionServerConverter #7

Merged pull requests:

0.9.2 (2017-08-18)

Full Changelog

Fixed bugs:

  • Fix SessionServerConverter, bump up to 0.9.2.0-beta [#7] #8 (dnl-blkv)

0.9.1 (2017-08-07)

Full Changelog

Implemented enhancements:

  • Complete project info #3
  • Added readme for tests #2 (OGKevin)
  • Add first wave unit-tests #1 (OGKevin)

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator