Skip to content

Poodinis 2.0.0

Compare
Choose a tag to compare
@mbierlee mbierlee released this 04 Apr 12:24
· 411 commits to main since this release

Version 2.0.0
This version introduces changes which might be incompatible with your current codebase

  • CHANGE dependency container to be synchronized. Sharing a dependency container between threads is now possible.
    The implication is that all dependency container instances must be shared now.
    You don't have to change anything if you were only using the singleton dependency container.