Releases: synw/django-instant
Releases · synw/django-instant
2.0.0
Compatibility with Centrifugo 2
0.6.11
Add support for Darwin in the installer by @tboulogne
Minor fixes and updates in doc
0.6.10
Maintenance release: fixes for Django 2:
- Add cors headers
- Fix
is_authenticated()
- Fix default handlers path
- a new frontend is available
0.6.8
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
Maintenance release:
- Update urlresolver path for Django 2.0: thanks to @tboulogne for the PR
- Add tests
- Linting
0.6.6
Maintenance release: an important refactoring has been done to prepare the arrival of the database channels in version 0.7
0.6.5
Fix the get_channels
templatetag that broke the frontend with the new declarative channels initialization
0.6.2
Fix initialization error when instant debug setting is not set
0.6.1
Fixes for declarative channels