Skip to content

Commit c6bceab

Browse files
committed
Version 2.1.0
* 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. * Fix ``picobox.threadlocal`` issue when it was impossible to use any hashable key other than ``str``. * Nested ``picobox.pass_`` calls are now squashed into one in order to improve runtime performance. * Add ``Python 2.7`` support.
1 parent 2073b38 commit c6bceab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ Release Notes
306306
backward incompatible changes will be released along with bumping major
307307
version component.
308308

309-
Not released changes.
309+
2.1.0
310+
`````
310311

311312
* Add ``picobox.contextvars`` scope (python 3.7 and above) that can be used
312313
in asyncio applications to have a separate set of dependencies in all

0 commit comments

Comments
 (0)