- Update to Canaille 0.0.54. This break the way models are saved and deleted (`iam_server.backend.save(user)` instead of `user.save()`). Please check the documentation to see examples. - Documentation uses Shibuya theme.
0.0.12
Changed
- Configuration is read from `.pytest-iam.env` - Configuration is read from enviroment vars prefixed by `PYTEST_IAM_`
0.0.11
Changed
- Ignores local .env 3
Removed
- Stop Python 3.8 support
0.0.10
Changed
- Move the repository to https://github.com/pytest-dev/pytest-iam - GHA support 1