Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
ikalnytskyi committed Sep 25, 2018
1 parent 2073b38 commit c6bceab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,8 @@ Release Notes
backward incompatible changes will be released along with bumping major
version component.

Not released changes.
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
Expand Down

0 comments on commit c6bceab

Please sign in to comment.