Skip to content

Releases: edutap-eu/edutap.wallet_google

v2.0.0b4

05 Feb 13:51
Compare
Choose a tag to compare
v2.0.0b4 Pre-release
Pre-release

What's Changed

  • [bugfix] Use Pydantic AnyHttpUrl instead of HttpUrl - fixes #22 by @jensens in #26
  • [bugfix] Fix api import - enable from edutap import wallet_google and use wallet_google.api... by @jensens in #28
  • [chore] pre-commit autoupdate by @pre-commit-ci in #27

Full Changelog: v2.0.0b3...v2.0.0b4

v2.0.0b3

29 Jan 14:22
Compare
Choose a tag to compare
v2.0.0b3 Pre-release
Pre-release

What's Changed

  • [chore] Create dependabot.yml by @jensens in #23
  • [chore] ⬆️ Bump astral-sh/setup-uv from 4 to 5 by @dependabot in #24
  • [feat] Allow multiple entrypoints of the same group in one pyproject.toml by @loechel in #25

Full Changelog: v2.0.0b1...v2.0.0b3

v2.0.0b1

26 Jan 21:08
Compare
Choose a tag to compare
v2.0.0b1 Pre-release
Pre-release

This the first beta of a major and breaking release with loads of changes since the 1.0b1 release.

  • updated and bug-fixed models
  • new models
  • API signature and usage simplified
  • handlers for callback and image provider (Fastapi routers), decoupled logic/plugin based
  • multiple issuer-IDs per service account supported
  • lots of unit tests
  • integration test against live Google Wallet API
  • and more