|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/bunq/sdk_csharp/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.14.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.14.1...HEAD) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Replace /sandbox-user with /sandbox-user-person and /sandbox-user-company [\#146](https://github.com/bunq/sdk_csharp/issues/146) |
| 10 | + |
| 11 | +**Fixed bugs:** |
| 12 | + |
| 13 | +- Remove getUserObject call immediately after UserContext creation \(reduce rate-limit hits\) [\#144](https://github.com/bunq/sdk_csharp/issues/144) |
| 14 | +- feature/sdk\_csharp\#144 Do not call getUser after UserContext creation [\#145](https://github.com/bunq/sdk_csharp/pull/145) ([angelomelonas](https://github.com/angelomelonas)) |
| 15 | + |
| 16 | +**Merged pull requests:** |
| 17 | + |
| 18 | +- feature/sdk\_csharp\#144 Fixed saving/restoring of the APIContext [\#148](https://github.com/bunq/sdk_csharp/pull/148) ([angelomelonas](https://github.com/angelomelonas)) |
| 19 | +- feature/sdk\_csharp\#146 Deprecated and removed usages of SandboxUser [\#147](https://github.com/bunq/sdk_csharp/pull/147) ([angelomelonas](https://github.com/angelomelonas)) |
| 20 | +- Added custom object deserializer for BunqMeTabResultInquiry [\#130](https://github.com/bunq/sdk_csharp/pull/130) ([NickvandeGroes](https://github.com/NickvandeGroes)) |
| 21 | + |
| 22 | +## [1.14.1](https://github.com/bunq/sdk_csharp/tree/1.14.1) (2020-08-19) |
| 23 | + |
| 24 | +[Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.14.0...1.14.1) |
6 | 25 |
|
7 | 26 | **Implemented enhancements:** |
8 | 27 |
|
|
18 | 37 | - Session-server bad request 400 [\#139](https://github.com/bunq/sdk_csharp/issues/139) |
19 | 38 | - DirectorAlias model has changed in production from a single object to array of objects [\#137](https://github.com/bunq/sdk_csharp/issues/137) |
20 | 39 | - JsonSerializationException when logging in \(ApiContext.Create\) [\#135](https://github.com/bunq/sdk_csharp/issues/135) |
| 40 | +- Can not construct a BunqMeTabEntry to create a BunqMeTab [\#85](https://github.com/bunq/sdk_csharp/issues/85) |
21 | 41 |
|
22 | 42 | **Merged pull requests:** |
23 | 43 |
|
|
35 | 55 |
|
36 | 56 | - BunqMeTab result\_inquiries empty [\#129](https://github.com/bunq/sdk_csharp/issues/129) |
37 | 57 |
|
38 | | -**Merged pull requests:** |
39 | | - |
40 | | -- Added custom object deserializer for BunqMeTabResultInquiry [\#130](https://github.com/bunq/sdk_csharp/pull/130) ([NickvandeGroes](https://github.com/NickvandeGroes)) |
41 | | - |
42 | 58 | ## [1.12.0](https://github.com/bunq/sdk_csharp/tree/1.12.0) (2019-09-10) |
43 | 59 |
|
44 | 60 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/1.10.16...1.12.0) |
|
94 | 110 |
|
95 | 111 | **Fixed bugs:** |
96 | 112 |
|
| 113 | +- NullReferenceException when calling CustomerStatementExport.List [\#96](https://github.com/bunq/sdk_csharp/issues/96) |
97 | 114 | - Provided client public key has an incorrect modulus length. Modulus length must be "2048", got "1024" [\#92](https://github.com/bunq/sdk_csharp/issues/92) |
98 | 115 |
|
99 | 116 | **Closed issues:** |
100 | 117 |
|
101 | 118 | - Unable to Authenticate with Bunq [\#114](https://github.com/bunq/sdk_csharp/issues/114) |
102 | | -- Can not construct a BunqMeTabEntry to create a BunqMeTab [\#85](https://github.com/bunq/sdk_csharp/issues/85) |
103 | 119 |
|
104 | 120 | **Merged pull requests:** |
105 | 121 |
|
|
111 | 127 |
|
112 | 128 | **Implemented enhancements:** |
113 | 129 |
|
114 | | -- Monetary account joint cannot be retrieved. [\#50](https://github.com/bunq/sdk_csharp/issues/50) |
115 | 130 | - \[csharp\] Update examples in readme [\#91](https://github.com/bunq/sdk_csharp/issues/91) |
116 | 131 | - Add test CI [\#90](https://github.com/bunq/sdk_csharp/issues/90) |
117 | 132 | - It is not possible to refresh userContext data [\#89](https://github.com/bunq/sdk_csharp/issues/89) |
118 | 133 | - Optimise test framework. [\#87](https://github.com/bunq/sdk_csharp/issues/87) |
119 | 134 | - Add more example scripts [\#77](https://github.com/bunq/sdk_csharp/issues/77) |
120 | 135 | - Auto save the session after automatic session reset has been executed [\#72](https://github.com/bunq/sdk_csharp/issues/72) |
| 136 | +- Monetary account joint cannot be retrieved. [\#50](https://github.com/bunq/sdk_csharp/issues/50) |
121 | 137 | - Added support for netstandard15. \(bunq/sdk\_csharp\#26\) [\#88](https://github.com/bunq/sdk_csharp/pull/88) ([OGKevin](https://github.com/OGKevin)) |
122 | 138 |
|
123 | | -**Fixed bugs:** |
124 | | - |
125 | | -- NullReferenceException when calling CustomerStatementExport.List [\#96](https://github.com/bunq/sdk_csharp/issues/96) |
126 | | - |
127 | 139 | **Closed issues:** |
128 | 140 |
|
129 | | -- Singleton ApiContext with multi-thread code [\#103](https://github.com/bunq/sdk_csharp/issues/103) |
130 | 141 | - Add oauth support. [\#112](https://github.com/bunq/sdk_csharp/issues/112) |
| 142 | +- Singleton ApiContext with multi-thread code [\#103](https://github.com/bunq/sdk_csharp/issues/103) |
131 | 143 | - Update Sandbox API key procedure [\#101](https://github.com/bunq/sdk_csharp/issues/101) |
132 | | -- Move to new sandbox. [\#99](https://github.com/bunq/sdk_csharp/issues/99) |
133 | | -- BunqSdk.Tests mention Java instead of C\# [\#97](https://github.com/bunq/sdk_csharp/issues/97) |
134 | 144 | - .net standard 2.0 support [\#93](https://github.com/bunq/sdk_csharp/issues/93) |
135 | 145 |
|
136 | 146 | **Merged pull requests:** |
137 | 147 |
|
138 | | -- Added travis config. \(bunq/sdk\_csharp\#90\) [\#110](https://github.com/bunq/sdk_csharp/pull/110) ([OGKevin](https://github.com/OGKevin)) |
139 | | -- Change Java to Csharp in readme. \(bunq/sdk\_csharp\#97\) [\#98](https://github.com/bunq/sdk_csharp/pull/98) ([robinvanpoppel](https://github.com/robinvanpoppel)) |
140 | 148 | - Oauth bunq/sdk\_csharp\#112 [\#113](https://github.com/bunq/sdk_csharp/pull/113) ([OGKevin](https://github.com/OGKevin)) |
141 | 149 | - Auto reload context bunq/sdk\_csharp\#72 [\#111](https://github.com/bunq/sdk_csharp/pull/111) ([OGKevin](https://github.com/OGKevin)) |
| 150 | +- Added travis config. \(bunq/sdk\_csharp\#90\) [\#110](https://github.com/bunq/sdk_csharp/pull/110) ([OGKevin](https://github.com/OGKevin)) |
142 | 151 | - Updated the examples on readme. \(bunq/sdk\_csharp\#91\) [\#109](https://github.com/bunq/sdk_csharp/pull/109) ([OGKevin](https://github.com/OGKevin)) |
143 | 152 | - Use tinker as examples bunq/sdk\_csharp\#77 [\#108](https://github.com/bunq/sdk_csharp/pull/108) ([OGKevin](https://github.com/OGKevin)) |
144 | 153 | - Optimise test framework bunq/sdk\_csharp\#87 [\#107](https://github.com/bunq/sdk_csharp/pull/107) ([OGKevin](https://github.com/OGKevin)) |
145 | 154 | - Added net standard 2 support. \(bunq/sdk\_csharp\#93\) [\#105](https://github.com/bunq/sdk_csharp/pull/105) ([nduijvelshoff](https://github.com/nduijvelshoff)) |
146 | 155 | - Update Sandbox API key procedure \(bunq/sdk\_csharp\#101\) [\#102](https://github.com/bunq/sdk_csharp/pull/102) ([sandervdo](https://github.com/sandervdo)) |
147 | 156 | - Changed sandbox url to the new one. \(bunq/sdk\_csharp\#99\) [\#100](https://github.com/bunq/sdk_csharp/pull/100) ([OGKevin](https://github.com/OGKevin)) |
| 157 | +- Change Java to Csharp in readme. \(bunq/sdk\_csharp\#97\) [\#98](https://github.com/bunq/sdk_csharp/pull/98) ([robinvanpoppel](https://github.com/robinvanpoppel)) |
148 | 158 |
|
149 | 159 | ## [0.13.1](https://github.com/bunq/sdk_csharp/tree/0.13.1) (2018-05-30) |
150 | 160 |
|
151 | 161 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.13.0...0.13.1) |
152 | 162 |
|
| 163 | +**Closed issues:** |
| 164 | + |
| 165 | +- Move to new sandbox. [\#99](https://github.com/bunq/sdk_csharp/issues/99) |
| 166 | +- BunqSdk.Tests mention Java instead of C\# [\#97](https://github.com/bunq/sdk_csharp/issues/97) |
| 167 | + |
153 | 168 | ## [0.13.0](https://github.com/bunq/sdk_csharp/tree/0.13.0) (2018-03-20) |
154 | 169 |
|
155 | 170 | [Full Changelog](https://github.com/bunq/sdk_csharp/compare/0.12.4...0.13.0) |
|
0 commit comments