- Updated requirements' versions
- Added experimental support of MQTT channel layer (atop of gmqtt)
- Allow custom kwargs on Channel `subscribe` and `publish` methods
- Added option to switch between `date` and `auto incrementing` (django-like) prefix for migrations (by Merser4)
- Introspection for API schemas classnames collisions
- Introspection for API path params
- Added example of per-route middleware (like `decorator_from_middleware`)
- Refactoring (--settings, channels, apps validations, aiosmtplib, etc.)