|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/bunq/sdk_java/tree/HEAD)
|
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/bunq/sdk_java/compare/1.13.1...HEAD) |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/1.14.1...HEAD) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Replace /sandbox-user with /sandbox-user-person and /sandbox-user-company [\#137](https://github.com/bunq/sdk_java/issues/137) |
| 10 | +- feature/sdk\_java\#137 Deprecate sandbox-user. [\#138](https://github.com/bunq/sdk_java/pull/138) ([angelomelonas](https://github.com/angelomelonas)) |
| 11 | + |
| 12 | +**Fixed bugs:** |
| 13 | + |
| 14 | +- Remove getUserObject call immediately after UserContext creation \(reduce rate-limit hits\) [\#134](https://github.com/bunq/sdk_java/issues/134) |
| 15 | +- feature/sdk\_java\#134 save/restore User in SessionContext from file [\#136](https://github.com/bunq/sdk_java/pull/136) ([angelomelonas](https://github.com/angelomelonas)) |
| 16 | +- feature/sdk\_java\#134 Do not call getUser immediately after UserContext creation [\#135](https://github.com/bunq/sdk_java/pull/135) ([angelomelonas](https://github.com/angelomelonas)) |
| 17 | + |
| 18 | +## [1.14.1](https://github.com/bunq/sdk_java/tree/1.14.1) (2020-08-19) |
| 19 | + |
| 20 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/1.14.0...1.14.1) |
| 21 | + |
| 22 | +**Implemented enhancements:** |
| 23 | + |
| 24 | +- Update Java SDK dependencies [\#131](https://github.com/bunq/sdk_java/issues/131) |
| 25 | + |
| 26 | +**Fixed bugs:** |
| 27 | + |
| 28 | +- OauthAuthorizationUri creates incorrect URL [\#126](https://github.com/bunq/sdk_java/issues/126) |
| 29 | +- Fixed OauthAuthorizationUri not being correctly created [\#133](https://github.com/bunq/sdk_java/pull/133) ([angelomelonas](https://github.com/angelomelonas)) |
| 30 | + |
| 31 | +**Closed issues:** |
| 32 | + |
| 33 | +- ExceptionInInitializerError in ApiContext.create [\#127](https://github.com/bunq/sdk_java/issues/127) |
| 34 | +- Update Okio dependency [\#120](https://github.com/bunq/sdk_java/issues/120) |
| 35 | + |
| 36 | +**Merged pull requests:** |
| 37 | + |
| 38 | +- Updated Java SDK dependencies [\#132](https://github.com/bunq/sdk_java/pull/132) ([angelomelonas](https://github.com/angelomelonas)) |
| 39 | + |
| 40 | +## [1.14.0](https://github.com/bunq/sdk_java/tree/1.14.0) (2020-07-28) |
| 41 | + |
| 42 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/1.13.1...1.14.0) |
6 | 43 |
|
7 | 44 | **Closed issues:**
|
8 | 45 |
|
|
184 | 221 | - Added missing id field from mastercard action. \(bunq/sdk\_java\#48\) [\#62](https://github.com/bunq/sdk_java/pull/62) ([OGKevin](https://github.com/OGKevin))
|
185 | 222 | - \(bunq/sdk\_java\#55\) add response id to request error [\#61](https://github.com/bunq/sdk_java/pull/61) ([OGKevin](https://github.com/OGKevin))
|
186 | 223 | - Configure Zappr [\#59](https://github.com/bunq/sdk_java/pull/59) ([OGKevin](https://github.com/OGKevin))
|
187 |
| -- Improve issue and pr template. \(bunq/sdk\_java\#56\) [\#57](https://github.com/bunq/sdk_java/pull/57) ([OGKevin](https://github.com/OGKevin)) |
188 | 224 |
|
189 | 225 | ## [0.12.4](https://github.com/bunq/sdk_java/tree/0.12.4) (2017-12-21)
|
190 | 226 |
|
|
203 | 239 |
|
204 | 240 | **Merged pull requests:**
|
205 | 241 |
|
| 242 | +- Improve issue and pr template. \(bunq/sdk\_java\#56\) [\#57](https://github.com/bunq/sdk_java/pull/57) ([OGKevin](https://github.com/OGKevin)) |
206 | 243 | - Added method to ensure that reponse headers are correclty cased befor… [\#53](https://github.com/bunq/sdk_java/pull/53) ([OGKevin](https://github.com/OGKevin))
|
207 | 244 | - Feature/improve decoder bunq/sdk java\#35 [\#52](https://github.com/bunq/sdk_java/pull/52) ([OGKevin](https://github.com/OGKevin))
|
208 | 245 |
|
|
0 commit comments