From c14caede51cb913df3f494d7c00c8bfb837218ae Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 23 Feb 2017 18:01:28 -0800 Subject: [PATCH] Start working on 1.1.0 release notes --- docs/releases/1.1.0.rst | 30 ++++++++++++++++++++++++++++++ docs/releases/index.rst | 1 + 2 files changed, 31 insertions(+) create mode 100644 docs/releases/1.1.0.rst 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