Releases: edutap-eu/edutap.wallet_google
Releases · edutap-eu/edutap.wallet_google
v2.0.0b4
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 usewallet_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
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
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