3.0.4 Release Notes¶
Channels 3.0.4 is a bugfix release in the 3.0 series.
Bugfixes & Small Changes¶
Usage of
urlparseinOriginValidatoris corrected to maintain compatibility with recent point-releases of Python.The import of
django.contrib.auth.models.AnonymousUserinchannels.authis deferred until runtime, in order to avoid errors ifAuthMiddlewareorAuthMiddlewareStackwere imported beforedjango.setup()was run.CookieMiddlewareadds support for thesamesiteflag.WebsocketConsumer.init()andAsyncWebsocketConsumer.init()no longer make a bad super() call toobject.init().
Backwards Incompatible Changes¶
None.