Skip to content

Releases: maldoinc/wireup

v0.15.1

04 Jan 19:24
Compare
Choose a tag to compare
  • Bugfixes for Django integration
  • Added Django 5 to test matrix
  • Docs update

Full Changelog: v0.15.0...v0.15.1

v0.15.0

26 Dec 17:26
Compare
Choose a tag to compare

What's Changed

  • Wireup now supports string annotations such as from __future__ import annotations via the eval_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

Full Changelog: v0.14.0...v0.15.0

0.14.0

30 Nov 21:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

16 Nov 13:14
Compare
Choose a tag to compare

What's Changed

  • Expose fastapi request object as a transient service by @maldoinc in #38

Full Changelog: v0.12.0...v0.13.0

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