Skip to content

Releases: synw/django-instant

2.0.0

30 May 16:06
Compare
Choose a tag to compare

Compatibility with Centrifugo 2

0.6.11

16 Feb 16:54
Compare
Choose a tag to compare

Add support for Darwin in the installer by @tboulogne

Minor fixes and updates in doc

0.6.10

22 Sep 13:33
Compare
Choose a tag to compare

Maintenance release: fixes for Django 2:

  • Add cors headers
  • Fix is_authenticated()
  • Fix default handlers path
  • a new frontend is available

0.6.8

03 Aug 07:16
Compare
Choose a tag to compare

Feature release: the handlers for declared channels can now be located either in the project templates dirs or in the apps templates dirs. Thanks to @tboulogne for the help

0.6.7

30 Jul 14:06
393b2b1
Compare
Choose a tag to compare

Maintenance release:

  • Update urlresolver path for Django 2.0: thanks to @tboulogne for the PR
  • Add tests
  • Linting

0.6.6

23 Jan 14:54
Compare
Choose a tag to compare

Maintenance release: an important refactoring has been done to prepare the arrival of the database channels in version 0.7

0.6.5

06 Jan 14:21
Compare
Choose a tag to compare

Fix the get_channels templatetag that broke the frontend with the new declarative channels initialization

0.6.3

06 Jan 13:11
Compare
Choose a tag to compare

Bugfix release:

  • Fix default config so that the installer can run without any required setting

  • Fix initialization of the declarative channels

0.6.2

22 Dec 08:13
Compare
Choose a tag to compare

Fix initialization error when instant debug setting is not set

0.6.1

15 Dec 11:34
Compare
Choose a tag to compare

Fixes for declarative channels