Skip to content

Releases: hbldh/pybankid

Version 0.12.0

08 Jul 09:17
Compare
Choose a tag to compare

Now uses the BankID API version 5.1 endpoint instead of 5.

Version 0.11.0

03 May 07:51
afd9f46
Compare
Choose a tag to compare
  • 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

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.