|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [0.13.0](https://github.com/bunq/sdk_java/tree/0.13.0) [(2017-12-21)](https://github.com/bunq/sdk_java/tree/0.13.0) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.4...0.13.0) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Add zappr integration for better quality control [\#58](https://github.com/bunq/sdk_java/issues/58) |
| 10 | +- Add more information to templates [\#56](https://github.com/bunq/sdk_java/issues/56) |
| 11 | +- Add response id to error messages from failed requests [\#55](https://github.com/bunq/sdk_java/issues/55) |
| 12 | + |
| 13 | +**Fixed bugs:** |
| 14 | + |
| 15 | +- Token request ideal is missing id attribute in response. [\#65](https://github.com/bunq/sdk_java/issues/65) |
| 16 | +- getCounterpartyAlias\(\) returns null on payments [\#49](https://github.com/bunq/sdk_java/issues/49) |
| 17 | +- Field ID is missing from MasterCardAction [\#48](https://github.com/bunq/sdk_java/issues/48) |
| 18 | +- TokenQrRequestIdeal returns the wrong type [\#47](https://github.com/bunq/sdk_java/issues/47) |
| 19 | +- Cannot list draft payments for monetary account [\#46](https://github.com/bunq/sdk_java/issues/46) |
| 20 | + |
| 21 | +**Closed issues:** |
| 22 | + |
| 23 | +- bunq update 7 [\#75](https://github.com/bunq/sdk_java/issues/75) |
| 24 | +- Serialization Error [\#71](https://github.com/bunq/sdk_java/issues/71) |
| 25 | +- Clean dependencies [\#25](https://github.com/bunq/sdk_java/issues/25) |
| 26 | + |
| 27 | +**Merged pull requests:** |
| 28 | + |
| 29 | +- Bunq update 7 [\#76](https://github.com/bunq/sdk_java/pull/76) ([OGKevin](https://github.com/OGKevin)) |
| 30 | +- Regenerate code for release [\#74](https://github.com/bunq/sdk_java/pull/74) ([OGKevin](https://github.com/OGKevin)) |
| 31 | +- Replaced httpclient with Okhttp. \(bunq/sdk\_java\#25\) [\#73](https://github.com/bunq/sdk_java/pull/73) ([OGKevin](https://github.com/OGKevin)) |
| 32 | +- Regenerated code to add corerct object types. \(bunq/sdk\_java\#47\) [\#70](https://github.com/bunq/sdk_java/pull/70) ([OGKevin](https://github.com/OGKevin)) |
| 33 | +- Fixed MonetaryAccountReferenceTypeAdapter to output proper value. \(bunq/sdk\_java\#49\) [\#68](https://github.com/bunq/sdk_java/pull/68) ([OGKevin](https://github.com/OGKevin)) |
| 34 | +- Added missing field id for TokenQrRequestIdeal. \(bunq/sdk\_java\#65\) [\#67](https://github.com/bunq/sdk_java/pull/67) ([OGKevin](https://github.com/OGKevin)) |
| 35 | +- Cannot list payments due to geolocation. \(Bunq/sdk\_java\#46 \) [\#64](https://github.com/bunq/sdk_java/pull/64) ([OGKevin](https://github.com/OGKevin)) |
| 36 | +- Get counterparty alias returns null on payments. \(Bunq/sdk\_java\#49 \) [\#63](https://github.com/bunq/sdk_java/pull/63) ([OGKevin](https://github.com/OGKevin)) |
| 37 | +- 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)) |
| 38 | +- \(bunq/sdk\_java\#55\) add response id to request error [\#61](https://github.com/bunq/sdk_java/pull/61) ([OGKevin](https://github.com/OGKevin)) |
| 39 | +- Configure Zappr [\#59](https://github.com/bunq/sdk_java/pull/59) ([OGKevin](https://github.com/OGKevin)) |
| 40 | +- Improve issue and pr template. \(bunq/sdk\_java\#56\) [\#57](https://github.com/bunq/sdk_java/pull/57) ([OGKevin](https://github.com/OGKevin)) |
| 41 | + |
3 | 42 | ## [0.12.4](https://github.com/bunq/sdk_java/tree/0.12.4) (2017-12-21)
|
4 | 43 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.3...0.12.4)
|
5 | 44 |
|
|
11 | 50 | - Return base class from createFromJsonString [\#40](https://github.com/bunq/sdk_java/issues/40)
|
12 | 51 | - CHANGELOG.md is empty [\#38](https://github.com/bunq/sdk_java/issues/38)
|
13 | 52 | - Improve decoder to recognise child object [\#35](https://github.com/bunq/sdk_java/issues/35)
|
| 53 | +- Removed guava as dependency. \(bunq/sdk\_java\#41\) [\#44](https://github.com/bunq/sdk_java/pull/44) ([OGKevin](https://github.com/OGKevin)) |
| 54 | +- Generated CHANGELOG.md :clap:. \(bunq/sdk\_java\#38\) [\#39](https://github.com/bunq/sdk_java/pull/39) ([OGKevin](https://github.com/OGKevin)) |
14 | 55 |
|
15 | 56 | **Fixed bugs:**
|
16 | 57 |
|
17 | 58 | - Remove guava [\#41](https://github.com/bunq/sdk_java/issues/41)
|
| 59 | +- Removed guava as dependency. \\(bunq/sdk\\_java\\#41\\) [\#44](https://github.com/bunq/sdk_java/pull/44) ([OGKevin](https://github.com/OGKevin)) |
18 | 60 |
|
19 | 61 | **Merged pull requests:**
|
20 | 62 |
|
21 | 63 | - 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))
|
22 | 64 | - Feature/improve decoder bunq/sdk java\#35 [\#52](https://github.com/bunq/sdk_java/pull/52) ([OGKevin](https://github.com/OGKevin))
|
23 |
| -- Removed guava as dependency. \(bunq/sdk\_java\#41\) [\#44](https://github.com/bunq/sdk_java/pull/44) ([OGKevin](https://github.com/OGKevin)) |
24 |
| -- Generated CHANGELOG.md :clap:. \(bunq/sdk\_java\#38\) [\#39](https://github.com/bunq/sdk_java/pull/39) ([OGKevin](https://github.com/OGKevin)) |
25 |
| -- Removed guava as dependency. \\(bunq/sdk\\_java\\#41\\) [\#44](https://github.com/bunq/sdk_java/pull/44) ([OGKevin](https://github.com/OGKevin)) |
26 | 65 |
|
27 | 66 | ## [0.12.3](https://github.com/bunq/sdk_java/tree/0.12.3) (2017-11-15)
|
28 | 67 | [Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.2...0.12.3)
|
|
0 commit comments