|
| 1 | +# Change Log |
| 2 | + |
| 3 | +## [0.12.4](https://github.com/bunq/sdk_python/tree/0.12.4) (2017-12-21) |
| 4 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.3...0.12.4) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Make sure received signatures headers are correctly cased [\#51](https://github.com/bunq/sdk_python/issues/51) |
| 9 | +- Introduce from\_json method [\#50](https://github.com/bunq/sdk_python/issues/50) |
| 10 | +- Return base class from createFromJsonString [\#49](https://github.com/bunq/sdk_python/issues/49) |
| 11 | +- CHANGELOG.md is empty [\#46](https://github.com/bunq/sdk_python/issues/46) |
| 12 | +- Improve decoder to recognise child object [\#42](https://github.com/bunq/sdk_python/issues/42) |
| 13 | + |
| 14 | +**Closed issues:** |
| 15 | + |
| 16 | +- Python doesn't want CamelCase [\#45](https://github.com/bunq/sdk_python/issues/45) |
| 17 | + |
| 18 | +**Merged pull requests:** |
| 19 | + |
| 20 | +- Feature/make sure headers are correctly cased bunq/sdk python\#51 [\#57](https://github.com/bunq/sdk_python/pull/57) ([OGKevin](https://github.com/OGKevin)) |
| 21 | +- Feature/improve decoder bunq/sdk python\#42 [\#56](https://github.com/bunq/sdk_python/pull/56) ([OGKevin](https://github.com/OGKevin)) |
| 22 | +- Renamed camelCase methods. \(bunq/sdk\_python\#45\) [\#48](https://github.com/bunq/sdk_python/pull/48) ([OGKevin](https://github.com/OGKevin)) |
| 23 | +- Generated CHANGELOG.md :clap:. \(bunq/sdk\_python\#46\) [\#47](https://github.com/bunq/sdk_python/pull/47) ([OGKevin](https://github.com/OGKevin)) |
| 24 | + |
| 25 | +## [0.12.3](https://github.com/bunq/sdk_python/tree/0.12.3) (2017-11-15) |
| 26 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.2...0.12.3) |
| 27 | + |
| 28 | +**Implemented enhancements:** |
| 29 | + |
| 30 | +- Callback models for holding callback data [\#40](https://github.com/bunq/sdk_python/issues/40) |
| 31 | +- Feature/callback models bunq/sdk python\#40 [\#43](https://github.com/bunq/sdk_python/pull/43) ([OGKevin](https://github.com/OGKevin)) |
| 32 | + |
| 33 | +**Fixed bugs:** |
| 34 | + |
| 35 | +- ScheduledPayment causes decode error due to Typo [\#44](https://github.com/bunq/sdk_python/issues/44) |
| 36 | + |
| 37 | +## [0.12.2](https://github.com/bunq/sdk_python/tree/0.12.2) (2017-11-08) |
| 38 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.0...0.12.2) |
| 39 | + |
| 40 | +**Implemented enhancements:** |
| 41 | + |
| 42 | +- Add missing fields for cvc endpoint [\#37](https://github.com/bunq/sdk_python/issues/37) |
| 43 | +- Missing CARD GENERATED CVC2 endpoint [\#33](https://github.com/bunq/sdk_python/issues/33) |
| 44 | +- More flexibility for sessionContext handling [\#31](https://github.com/bunq/sdk_python/issues/31) |
| 45 | +- Added cvc\_endpoint. \#33 [\#34](https://github.com/bunq/sdk_python/pull/34) ([OGKevin](https://github.com/OGKevin)) |
| 46 | +- Added isSessionExpired\(\) method \#31. [\#32](https://github.com/bunq/sdk_python/pull/32) ([OGKevin](https://github.com/OGKevin)) |
| 47 | + |
| 48 | +**Fixed bugs:** |
| 49 | + |
| 50 | +- DraftPayment object field causes converter error [\#36](https://github.com/bunq/sdk_python/issues/36) |
| 51 | + |
| 52 | +**Merged pull requests:** |
| 53 | + |
| 54 | +- Feature/fix draft payment object \#36 [\#39](https://github.com/bunq/sdk_python/pull/39) ([OGKevin](https://github.com/OGKevin)) |
| 55 | +- Feature/add missing cvc fields \#37 [\#38](https://github.com/bunq/sdk_python/pull/38) ([OGKevin](https://github.com/OGKevin)) |
| 56 | + |
| 57 | +## [0.12.0](https://github.com/bunq/sdk_python/tree/0.12.0) (2017-10-11) |
| 58 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/0.11.0...0.12.0) |
| 59 | + |
| 60 | +**Implemented enhancements:** |
| 61 | + |
| 62 | +- Add strictly typed BunqResponses [\#27](https://github.com/bunq/sdk_python/issues/27) |
| 63 | +- Better error handling [\#25](https://github.com/bunq/sdk_python/issues/25) |
| 64 | +- Add Pagination [\#20](https://github.com/bunq/sdk_python/issues/20) |
| 65 | +- Marked all files in generated dir as generated code. [\#24](https://github.com/bunq/sdk_python/pull/24) ([OGKevin](https://github.com/OGKevin)) |
| 66 | + |
| 67 | +**Merged pull requests:** |
| 68 | + |
| 69 | +- cleanup after 27-strictly-typed-response [\#30](https://github.com/bunq/sdk_python/pull/30) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 70 | +- Add strictly typed responses; fix circular dependencies; improve namespaces [\#28](https://github.com/bunq/sdk_python/pull/28) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 71 | +- Feature/exception handler [\#26](https://github.com/bunq/sdk_python/pull/26) ([OGKevin](https://github.com/OGKevin)) |
| 72 | + |
| 73 | +## [0.11.0](https://github.com/bunq/sdk_python/tree/0.11.0) (2017-09-06) |
| 74 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/0.10.0...0.11.0) |
| 75 | + |
| 76 | +**Implemented enhancements:** |
| 77 | + |
| 78 | +- Ignore generated code for reviews [\#22](https://github.com/bunq/sdk_python/issues/22) |
| 79 | +- Feature/git attributes [\#23](https://github.com/bunq/sdk_python/pull/23) ([OGKevin](https://github.com/OGKevin)) |
| 80 | +- Add pagination [\#21](https://github.com/bunq/sdk_python/pull/21) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 81 | + |
| 82 | +## [0.10.0](https://github.com/bunq/sdk_python/tree/0.10.0) (2017-08-22) |
| 83 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/0.9.1...0.10.0) |
| 84 | + |
| 85 | +**Implemented enhancements:** |
| 86 | + |
| 87 | +- Add proxy support to Python SDK [\#16](https://github.com/bunq/sdk_python/issues/16) |
| 88 | +- Break the SDK's dependence on the bunq.conf file [\#11](https://github.com/bunq/sdk_python/issues/11) |
| 89 | +- Response is missing response headers and pagination [\#9](https://github.com/bunq/sdk_python/issues/9) |
| 90 | +- cleanup tests \[\#18\] [\#19](https://github.com/bunq/sdk_python/pull/19) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 91 | +- Changed test class name [\#14](https://github.com/bunq/sdk_python/pull/14) ([OGKevin](https://github.com/OGKevin)) |
| 92 | +- Load and Save an ApiContext from and to JSON Data [\#13](https://github.com/bunq/sdk_python/pull/13) ([PJUllrich](https://github.com/PJUllrich)) |
| 93 | +- \#9 Introduce BunqResponse [\#10](https://github.com/bunq/sdk_python/pull/10) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 94 | + |
| 95 | +**Closed issues:** |
| 96 | + |
| 97 | +- Tests need a minor cleanup [\#18](https://github.com/bunq/sdk_python/issues/18) |
| 98 | + |
| 99 | +**Merged pull requests:** |
| 100 | + |
| 101 | +- Add proxy support \[\#16\] [\#17](https://github.com/bunq/sdk_python/pull/17) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 102 | + |
| 103 | +## [0.9.1](https://github.com/bunq/sdk_python/tree/0.9.1) (2017-08-07) |
| 104 | +**Implemented enhancements:** |
| 105 | + |
| 106 | +- Submit this as package to PyPi [\#2](https://github.com/bunq/sdk_python/issues/2) |
| 107 | +- Readme for tests [\#5](https://github.com/bunq/sdk_python/pull/5) ([OGKevin](https://github.com/OGKevin)) |
| 108 | +- Uploaded to PyPi [\#4](https://github.com/bunq/sdk_python/pull/4) ([OGKevin](https://github.com/OGKevin)) |
| 109 | +- Add first series of unit-tests [\#1](https://github.com/bunq/sdk_python/pull/1) ([OGKevin](https://github.com/OGKevin)) |
| 110 | + |
| 111 | +**Fixed bugs:** |
| 112 | + |
| 113 | +- Add Threadsafety for x-bunq-server-signature [\#7](https://github.com/bunq/sdk_python/issues/7) |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments