Skip to content

Releases: hbldh/pybankid

v1.3.0

23 Aug 09:59
9a1dccd
Compare
Choose a tag to compare

What's Changed

  • Version 1.3.0 by @hbldh in #72
  • New test certificates from BankID is now used.

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

29 Apr 08:08
Compare
Choose a tag to compare

What's Changed

  • Reintroducing support for Python 3.7 and 3.8 by @hbldh in #70
  • Fixes #69

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Apr 20:33
Compare
Choose a tag to compare

What's Changed

  • Mypy-enabled PyBankID in #68 and #67
  • Documentation improvements
  • Pytest fixes (#65 and #66)

Full Changelog: v1.0.1...v1.1.0

v1.0.1

12 Apr 21:51
49ab8da
Compare
Choose a tag to compare

What's Changed

  • Merge changes into master. by @hbldh in #64
  • Broke out generate_qr_code_content from static method to a pure method (#62)
  • Fix for deprecated pytest usage (#63)
  • Markdown README instead of RestructuredText

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

28 Mar 21:23
16039a3
Compare
Choose a tag to compare

Async and Sync clients, implementing v6 BankID API (#59)

Breaking changes: Deprecating v5 of BankID API clients in favour of only v6 clients.

  • Sync and Async clients
  • Implementing the v6 API
  • Removing all v5 and v5.1 API implementations
  • Updated documentation
  • Corrected the example app to work with v1.0.0 of PyBankID
  • Contains and fixes #53, #54, #56, #57, #58

Big thanks to @tiwilliam and @mxamin for implementing the async client and v6 clients respectively.

Version 0.14.1

28 Aug 12:12
Compare
Choose a tag to compare
  • Updated test certificate and handling of it
  • Read the docs config added

Version 0.14.0

07 May 14:19
99106c6
Compare
Choose a tag to compare

Fixes due to changes in urllib3 and some issues with test certificate fetching.

Version 0.13.1

11 Oct 15:16
Compare
Choose a tag to compare

Updated test certificate url

Merged PR #43 which solves #42 and #44.

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