Skip to content

Releases: hbldh/pybankid

v1.4.1

09 Dec 14:27
Compare
Choose a tag to compare

Futher handling of client certificate problems.
Critical fixes to tests.

Full Changelog: v1.4.0...v1.4.1

v1.4.0

04 Dec 08:48
Compare
Choose a tag to compare

Version 0.28.0 of httpx has some error dealing with client certificates. Pinning it below 0.28.0 for now.

Contains #75 and fixes #74.

Full Changelog: v1.3.0...v1.4.0

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.