|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/bunq/sdk_python/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/1.14.0...HEAD) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Add a test for oauth\_authorization\_uri [\#145](https://github.com/bunq/sdk_python/issues/145) |
| 10 | +- Update tests with Type Hints \(and other small Type Hint improvements\) [\#139](https://github.com/bunq/sdk_python/issues/139) |
| 11 | +- Complete OAuth/PSD2 implementation [\#136](https://github.com/bunq/sdk_python/issues/136) |
| 12 | +- Allow for a looser range of runtime dependency versions in conformance with semver backward compatibility guarantees [\#107](https://github.com/bunq/sdk_python/issues/107) |
| 13 | +- Updated dependencies, and made them more flexible [\#146](https://github.com/bunq/sdk_python/pull/146) ([angelomelonas](https://github.com/angelomelonas)) |
| 14 | +- Added type hints for tests [\#141](https://github.com/bunq/sdk_python/pull/141) ([angelomelonas](https://github.com/angelomelonas)) |
| 15 | + |
| 16 | +**Fixed bugs:** |
| 17 | + |
| 18 | +- Add missing \_user\_payment\_service\_provider variable with the value None to session\_server [\#135](https://github.com/bunq/sdk_python/pull/135) ([siccovansas](https://github.com/siccovansas)) |
| 19 | + |
| 20 | +**Closed issues:** |
| 21 | + |
| 22 | +- Breaking changes since v1.13.0 [\#142](https://github.com/bunq/sdk_python/issues/142) |
| 23 | +- Is this repository even maintained? [\#140](https://github.com/bunq/sdk_python/issues/140) |
| 24 | +- AttributeError: 'SessionServer' object has no attribute '\_user\_payment\_service\_provider' [\#134](https://github.com/bunq/sdk_python/issues/134) |
| 25 | +- cannot import name 'ApiContext' from 'bunq.sdk.context' [\#132](https://github.com/bunq/sdk_python/issues/132) |
| 26 | +- The CHANGELOG is out of date [\#131](https://github.com/bunq/sdk_python/issues/131) |
| 27 | +- Error in class conversion since BillingInvoice does not exist [\#124](https://github.com/bunq/sdk_python/issues/124) |
| 28 | + |
| 29 | +**Merged pull requests:** |
| 30 | + |
| 31 | +- Update CHANGELOG with breaking changes [\#143](https://github.com/bunq/sdk_python/pull/143) ([angelomelonas](https://github.com/angelomelonas)) |
| 32 | +- sdk\_python\#136 complete Oauth/PSD2 implementation [\#138](https://github.com/bunq/sdk_python/pull/138) ([angelomelonas](https://github.com/angelomelonas)) |
| 33 | +- update setup.py: only python 3.7 is supported. [\#133](https://github.com/bunq/sdk_python/pull/133) ([csdenboer](https://github.com/csdenboer)) |
| 34 | + |
| 35 | +## [1.14.0](https://github.com/bunq/sdk_python/tree/1.14.0) (2020-08-04) |
| 36 | + |
| 37 | +[Full Changelog](https://github.com/bunq/sdk_python/compare/1.13.1...1.14.0) |
| 38 | + |
3 | 39 | ## [1.13.1](https://github.com/bunq/sdk_python/tree/1.13.1) (2020-02-21)
|
4 | 40 |
|
5 | 41 | [Full Changelog](https://github.com/bunq/sdk_python/compare/1.13.0...1.13.1)
|
|
28 | 64 |
|
29 | 65 | [Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.16...1.13.0)
|
30 | 66 |
|
31 |
| -**Breaking Changes:** |
32 |
| -- Breaking changes since v1.13.0 [\#142](https://github.com/bunq/sdk_python/issues/142) ([angelomelonas](https://github.com/angelomelonas)) |
33 |
| - |
34 | 67 | **Implemented enhancements:**
|
35 | 68 |
|
36 | 69 | - Python SDK Refactor [\#117](https://github.com/bunq/sdk_python/pull/117) ([angelomelonas](https://github.com/angelomelonas))
|
|
270 | 303 | - Add proxy support to Python SDK [\#16](https://github.com/bunq/sdk_python/issues/16)
|
271 | 304 | - Break the SDK's dependence on the bunq.conf file [\#11](https://github.com/bunq/sdk_python/issues/11)
|
272 | 305 | - Response is missing response headers and pagination [\#9](https://github.com/bunq/sdk_python/issues/9)
|
| 306 | +- cleanup tests \[\#18\] [\#19](https://github.com/bunq/sdk_python/pull/19) ([dnl-blkv](https://github.com/dnl-blkv)) |
273 | 307 | - Changed test class name [\#14](https://github.com/bunq/sdk_python/pull/14) ([OGKevin](https://github.com/OGKevin))
|
274 | 308 | - Load and Save an ApiContext from and to JSON Data [\#13](https://github.com/bunq/sdk_python/pull/13) ([PJUllrich](https://github.com/PJUllrich))
|
275 | 309 | - \#9 Introduce BunqResponse [\#10](https://github.com/bunq/sdk_python/pull/10) ([dnl-blkv](https://github.com/dnl-blkv))
|
276 |
| -- Readme for tests [\#5](https://github.com/bunq/sdk_python/pull/5) ([OGKevin](https://github.com/OGKevin)) |
277 | 310 |
|
278 | 311 | **Closed issues:**
|
279 | 312 |
|
|
290 | 323 | **Implemented enhancements:**
|
291 | 324 |
|
292 | 325 | - Submit this as package to PyPi [\#2](https://github.com/bunq/sdk_python/issues/2)
|
293 |
| -- cleanup tests \[\#18\] [\#19](https://github.com/bunq/sdk_python/pull/19) ([dnl-blkv](https://github.com/dnl-blkv)) |
| 326 | +- Readme for tests [\#5](https://github.com/bunq/sdk_python/pull/5) ([OGKevin](https://github.com/OGKevin)) |
294 | 327 | - Uploaded to PyPi [\#4](https://github.com/bunq/sdk_python/pull/4) ([OGKevin](https://github.com/OGKevin))
|
295 | 328 | - Add first series of unit-tests [\#1](https://github.com/bunq/sdk_python/pull/1) ([OGKevin](https://github.com/OGKevin))
|
296 | 329 |
|
|
0 commit comments