Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Versions follow Semantic Versioning (..).

[0.0.12] - 2024-04-22

Changed

  • Configuration is read from .pytest-iam.env

  • Configuration is read from enviroment vars prefixed by PYTEST_IAM_

[0.0.11] - 2024-04-22

Changed

  • Ignores local .env #3

Removed

  • Stop Python 3.8 support

[0.0.10] - 2024-04-12

Changed

  • Move the repository to https://github.com/pytest-dev/pytest-iam

  • GHA support #1

[0.0.9] - 2024-03-30

Added

  • Canaille 0.0.44 support

[0.0.8] - 2024-03-14

Added

  • Loose dependency versions.

[0.0.7] - 2024-03-12

Added

  • Display Canaille debug logs by default.

[0.0.6] - 2024-01-24

Fixed

  • python <=3.8 uncompatible typing

[0.0.5] - 2023-12-22

Added

  • iam_configuration fixture

[0.0.4] - 2023-12-15

Fixed

  • Ensure model instances are created within the Canaille application context.

[0.0.3] - 2023-08-31

Added

  • Documentation draft

  • Implement Server.random_token

  • Loose canaille dependency

[0.0.2] - 2023-08-21

Added

  • Implement Server.consent and Server.login

[0.0.1] - 2023-08-17

Added

  • Initial release