Skip to content

Releases: bunq/sdk_csharp

1.10.16

17 Jun 10:25
1.10.16
Compare
Choose a tag to compare
Release 1.10.16

1.10.3

22 May 15:00
Compare
Choose a tag to compare
Release 1.10.3

1.1.0

10 Oct 13:19
Compare
Choose a tag to compare
Release 1.1.0

1.0.0

24 Jul 19:22
Compare
Choose a tag to compare

Change Log

Unreleased

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

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.12.4

21 Dec 16:51
Compare
Choose a tag to compare

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

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)
  • Generated CHANGELOG.md 👏. (#46) #47 (OGKevin)

0.12.3

15 Nov 18:01
Compare
Choose a tag to compare

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

08 Nov 15:17
Compare
Choose a tag to compare

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

Patches

More Stricter

11 Oct 07:58
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:30
Compare
Choose a tag to compare

In this release:

  • Pagination
  • Cleaner tests
  • Multiple endpoint updates and fixes

BunqResponse

23 Aug 18:07
Compare
Choose a tag to compare

In this release:

  • BunqResponse object including response headers and response model is now returned from all the CRUD(L) methods instead of just response model
  • Added Methods to convert ApiContext directly to JSON and restoring directly from JSON
  • Added support for proxy
  • Multiple minor cleanups and bug fixes