Commit graph

9 commits

Author SHA1 Message Date
adam
daa31b56d4 py-asgiref: updated to 2.3.0
2.3.0:
* ApplicationCommunicator now has a receive_nothing() test available
2018-04-13 11:09:43 +00:00
adam
606187a74f py-asgiref: updated to 2.2.0
2.2.0:
* Cancelled tasks now correctly cascade-cancel their children
* Communicator.wait() no longer re-raises CancelledError from inner coroutines
2018-03-08 08:26:21 +00:00
adam
1dd38af40d py-asgiref: updated to 2.1.6
2.1.6:
* async_to_sync now works inside of threads (but is still not allowed in threads
  that have an active event loop)
2018-02-22 08:50:47 +00:00
adam
fb66941e07 py-asgiref: updated to 2.1.5
2.1.5:
* Fixed issues with async_to_sync not setting the event loop correctly
* Stop async_to_sync being called from threads with an active event loop
2018-02-16 14:42:55 +00:00
adam
6188c74179 py-asgiref: updated to 2.1.4
2.1.4:
* Values are now correctly returned from sync_to_async and async_to_sync
* ASGI_THREADS environment variable now works correctly

2.1.3:
* Add an ApplicationCommunicator.wait() method to allow you to wait for an
  application instance to exit before seeing what it did.

2.1.2:
* Allow AsyncToSync to work if called from a non-async-wrapped sync context.

2.1.1:
* Allow AsyncToSync constructor to be called inside SyncToAsync.
2018-02-12 08:36:52 +00:00
adam
6e4dc76958 py-asgiref: updated to 2.1.0
2.1.0:
* Add asgiref.testing module with ApplicationCommunicator testing helper
2018-01-31 11:43:18 +00:00
adam
71125c0afb Added PYTHON_VERSIONS_INCOMPATIBLE 2017-12-08 12:07:50 +00:00
adam
644ad5aaf0 py-asgiref: updated to 2.0.1
2.0.1:
* Bugfix release to have HTTP response content message as the correct
  "http.response.content" not the older "http.response.chunk".

2.0.0:
* Complete rewrite for new async-based ASGI mechanisms and removal of
  channel layers.
2017-11-30 08:01:48 +00:00
adam
96ca311f53 Contains various reference ASGI implementations, including:
* A base channel layer, asgiref.base_layer
* An in-memory channel layer, asgiref.inmemory
* WSGI-to-ASGI and ASGI-to-WSGI adapters, in asgiref.wsgi
2017-06-21 19:09:07 +00:00