3.0.4 Release Notes¶
Channels 3.0.4 is a bugfix release in the 3.0 series.
Bugfixes & Small Changes¶
Usage of
urlparse
inOriginValidator
is corrected to maintain compatibility with recent point-releases of Python.The import of
django.contrib.auth.models.AnonymousUser
inchannels.auth
is deferred until runtime, in order to avoid errors ifAuthMiddleware
orAuthMiddlewareStack
were imported beforedjango.setup()
was run.CookieMiddleware
adds support for thesamesite
flag.WebsocketConsumer.init()
andAsyncWebsocketConsumer.init()
no longer make a bad super() call toobject.init()
.
Backwards Incompatible Changes¶
None.