|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/bunq/sdk_python/tree/HEAD)
|
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/bunq/sdk_python/compare/1.14.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/1.14.1...HEAD) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Replace /sandbox-user with /sandbox-user-person and /sandbox-user-company [\#151](https://github.com/bunq/sdk_python/issues/151) |
| 10 | + |
| 11 | +**Fixed bugs:** |
| 12 | + |
| 13 | +- Remove \_\_get\_user\_object call immediately after UserContext creation \(reduce rate-limit hits\) [\#149](https://github.com/bunq/sdk_python/issues/149) |
| 14 | +- Feature/sdk python\#149 save/restore User in SessionContext from file [\#153](https://github.com/bunq/sdk_python/pull/153) ([angelomelonas](https://github.com/angelomelonas)) |
| 15 | + |
| 16 | +**Merged pull requests:** |
| 17 | + |
| 18 | +- feature/sdk\_python\#151 Deprecated SandboxUser and replaced it with SandboxUserPerson/Company [\#152](https://github.com/bunq/sdk_python/pull/152) ([angelomelonas](https://github.com/angelomelonas)) |
| 19 | +- feature/sdk\_python\#149 Remove get\_user\_object call directly after UserContext creation [\#150](https://github.com/bunq/sdk_python/pull/150) ([angelomelonas](https://github.com/angelomelonas)) |
| 20 | + |
| 21 | +## [1.14.1](https://github.com/bunq/sdk_python/tree/1.14.1) (2020-08-20) |
| 22 | + |
| 23 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/1.14.0...1.14.1) |
6 | 24 |
|
7 | 25 | **Implemented enhancements:**
|
8 | 26 |
|
|
126 | 144 |
|
127 | 145 | **Implemented enhancements:**
|
128 | 146 |
|
129 |
| -- \[python\] Update examples in readme [\#87](https://github.com/bunq/sdk_python/issues/87) |
130 |
| -- It is not possible to refresh userContext data [\#79](https://github.com/bunq/sdk_python/issues/79) |
131 |
| -- Optimise test framework [\#78](https://github.com/bunq/sdk_python/issues/78) |
132 |
| -- Add more example scripts [\#68](https://github.com/bunq/sdk_python/issues/68) |
133 |
| -- Auto save the session after automatic session reset has been executed [\#65](https://github.com/bunq/sdk_python/issues/65) |
134 |
| -- Add optional parameters to constructor [\#55](https://github.com/bunq/sdk_python/issues/55) |
135 |
| -- Monetary account joint cannot be retrieved. [\#52](https://github.com/bunq/sdk_python/issues/52) |
136 |
| -- Endpoint HTTP methods should not be static [\#41](https://github.com/bunq/sdk_python/issues/41) |
137 |
| -- Name field for pointer counterparty [\#29](https://github.com/bunq/sdk_python/issues/29) |
138 | 147 | - 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))
|
139 | 148 |
|
140 |
| -**Fixed bugs:** |
141 |
| - |
142 |
| -- bunq-sdk 0.12.4 package on PyPI contains code from 0.13.0 [\#88](https://github.com/bunq/sdk_python/issues/88) |
143 |
| -- Can not construct a BunqMeTabEntry to create a BunqMeTab [\#77](https://github.com/bunq/sdk_python/issues/77) |
144 |
| -- ImportError: cannot import name 'JSONDecodeError' [\#72](https://github.com/bunq/sdk_python/issues/72) |
145 |
| - |
146 | 149 | **Closed issues:**
|
147 | 150 |
|
| 151 | +- Add oath support. [\#102](https://github.com/bunq/sdk_python/issues/102) |
148 | 152 | - Update Sandbox API key procedure [\#100](https://github.com/bunq/sdk_python/issues/100)
|
149 |
| -- Python 3.4.2: ImportError: cannot import name 'context' \(cyclic import?\) [\#73](https://github.com/bunq/sdk_python/issues/73) |
150 | 153 |
|
151 | 154 | **Merged pull requests:**
|
152 | 155 |
|
153 | 156 | - Oauth bunq/sdk\_python\#102 [\#103](https://github.com/bunq/sdk_python/pull/103) ([OGKevin](https://github.com/OGKevin))
|
154 | 157 | - Update Sandbox API key procedure. \(bunq/sdk\_python\#100\) [\#101](https://github.com/bunq/sdk_python/pull/101) ([sandervdo](https://github.com/sandervdo))
|
| 158 | +- Move to new sandbox bunq/sdk\_python\#98 [\#99](https://github.com/bunq/sdk_python/pull/99) ([OGKevin](https://github.com/OGKevin)) |
155 | 159 | - 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))
|
156 | 160 | - Fix monetary account joint retrieval bunq/sdk\_python\#52 [\#94](https://github.com/bunq/sdk_python/pull/94) ([OGKevin](https://github.com/OGKevin))
|
157 | 161 | - Fix supperfouls fields error bunq/sdk\_python\#77 [\#91](https://github.com/bunq/sdk_python/pull/91) ([OGKevin](https://github.com/OGKevin))
|
|
165 | 169 |
|
166 | 170 | [Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.0...0.13.1)
|
167 | 171 |
|
| 172 | +**Implemented enhancements:** |
| 173 | + |
| 174 | +- \[python\] Update examples in readme [\#87](https://github.com/bunq/sdk_python/issues/87) |
| 175 | +- It is not possible to refresh userContext data [\#79](https://github.com/bunq/sdk_python/issues/79) |
| 176 | +- Optimise test framework [\#78](https://github.com/bunq/sdk_python/issues/78) |
| 177 | +- Add more example scripts [\#68](https://github.com/bunq/sdk_python/issues/68) |
| 178 | +- Auto save the session after automatic session reset has been executed [\#65](https://github.com/bunq/sdk_python/issues/65) |
| 179 | +- Add optional parameters to constructor [\#55](https://github.com/bunq/sdk_python/issues/55) |
| 180 | +- Monetary account joint cannot be retrieved. [\#52](https://github.com/bunq/sdk_python/issues/52) |
| 181 | +- Endpoint HTTP methods should not be static [\#41](https://github.com/bunq/sdk_python/issues/41) |
| 182 | +- Name field for pointer counterparty [\#29](https://github.com/bunq/sdk_python/issues/29) |
| 183 | + |
| 184 | +**Fixed bugs:** |
| 185 | + |
| 186 | +- bunq-sdk 0.12.4 package on PyPI contains code from 0.13.0 [\#88](https://github.com/bunq/sdk_python/issues/88) |
| 187 | +- Can not construct a BunqMeTabEntry to create a BunqMeTab [\#77](https://github.com/bunq/sdk_python/issues/77) |
| 188 | +- ImportError: cannot import name 'JSONDecodeError' [\#72](https://github.com/bunq/sdk_python/issues/72) |
| 189 | + |
168 | 190 | **Closed issues:**
|
169 | 191 |
|
| 192 | +- Move to new sandbox env. [\#98](https://github.com/bunq/sdk_python/issues/98) |
170 | 193 | - Bunq sdk release request [\#97](https://github.com/bunq/sdk_python/issues/97)
|
171 | 194 | - reopening of question \#12 generated.Payment.FIELD\_COUNTERPARTY\_ALIAS not working with IBAN [\#96](https://github.com/bunq/sdk_python/issues/96)
|
172 | 195 | - Update samples and readme [\#93](https://github.com/bunq/sdk_python/issues/93)
|
173 | 196 | - bunq.sdk.exception.BunqException: ApiContext has not been loaded. Please load ApiContext in BunqContext [\#92](https://github.com/bunq/sdk_python/issues/92)
|
174 | 197 | - Sample for reading/using shared accounts [\#90](https://github.com/bunq/sdk_python/issues/90)
|
175 |
| -- Add oath support. [\#102](https://github.com/bunq/sdk_python/issues/102) |
176 |
| -- Move to new sandbox env. [\#98](https://github.com/bunq/sdk_python/issues/98) |
177 |
| - |
178 |
| -**Merged pull requests:** |
179 |
| - |
180 |
| -- Move to new sandbox bunq/sdk\_python\#98 [\#99](https://github.com/bunq/sdk_python/pull/99) ([OGKevin](https://github.com/OGKevin)) |
| 198 | +- Python 3.4.2: ImportError: cannot import name 'context' \(cyclic import?\) [\#73](https://github.com/bunq/sdk_python/issues/73) |
181 | 199 |
|
182 | 200 | ## [0.13.0](https://github.com/bunq/sdk_python/tree/0.13.0) (2018-03-20)
|
183 | 201 |
|
|
0 commit comments