Skip to content

0.1.7

Compare
Choose a tag to compare
@dolamroth dolamroth released this 20 Jan 15:26
· 43 commits to main since this release
  • 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.)