Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@hbldh hbldh released this 28 Mar 21:23
· 13 commits to master since this release
16039a3

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.