|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [0.13.1](https://github.com/bunq/sdk_python/tree/0.13.1) |
| 3 | +## [Unreleased](https://github.com/bunq/sdk_python/tree/1.0.0) |
4 | 4 |
|
| 5 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.1...1.0.0) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Update Sandbox API key procedure [\#100](https://github.com/bunq/sdk_python/issues/100) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- Oauth bunq/sdk\_python\#102 [\#103](https://github.com/bunq/sdk_python/pull/103) ([OGKevin](https://github.com/OGKevin)) |
| 14 | +- Update Sandbox API key procedure. \(bunq/sdk\_python\#100\) [\#101](https://github.com/bunq/sdk_python/pull/101) ([sandervdo](https://github.com/sandervdo)) |
| 15 | + |
| 16 | +## [0.13.1](https://github.com/bunq/sdk_python/tree/0.13.1) (2018-05-30) |
5 | 17 | [Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.0...0.13.1)
|
6 | 18 |
|
| 19 | +**Implemented enhancements:** |
| 20 | + |
| 21 | +- \[python\] Update examples in readme [\#87](https://github.com/bunq/sdk_python/issues/87) |
| 22 | +- It is not possible to refresh userContext data [\#79](https://github.com/bunq/sdk_python/issues/79) |
| 23 | +- Optimise test framework [\#78](https://github.com/bunq/sdk_python/issues/78) |
| 24 | +- Add more example scripts [\#68](https://github.com/bunq/sdk_python/issues/68) |
| 25 | +- Auto save the session after automatic session reset has been executed [\#65](https://github.com/bunq/sdk_python/issues/65) |
| 26 | +- Add optional parameters to constructor [\#55](https://github.com/bunq/sdk_python/issues/55) |
| 27 | +- Monetary account joint cannot be retrieved. [\#52](https://github.com/bunq/sdk_python/issues/52) |
| 28 | +- Endpoint HTTP methods should not be static [\#41](https://github.com/bunq/sdk_python/issues/41) |
| 29 | +- Name field for pointer counterparty [\#29](https://github.com/bunq/sdk_python/issues/29) |
| 30 | +- Added method to refresh user context data. \(bunq/sdk\_python\#79\) [\#80](https://github.com/bunq/sdk_python/pull/80) ([OGKevin](https://github.com/OGKevin)) |
| 31 | + |
| 32 | +**Fixed bugs:** |
| 33 | + |
| 34 | +- bunq-sdk 0.12.4 package on PyPI contains code from 0.13.0 [\#88](https://github.com/bunq/sdk_python/issues/88) |
| 35 | +- Can not construct a BunqMeTabEntry to create a BunqMeTab [\#77](https://github.com/bunq/sdk_python/issues/77) |
| 36 | +- ImportError: cannot import name 'JSONDecodeError' [\#72](https://github.com/bunq/sdk_python/issues/72) |
| 37 | + |
7 | 38 | **Closed issues:**
|
8 | 39 |
|
| 40 | +- Bunq sdk release request [\#97](https://github.com/bunq/sdk_python/issues/97) |
| 41 | +- reopening of question \#12 generated.Payment.FIELD\_COUNTERPARTY\_ALIAS not working with IBAN [\#96](https://github.com/bunq/sdk_python/issues/96) |
| 42 | +- Update samples and readme [\#93](https://github.com/bunq/sdk_python/issues/93) |
| 43 | +- bunq.sdk.exception.BunqException: ApiContext has not been loaded. Please load ApiContext in BunqContext [\#92](https://github.com/bunq/sdk_python/issues/92) |
| 44 | +- Sample for reading/using shared accounts [\#90](https://github.com/bunq/sdk_python/issues/90) |
| 45 | +- Python 3.4.2: ImportError: cannot import name 'context' \(cyclic import?\) [\#73](https://github.com/bunq/sdk_python/issues/73) |
| 46 | +- Add oath support. [\#102](https://github.com/bunq/sdk_python/issues/102) |
9 | 47 | - Move to new sandbox env. [\#98](https://github.com/bunq/sdk_python/issues/98)
|
10 | 48 |
|
11 | 49 | **Merged pull requests:**
|
12 | 50 |
|
13 |
| -- Move to new sandbox bunq/sdk_python#98 [\#99](https://github.com/bunq/sdk_python/pull/99) ([OGKevin](https://github.com/OGKevin)) |
| 51 | +- Updated readme to point to tinker for examples. \(bunq/sdk\_python\#87\) [\#95](https://github.com/bunq/sdk_python/pull/95) ([OGKevin](https://github.com/OGKevin)) |
| 52 | +- Fix monetary account joint retrieval bunq/sdk\_python\#52 [\#94](https://github.com/bunq/sdk_python/pull/94) ([OGKevin](https://github.com/OGKevin)) |
| 53 | +- Fix supperfouls fields error bunq/sdk\_python\#77 [\#91](https://github.com/bunq/sdk_python/pull/91) ([OGKevin](https://github.com/OGKevin)) |
| 54 | +- Auto update bunq context bunq/sdk\_python\#65 [\#86](https://github.com/bunq/sdk_python/pull/86) ([OGKevin](https://github.com/OGKevin)) |
| 55 | +- Increased min python version to 3.6. \(bunq/sdk\_python\#73\) [\#85](https://github.com/bunq/sdk_python/pull/85) ([OGKevin](https://github.com/OGKevin)) |
| 56 | +- Replace examples with tinker bunq/sdk\_pyhton\#68 [\#84](https://github.com/bunq/sdk_python/pull/84) ([OGKevin](https://github.com/OGKevin)) |
| 57 | +- Use ValueError isntead of JsonDecodeError. \(bunq/sdk\_python\#72\) [\#83](https://github.com/bunq/sdk_python/pull/83) ([OGKevin](https://github.com/OGKevin)) |
| 58 | +- Optimise test framework auto topup bunq/sdk\_python\#78 [\#81](https://github.com/bunq/sdk_python/pull/81) ([OGKevin](https://github.com/OGKevin)) |
| 59 | +- Move to new sandbox bunq/sdk\_python\#98 [\#99](https://github.com/bunq/sdk_python/pull/99) ([OGKevin](https://github.com/OGKevin)) |
14 | 60 |
|
15 | 61 | ## [0.13.0](https://github.com/bunq/sdk_python/tree/0.13.0) (2018-03-20)
|
16 |
| - |
17 | 62 | [Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.4...0.13.0)
|
18 | 63 |
|
19 | 64 | **Implemented enhancements:**
|
|
34 | 79 |
|
35 | 80 | **Merged pull requests:**
|
36 | 81 |
|
37 |
| -- Bunq update 7 [\#76](https://github.com/bunq/sdk_python/pull/76) ([OGKevin](https://github.com/OGKevin)) |
38 | 82 | - Regenerate code for release [\#74](https://github.com/bunq/sdk_python/pull/74) ([OGKevin](https://github.com/OGKevin))
|
39 | 83 | - Regenerated code to add object types. \(bunq/sdk\_python\#53\) [\#70](https://github.com/bunq/sdk_python/pull/70) ([OGKevin](https://github.com/OGKevin))
|
40 | 84 | - Bunq/sdk python\#67 add missing token qr id field [\#69](https://github.com/bunq/sdk_python/pull/69) ([OGKevin](https://github.com/OGKevin))
|
41 | 85 | - Added missing id field to mastercard action. \(bunq/sdk\_python\#54\) [\#66](https://github.com/bunq/sdk_python/pull/66) ([OGKevin](https://github.com/OGKevin))
|
42 | 86 | - Feature/bunq/sdk python\#59 add response id to request error [\#64](https://github.com/bunq/sdk_python/pull/64) ([OGKevin](https://github.com/OGKevin))
|
43 | 87 | - Configure Zappr [\#63](https://github.com/bunq/sdk_python/pull/63) ([OGKevin](https://github.com/OGKevin))
|
44 | 88 | - \(bunq/sdk\_python\#60\) improve issue and pr template [\#61](https://github.com/bunq/sdk_python/pull/61) ([OGKevin](https://github.com/OGKevin))
|
| 89 | +- Bunq update 7 [\#76](https://github.com/bunq/sdk_python/pull/76) ([OGKevin](https://github.com/OGKevin)) |
45 | 90 |
|
46 | 91 | ## [0.12.4](https://github.com/bunq/sdk_python/tree/0.12.4) (2017-12-21)
|
47 | 92 | [Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.3...0.12.4)
|
|
0 commit comments