Releases: hbldh/pybankid
Releases · hbldh/pybankid
v1.3.0
Version 1.2.0
What's Changed
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.1
Version 1.0.0
Async and Sync clients, implementing v6 BankID API (#59)
Breaking changes: Deprecating v5 of BankID API clients in favour of only v6 clients.
- Sync and Async clients
- Implementing the v6 API
- Removing all v5 and v5.1 API implementations
- Updated documentation
- Corrected the example app to work with v1.0.0 of PyBankID
- Contains and fixes #53, #54, #56, #57, #58
Big thanks to @tiwilliam and @mxamin for implementing the async client and v6 clients respectively.
Version 0.14.1
- Updated test certificate and handling of it
- Read the docs config added
Version 0.14.0
Fixes due to changes in urllib3
and some issues with test certificate fetching.
Version 0.13.1
Version 0.12.0
Now uses the BankID API version 5.1 endpoint instead of 5.
Version 0.11.0
- Removal of some leftover SOAP v4 API code
- Multiple corrections for exceptions
- Improved documentation
- Added Python 3.9 in CI testing