Skip to content

Releases: maldoinc/wireup

v0.12.0

27 Oct 19:39
Compare
Choose a tag to compare
  • Container now supports async generator factories

Full Changelog: v0.11.0...v0.12.0

v0.11.0

20 Oct 20:54
Compare
Choose a tag to compare
  • Generator factories are now supported (only sync, async generators coming in a future release)
  • Test matrix includes Py313
  • Started migration from unittest to pytest

Full Changelog: v0.10.0...v0.11.0

v0.10.0

06 Oct 21:16
Compare
Choose a tag to compare
  • Using the global wireup.container is now deprecated
  • New wireup.create_container function
  • Improved integrations for flask, fastapi, django
  • Deprecated old fastapi, flask integrations
  • New deprecations: initialize_container, container.context, container.clear_initialized_objects

Full Changelog: v0.9.2...v0.10.0

v0.9.2

03 Sep 22:05
Compare
Choose a tag to compare

v0.9.1

31 Aug 14:57
Compare
Choose a tag to compare

v0.9.0

24 Aug 12:04
Compare
Choose a tag to compare

What's Changed

  • Accept container parameters in initialize_container #30.
  • Documentation update.
  • Misc refactoring.

Full Changelog: v0.8.2...v0.9.0

v0.8.2

02 Aug 20:52
Compare
Choose a tag to compare
  • Improve typing and test coverage
  • Fix a bug with service_modules not accepting a module that is not a directory/init.py

Full Changelog: v0.8.1...v0.8.2

v0.8.1

v0.8.0

v0.7.2