Skip to content

Commit ce3e89b

Browse files
committed
Regenerated changelog.
1 parent 94fa27b commit ce3e89b

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

CHANGELOG.md

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

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+
339
## [1.13.1](https://github.com/bunq/sdk_python/tree/1.13.1) (2020-02-21)
440

541
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.13.0...1.13.1)
@@ -28,9 +64,6 @@
2864

2965
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.16...1.13.0)
3066

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-
3467
**Implemented enhancements:**
3568

3669
- Python SDK Refactor [\#117](https://github.com/bunq/sdk_python/pull/117) ([angelomelonas](https://github.com/angelomelonas))
@@ -270,10 +303,10 @@
270303
- Add proxy support to Python SDK [\#16](https://github.com/bunq/sdk_python/issues/16)
271304
- Break the SDK's dependence on the bunq.conf file [\#11](https://github.com/bunq/sdk_python/issues/11)
272305
- 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))
273307
- Changed test class name [\#14](https://github.com/bunq/sdk_python/pull/14) ([OGKevin](https://github.com/OGKevin))
274308
- Load and Save an ApiContext from and to JSON Data [\#13](https://github.com/bunq/sdk_python/pull/13) ([PJUllrich](https://github.com/PJUllrich))
275309
- \#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))
277310

278311
**Closed issues:**
279312

@@ -290,7 +323,7 @@
290323
**Implemented enhancements:**
291324

292325
- 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))
294327
- Uploaded to PyPi [\#4](https://github.com/bunq/sdk_python/pull/4) ([OGKevin](https://github.com/OGKevin))
295328
- Add first series of unit-tests [\#1](https://github.com/bunq/sdk_python/pull/1) ([OGKevin](https://github.com/OGKevin))
296329

0 commit comments

Comments
 (0)