Releases: hbldh/pybankid
Releases · hbldh/pybankid
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
Version 0.1.4
Features
- Modified transport to use own Requests Session object and thereby storing SSL key passwords during Client lifetime.
- Testing: Wrote one test against BankID test server and added Travis CI building.
Minor modifications
- Updated README with testing info.
- Problems with
suds
in Python 2.6. Removing from testing for time being. - Fetching test certificate now removes password for the key part of the certificate to enable automated tests.