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