mirror of
https://github.com/django/daphne.git
synced 2025-07-11 00:12:18 +03:00
Releasing 0.13.1
This commit is contained in:
parent
363b5a09e9
commit
32320ec094
|
@ -1,3 +1,13 @@
|
||||||
|
0.13.1 (2016-05-13)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* enforce_ordering now queues future messages in a channel rather than
|
||||||
|
spinlocking worker processes to achieve delays.
|
||||||
|
|
||||||
|
* ConsumeLater no longer duplicates messages when they're requeued below the
|
||||||
|
limit.
|
||||||
|
|
||||||
|
|
||||||
0.13.0 (2016-05-07)
|
0.13.0 (2016-05-07)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "0.13.0"
|
__version__ = "0.13.1"
|
||||||
|
|
||||||
default_app_config = 'channels.apps.ChannelsConfig'
|
default_app_config = 'channels.apps.ChannelsConfig'
|
||||||
DEFAULT_CHANNEL_LAYER = 'default'
|
DEFAULT_CHANNEL_LAYER = 'default'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user