Skip to content

2.1.0

Compare
Choose a tag to compare
@ikalnytskyi ikalnytskyi released this 19 Nov 01:10
· 147 commits to master since this release
2.1.0
c6bceab

What's Changed

  • Add picobox.contextvars scope (python 3.7 and above) that can be used in asyncio applications to have a separate set of dependencies in all coroutines of the same task. See #23.
  • Fix picobox.threadlocal issue when it was impossible to use any hashable key other than str. See #21.
  • Nested picobox.pass_ calls are now squashed into one in order to improve runtime performance. See #25.
  • Add Python 2.7 support. See #26.

Full Changelog: 2.0.0...2.1.0