diff --git a/docs/releases/1.1.0.rst b/docs/releases/1.1.0.rst new file mode 100644 index 0000000..d461951 --- /dev/null +++ b/docs/releases/1.1.0.rst @@ -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. diff --git a/docs/releases/index.rst b/docs/releases/index.rst index f4f57a5..000825a 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -8,3 +8,4 @@ Release Notes 1.0.1 1.0.2 1.0.3 + 1.1.0