|
| 1 | +# Change Log |
| 2 | + |
| 3 | +## [0.12.4](https://github.com/bunq/sdk_java/tree/0.12.4) (2017-12-21) |
| 4 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.3...0.12.4) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Introduce fromJson method [\#51](https://github.com/bunq/sdk_java/issues/51) |
| 9 | +- Make sure received signatures headers are correctly cased [\#43](https://github.com/bunq/sdk_java/issues/43) |
| 10 | +- Remove guava [\#41](https://github.com/bunq/sdk_java/issues/41) |
| 11 | +- Return base class from createFromJsonString [\#40](https://github.com/bunq/sdk_java/issues/40) |
| 12 | +- CHANGELOG.md is empty [\#38](https://github.com/bunq/sdk_java/issues/38) |
| 13 | +- Improve decoder to recognise child object [\#35](https://github.com/bunq/sdk_java/issues/35) |
| 14 | + |
| 15 | +**Fixed bugs:** |
| 16 | + |
| 17 | +- Remove guava [\#41](https://github.com/bunq/sdk_java/issues/41) |
| 18 | + |
| 19 | +**Merged pull requests:** |
| 20 | + |
| 21 | +- 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 | +- 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 | + |
| 27 | +## [0.12.3](https://github.com/bunq/sdk_java/tree/0.12.3) (2017-11-15) |
| 28 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.2...0.12.3) |
| 29 | + |
| 30 | +**Implemented enhancements:** |
| 31 | + |
| 32 | +- Callback models for holding callback data [\#33](https://github.com/bunq/sdk_java/issues/33) |
| 33 | +- Feature/callback models bunq/sdk java\#33 [\#36](https://github.com/bunq/sdk_java/pull/36) ([OGKevin](https://github.com/OGKevin)) |
| 34 | + |
| 35 | +**Fixed bugs:** |
| 36 | + |
| 37 | +- ScheduledPayment causes decode error due to Typo [\#37](https://github.com/bunq/sdk_java/issues/37) |
| 38 | + |
| 39 | +## [0.12.2](https://github.com/bunq/sdk_java/tree/0.12.2) (2017-11-08) |
| 40 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/0.12.0...0.12.2) |
| 41 | + |
| 42 | +**Implemented enhancements:** |
| 43 | + |
| 44 | +- Add missing fields for cvc endpoint [\#30](https://github.com/bunq/sdk_java/issues/30) |
| 45 | +- Missing CARD GENERATED CVC2 endpoint [\#26](https://github.com/bunq/sdk_java/issues/26) |
| 46 | +- More flexibility for sessionContext handling [\#23](https://github.com/bunq/sdk_java/issues/23) |
| 47 | +- Added cvc\_endpoint. \#26 [\#27](https://github.com/bunq/sdk_java/pull/27) ([OGKevin](https://github.com/OGKevin)) |
| 48 | +- Added isExpired\(\) method \#23. [\#24](https://github.com/bunq/sdk_java/pull/24) ([OGKevin](https://github.com/OGKevin)) |
| 49 | + |
| 50 | +**Fixed bugs:** |
| 51 | + |
| 52 | +- DraftPayment object field causes converter error [\#29](https://github.com/bunq/sdk_java/issues/29) |
| 53 | + |
| 54 | +**Merged pull requests:** |
| 55 | + |
| 56 | +- Feature/fix draft payment object \#29 [\#32](https://github.com/bunq/sdk_java/pull/32) ([OGKevin](https://github.com/OGKevin)) |
| 57 | +- Feature/add missing cvc fields \#30 [\#31](https://github.com/bunq/sdk_java/pull/31) ([OGKevin](https://github.com/OGKevin)) |
| 58 | + |
| 59 | +## [0.12.0](https://github.com/bunq/sdk_java/tree/0.12.0) (2017-10-11) |
| 60 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/0.11.0...0.12.0) |
| 61 | + |
| 62 | +**Implemented enhancements:** |
| 63 | + |
| 64 | +- Update read me with installation instructions [\#21](https://github.com/bunq/sdk_java/issues/21) |
| 65 | +- Better error handling [\#17](https://github.com/bunq/sdk_java/issues/17) |
| 66 | +- Response is missing response headers and pagination [\#4](https://github.com/bunq/sdk_java/issues/4) |
| 67 | +- Feature/exception handler [\#18](https://github.com/bunq/sdk_java/pull/18) ([OGKevin](https://github.com/OGKevin)) |
| 68 | +- Marked all files in generated dir as generated code. [\#16](https://github.com/bunq/sdk_java/pull/16) ([OGKevin](https://github.com/OGKevin)) |
| 69 | + |
| 70 | +**Closed issues:** |
| 71 | + |
| 72 | +- Improve Model Namespaces [\#19](https://github.com/bunq/sdk_java/issues/19) |
| 73 | + |
| 74 | +**Merged pull requests:** |
| 75 | + |
| 76 | +- cleanup after 19-improve-namespaces [\#22](https://github.com/bunq/sdk_java/pull/22) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 77 | +- Fix namespaces; cleanup tests; kill formatting of generated files \[\#19\] [\#20](https://github.com/bunq/sdk_java/pull/20) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 78 | + |
| 79 | +## [0.11.0](https://github.com/bunq/sdk_java/tree/0.11.0) (2017-09-06) |
| 80 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/0.10.0...0.11.0) |
| 81 | + |
| 82 | +**Implemented enhancements:** |
| 83 | + |
| 84 | +- Ignore generated code for reviews [\#14](https://github.com/bunq/sdk_java/issues/14) |
| 85 | +- Added git attributes. [\#15](https://github.com/bunq/sdk_java/pull/15) ([OGKevin](https://github.com/OGKevin)) |
| 86 | + |
| 87 | +**Merged pull requests:** |
| 88 | + |
| 89 | +- Add pagination; cleanup; add missing endpoints and fields \[\#4\] [\#13](https://github.com/bunq/sdk_java/pull/13) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 90 | + |
| 91 | +## [0.10.0](https://github.com/bunq/sdk_java/tree/0.10.0) (2017-08-23) |
| 92 | +[Full Changelog](https://github.com/bunq/sdk_java/compare/0.9.1...0.10.0) |
| 93 | + |
| 94 | +**Implemented enhancements:** |
| 95 | + |
| 96 | +- Add Proxy Support [\#11](https://github.com/bunq/sdk_java/issues/11) |
| 97 | +- Allow saving context to JSON and restoring from it [\#9](https://github.com/bunq/sdk_java/issues/9) |
| 98 | +- Add proxy support and missing .gitignore entry \[\#11\] [\#12](https://github.com/bunq/sdk_java/pull/12) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 99 | +- add methods to save ApiContext to JSON and restore it from JSON \[\#9\] [\#10](https://github.com/bunq/sdk_java/pull/10) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 100 | +- \#4 Introduce BunqResponse [\#5](https://github.com/bunq/sdk_java/pull/5) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 101 | + |
| 102 | +**Fixed bugs:** |
| 103 | + |
| 104 | +- SDK build fails on jitpack [\#6](https://github.com/bunq/sdk_java/issues/6) |
| 105 | +- Fix Jitpack build, add misssing fields, fix field types in generated \[\#6\] [\#8](https://github.com/bunq/sdk_java/pull/8) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 106 | + |
| 107 | +## [0.9.1](https://github.com/bunq/sdk_java/tree/0.9.1) (2017-08-08) |
| 108 | +**Implemented enhancements:** |
| 109 | + |
| 110 | +- Added tests readme [\#3](https://github.com/bunq/sdk_java/pull/3) ([OGKevin](https://github.com/OGKevin)) |
| 111 | +- Add first series of unit-tests [\#1](https://github.com/bunq/sdk_java/pull/1) ([OGKevin](https://github.com/OGKevin)) |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments