Releases: bunq/sdk_csharp
Releases · bunq/sdk_csharp
1.10.16
Release 1.10.16
1.10.3
1.1.0
1.0.0
Change Log
Unreleased
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:
- Oauth #112 #113 (OGKevin)
- Auto reload context #72 #111 (OGKevin)
- Added travis config. (#90) #110 (OGKevin)
- Updated the examples on readme. (#91) #109 (OGKevin)
- Use tinker as examples #77 #108 (OGKevin)
- Optimise test framework #87 #107 (OGKevin)
- Added net standard 2 support. (#93) #105 (nduijvelshoff)
- Update Sandbox API key procedure (#101) #102 (sandervdo)
0.12.4
0.12.4 (2017-12-21)
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:
0.12.3
0.12.2
A brand new release with some minor bug fixes and new features 💯 🌈
Patches
- Bump C# language version: e094ab0
- Added isSessionActive method and fixed client #33.: 6769595
- Added cvc_endpoint. #35: 38a939e
- Added missing cvc fields. #38: 2f69bd5
- Added issue template. #38: 78757f3
- Added DraftPaymentAnchorObject #37: c747ea7
- Updated DraftPayment to use DraftPaymentAnchorObject #37: 2f1d941
More Stricter
In this release:
- Stricter error handling
- Improved namespaces
- Minor bug fixes & general code clean up
Pagination
In this release:
- Pagination
- Cleaner tests
- Multiple endpoint updates and fixes
BunqResponse
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