Skip to content

Releases: hbldh/pybankid

Version 0.10.4

03 Dec 14:35
4c28849
Compare
Choose a tag to compare

Changes

  • Update relying party guidelines PDF link to version 3.5 (#33)
  • Update link to test cert (#32)
  • Dependabot config (#31)

Version 0.10.3

22 Jun 09:23
a54944d
Compare
Choose a tag to compare
  • 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

05 Sep 07:14
Compare
Choose a tag to compare

Fix for bug where userNonVisibleData was erroneously handled in the JSON Client (#14).

Version 0.7.0 - JSON Client

07 Mar 06:23
Compare
Choose a tag to compare

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

17 Nov 07:34
Compare
Choose a tag to compare

Fixes

  • Corrected macOS High Sierra bug in certutils
  • Added PyPy to Travis testing.
  • Updated setup.py

Version 0.4.0

16 Feb 12:09
Compare
Choose a tag to compare

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

04 Feb 18:35
Compare
Choose a tag to compare

Fixes an issue at installation.

PyPI introduction release

04 Feb 18:37
Compare
Choose a tag to compare

This release is the first one distributed via PyPI.

Version 0.2.2

13 Nov 09:28
Compare
Choose a tag to compare
Version 0.2.2 Pre-release
Pre-release

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

04 Oct 20:28
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Features

  • Python 3 support thanks to switch to suds-jurko fork instead of suds
  • Unittests on Travis CI