Changelog for aiolocals¶
0.2.5 (unreleased)¶
- Nothing changed yet.
0.2.4 (2016-02-25)¶
- Add python 3.5+ support to aiolocals.local._get_ident
0.2.3 (2015-09-11)¶
- Allow log statements to support service names longer than 10 chars. Truncate at 25 now.
0.2.2 (2015-06-10)¶
- Fixed memory leak when spawning context, added full test coverage for wrap_gather
0.2.1 (2015-05-28)¶
- Added aiolocals.wrap_gather for preserving local context while waiting on multiple Tasks
0.2.0 (2015-05-20)¶
- Allowed configuring logger by subclassing a LogConfiguration class.
0.1.2 (2015-05-08)¶
- Added context manager for preserving Task-local context in threads that are started from within Task.
0.1.1 (2015-05-06)¶
- Fixed bugs in logging configuration.
0.1.0 (2015-05-05)¶
- First internal release