Skip to content

Commit 649a79d

Browse files
author
Kevin Hellemun
committed
Regenerated changelog.
1 parent 3899386 commit 649a79d

File tree

1 file changed

+49
-4
lines changed

1 file changed

+49
-4
lines changed

CHANGELOG.md

+49-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,64 @@
11
# Change Log
22

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)
44

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)
517
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.0...0.13.1)
618

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+
738
**Closed issues:**
839

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)
947
- Move to new sandbox env. [\#98](https://github.com/bunq/sdk_python/issues/98)
1048

1149
**Merged pull requests:**
1250

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))
1460

1561
## [0.13.0](https://github.com/bunq/sdk_python/tree/0.13.0) (2018-03-20)
16-
1762
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.4...0.13.0)
1863

1964
**Implemented enhancements:**
@@ -34,14 +79,14 @@
3479

3580
**Merged pull requests:**
3681

37-
- Bunq update 7 [\#76](https://github.com/bunq/sdk_python/pull/76) ([OGKevin](https://github.com/OGKevin))
3882
- Regenerate code for release [\#74](https://github.com/bunq/sdk_python/pull/74) ([OGKevin](https://github.com/OGKevin))
3983
- Regenerated code to add object types. \(bunq/sdk\_python\#53\) [\#70](https://github.com/bunq/sdk_python/pull/70) ([OGKevin](https://github.com/OGKevin))
4084
- Bunq/sdk python\#67 add missing token qr id field [\#69](https://github.com/bunq/sdk_python/pull/69) ([OGKevin](https://github.com/OGKevin))
4185
- 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))
4286
- 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))
4387
- Configure Zappr [\#63](https://github.com/bunq/sdk_python/pull/63) ([OGKevin](https://github.com/OGKevin))
4488
- \(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))
4590

4691
## [0.12.4](https://github.com/bunq/sdk_python/tree/0.12.4) (2017-12-21)
4792
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.3...0.12.4)

0 commit comments

Comments
 (0)