Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

56 lines (30 loc) · 1.19 KB

Changelog

1.2.1 - 2024-12-05

Changed

  • Changed ACTOR_BUILD_TAGS to be a comma-separated list variable

1.2.0 - 2024-12-04

Added

  • Added new environment variables

1.1.2 - 2024-07-04

Added

  • Added constants for Actor Standby

1.1.1 - 2024-01-08

Internal changes

  • Relative imports were replaced for absolute imports

1.1.0 - 2023-11-16

Internal changes

  • Migrate from Autopep8 and Flake8 to Ruff

1.0.4 - 2023-10-18

Added

  • Added support for Python 3.12

Internal changes

  • Removed pytest-randomly Pytest plugin
  • Versions are 2nd level headings in the changelog.
  • Unify indentation in the configuration files.

1.0.2 - 2023-08-02

  • Added the ActorEnvVars enum and new tests.
  • Added the flake8-simplify package and simplified some code.

1.0.1 - 2023-08-01

  • Added the ignore_docs decorator to all internal utilities.

1.0.0 - 2023-07-25

  • Initial release of the package.