Releases: maldoinc/wireup
Releases · maldoinc/wireup
v0.15.1
v0.15.0
What's Changed
- Wireup now supports string annotations such as
from __future__ import annotations
via theeval_type_backport
package. - Expose Django current request as a wireup service by @maldoinc in #46
- Move pytest to dev dependencies by @marjinal1st in #49
- Autowire all Django URL patterns by @NikitaMelnikov in #52
New Contributors
- @marjinal1st made their first contribution in #49
- @NikitaMelnikov made their first contribution in #52
Full Changelog: v0.14.0...v0.15.0
0.14.0
v0.13.0
v0.12.0
- Container now supports async generator factories
Full Changelog: v0.11.0...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