--------------------
- Completely reworked API. The new API is not compatible with the old 0.4 API so
you must update your plugins.
- Python 3 support.
- The `Cookie` class is now basically a persistent dict and accepts key/value
pairs. Cookie are stored as JSON files by default so they can be inspected by
the system administrator (9400).
- New `LogTail` class which provides convenient access to constantly growing log
files which are eventually rotated.