Pybankid Versions Save

BankID Relying Party client for Python

v1.2.0

1 month ago

What's Changed

Full Changelog: https://github.com/hbldh/pybankid/compare/v1.1.0...v1.2.0

v1.1.0

1 month ago

What's Changed

Full Changelog: https://github.com/hbldh/pybankid/compare/v1.0.1...v1.1.0

v1.0.1

1 month ago

What's Changed

  • Merge changes into master. by @hbldh in https://github.com/hbldh/pybankid/pull/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: https://github.com/hbldh/pybankid/compare/v1.0.0...v1.0.1

v1.0.0

2 months ago

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.

v0.14.1

9 months ago
  • Updated test certificate and handling of it
  • Read the docs config added

v0.14.0

1 year ago

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

v0.13.1

1 year ago

Updated test certificate url

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

v0.12.0

2 years ago

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

v0.11.0

3 years ago
  • Removal of some leftover SOAP v4 API code
  • Multiple corrections for exceptions
  • Improved documentation
  • Added Python 3.9 in CI testing

v0.10.4

3 years ago

Changes

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