Added
* `channelstream_utils` command, right now it can create fresh config INI files
Removed
* [breaking] dropped six compat layer
* [breaking] test only in python 3.6+
* [breaking] Allow configuration only from ini files, drop all other arguments from CLI
Changed
* Admin views can also be accessed when authenticating via API keys
* Updated frontend code to support ESM browsers by default, fallback to ES5 browsers optionally
* Depend on pyramid_apispec 0.3.3
* /api-explorer is now only accessible for admin users