Releases: hbldh/pybankid
Releases · hbldh/pybankid
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
Version 0.10.4
Version 0.10.3
- Corrections for some changed RFA details in documentation.
- Moved CI from Azure Pipelines to Github Actions.
Version 0.7.1: Critical bugfix for JSON client
Fix for bug where userNonVisibleData
was erroneously handled in the JSON Client (#14).
Version 0.7.0 - JSON Client
BankID has release a v5
version of their API, exposing a REST API returning JSON data. A new PyBankID RP client class, BankIDJSONClient
, has been implemented to use this API in favour of the SOAP API of v4
.
Features
- JSON based interface client added. Solves #12.
- Added PendingDeprecationWarning to BankIDClient.
- Updated documentation
- Testing only on 2.7, 3.5, 3.6 and pypy
Minor fixes
- Added legacy mode to BankIDClient test server as well.
- Updated tests
- Improved
certutils
.
Version 0.6.1
Fixes
- Corrected macOS High Sierra bug in
certutils
- Added PyPy to Travis testing.
- Updated
setup.py
Version 0.4.0
Features
- Critical fix to unicode handling in collect method.
- Refactoring of
setup.py
- Added
version.py
file. - Updated requirements.
- Added Python 3.6 to Travis CI.
Setup.py Patch
Fixes an issue at installation.
PyPI introduction release
This release is the first one distributed via PyPI.