Releases: hbldh/pybankid
Releases · hbldh/pybankid
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.
Version 0.2.2
Changelist
- Better handling of suds Text to Python string type using six.
- Dict keys in returned response are now unicode as well.
- urllib3 warning handling implemented.
- Added coverage installation to Travis CI script.
- Added Python 3.5 to Travis CI testing.
- README updated with details about pyopenssl.
- README updated with information about pybankid-example-app.
- Added classifier troves to setup.py
- Removed OpenSLL stderr output when generating test certificates.
Version 0.2.0
Features
- Python 3 support thanks to switch to suds-jurko fork instead of suds
- Unittests on Travis CI