===================
Changed
-------
- Switch channels_redis dependency to upstream version
Added
-----
- Python execution engine
- Support multiple entity types
- Support extending viewsets with custom filter methods
- Add `tags` attribute to ``ProcessTestCase.run_process`` method which
adds listed tag to the created ``Data`` object
- Copy ``Data`` objects tags from parent objects for spawned ``Data``
objects and ``Data`` objects created by workflows
Fixed
-----
- Fix manager shutdown in the test runner. If an unrecoverable exception
occurred while running a test, and never got caught (e.g. an unpicklable
exception in a parallel test worker), the listener would not get terminated
properly, leading to a hang.
- Data and collection name API filters were fixed to work as expected (ngrams
was switched to raw).
===================