* Fix a bug where context name that had a parent with a similiar, but not exact prefix, might end up jumbled.
-- Rhett Garber <rhettggmail.com> Mon, 5 Jan 2015 15:05:00 -0800
0.9.1
* Just log a warning if a duplicate context name is used. * Expose clear_contexts() function to clear out open contexts.
-- Rhett Garber <rhettggmail.com> Fri, 2 Jan 2015 15:00:00 -0800
0.9.0
* Fix django middleware to be less dependent on ordering. * Support for '^' in type names for referencing top level context. * Expose find_context() function for retrieving arbitrary named contexts in the heirarchy.
-- Rhett Garber <rhettggmail.com> Wed, 30 Dec 2014 12:29:00 -0800
0.8.4
* Fix logging LogHandler to respect defined type name.
-- Rhett Garber <rhettggmail.com> Thu, 23 Oct 2014 15:15:00 -0700
0.8.3
* Register atexit function to prevent hangs.
-- Rhett Garber <rhettggmail.com> Wed, 22 Oct 2014 17:33:00 -0700
0.8.2
* Disable buffering for oxview stdin * Fix issue in tornado_utils with catching timeouts in httpclient * Enhancment to oxstash so we now use bulk operations API to elasticsearch