mirror of
https://github.com/django/daphne.git
synced 2025-04-21 01:02:06 +03:00
Start working on 1.1.0 release notes
This commit is contained in:
parent
b2842f1ef1
commit
c14caede51
30
docs/releases/1.1.0.rst
Normal file
30
docs/releases/1.1.0.rst
Normal file
|
@ -0,0 +1,30 @@
|
|||
1.1.0 Release Notes
|
||||
===================
|
||||
|
||||
.. note::
|
||||
The 1.1.0 release is still in development.
|
||||
|
||||
Channels 1.1.0 introduces a couple of major but backwards-compatible changes.
|
||||
It was released on UNKNOWN.
|
||||
|
||||
Major Changes
|
||||
-------------
|
||||
|
||||
* Test classes have been moved from ``channels.tests`` to ``channels.test``
|
||||
to better match Django. Old imports from ``channels.tests`` will continue to
|
||||
work but will trigger a deprecation warning, and ``channels.tests`` will be
|
||||
removed completely in version 1.3.
|
||||
|
||||
Minor Changes & Bugfixes
|
||||
------------------------
|
||||
|
||||
* Bindings now support non-integer fields for primary keys on models
|
||||
|
||||
* The ``enforce_ordering`` decorator no longer suffers a race condition where
|
||||
it would drop messages under high load
|
||||
|
||||
|
||||
Backwards Incompatible Changes
|
||||
------------------------------
|
||||
|
||||
None.
|
|
@ -8,3 +8,4 @@ Release Notes
|
|||
1.0.1
|
||||
1.0.2
|
||||
1.0.3
|
||||
1.1.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user