Releases: maldoinc/wireup
Releases · maldoinc/wireup
v0.12.0
v0.11.0
- 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
- 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
Full Changelog: v0.9.1...v0.9.2
v0.9.1
- Documentation updates
- Improve UnknownQualifiedServiceRequestedError message
- Improve errors raised by container.get
- Fix using NewType wrapping a built-in
Full Changelog: v0.9.0...v0.9.1
v0.9.0
v0.8.2
- 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