Next | Query returned 31 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2018-06-14 09:55:00 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-daphne: updated to 2.2.0

2.2.0:

* HTTP timeouts have been removed by default, as they were only needed
  with ASGI/Channels 1. You can re-enable them with the --http-timeout
  argument to Daphne.

* Occasional errors on application timeout for non-fully-opened sockets
  and for trying to read closed requests under high load are fixed.

* X-Forwarded-For headers are now correctly decoded in all environments
  and no longer have unicode matching issues.
   2018-04-30 09:36:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-daphne: updated to 2.1.1

2.1.1:
* ASGI application constructors are now run in a threadpool as they might
  contain blocking synchronous code.
   2018-03-26 02:30:50 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Simplify
   2018-03-24 18:07:06 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Needs py-test-runner.
   2018-03-14 09:00:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-daphne: updated to 2.1.0

2.1.0:
* Removed subprotocol support from server, as it never really worked. Subprotocols
  can instead be negotiated by ASGI applications now.
* Non-ASCII query strings now raise a 400 Bad Request error rather than silently
  breaking the logger
   2018-02-22 09:54:28 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-daphne: updated to 2.0.4

2.0.4:
* Ping timeouts no longer reset on outgoing data, only incoming data
* No more errors when connections close prematurely
   2018-02-14 15:21:33 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-daphne: updated to 2.0.3

2.0.3:
* Unix socket listening no longer errors during startup (introduced in 2.0.2)
* ASGI Applications are now not immediately killed on disconnection but instead
  given --application-close-timeout seconds to exit (defaults to 10)

2.0.2:
* WebSockets are no longer closed after the duration of http_timeout

2.0.1:
* Updated logging to correctly route exceptions through the main Daphne logger

2.0.0:
* Major rewrite to the new async-based ASGI specification and to support
  Channels 2. Not backwards compatible.
   2018-01-10 09:36:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-daphne: updated to 1.4.2

1.4.2:
* Bugfix for WebSocket protocol when X-Forwarded-For is turned on.

1.4.1:
* Bugfix for a bad merge of HTTPFactory for X-Forwarded-Proto causing Daphne
  to not start.

1.4.0:
* The X-Forwarded-Proto header can now be used to pass along protocol from
  a reverse proxy.
* WebSocket headers are now correctly always passed as bytestrings.
   2017-12-08 21:38:59 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Restrict Python support as py-asgiref doesn't support 2.7 and 3.4.
   2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229)
Log message:
Switch github HOMEPAGEs to https.

Next | Query returned 31 messages, browsing 21 to 30 | Previous