Skip to content

Releases: woltapp/magic-di

Release 0.2.1

01 Oct 15:10
Compare
Choose a tag to compare

[0.2.1] - 2024-10-01

Fixed

  • Fixed compatibility with Python3.10 for optional type hints

Release 0.2.0

27 Sep 08:49
Compare
Choose a tag to compare

[0.2.0] - 2024-09-27

Added

  • Added magic_di.healthcheck.DependenciesHealthcheck class to make health checks of injected dependencies that implement magic_di.healthcheck.PingableProtocol interface

Fixed

  • Inject dependencies inside of event loop in magic_di.utils.inject_and_run to prevent wrong event loop usage inside of the injected dependencies

Changed

  • Cruft update to get changes from the cookiecutter template
  • Renamed LICENCE -> LICENSE, now it's automatically included in the wheel created by poetry

Release 0.1.0

28 Mar 12:08
Compare
Choose a tag to compare

[0.1.0] - 2024-03-28

Changed

  • Initial version