This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
Releases: jbasko/runtime-context
Releases · jbasko/runtime-context
v3.0.0
* Allow multiple independent context stacks per thread * Renames RuntimeContext to RuntimeContextWrapper * Each stack item is aware of its wrapper and is able to pop itself * Push base context on initialisation for every wrapper so that one is always inside a context * Adds push_context and pop_context methods on RuntimeContextWrapper to simplify access when "with" syntax is not convenient * Bump version: 2.0.0 → 3.0.0