Skip to content

Releases: sprockets/sprockets.http

Tornado 6 support

05 Mar 20:24
@gmr gmr
8baa4cd

Choose a tag to compare

Merge pull request #31 from gmr/tornado6

Change pinning of Tornado to include Tornado 6

Additional HTTP Server Config Options

25 Jan 14:59
a6fdbba

Choose a tag to compare

Allow max_body_size and max_buffer_size config parameters to be set on the underlying Tornado HTTPServer so that files larger than the 100MB default can be uploaded in one shot.

Add sprockets.http.app.Application

29 Sep 15:06

Choose a tag to compare

Also deprecates the runner_callbacks application attribute.

Production Logging Improvements

19 Sep 14:09
@gmr gmr

Choose a tag to compare

1.3.2

Include environment and service in the structured log data

Structured data non-Debug output

19 Sep 14:01
@gmr gmr

Choose a tag to compare

Change the non-DEBUG log format to include structured data and a leading first byte for log level.

Our applications are run as Docker with syslog logging. We parse the first byte in rsyslog to override the priority (facility * 8) + int value of level.

No More JSON Logging

19 Sep 13:54
@gmr gmr

Choose a tag to compare

Merge pull request #16 from sprockets/no-json-logging

Update the logging to remove JSON logging

Fix before_run for multi-process servers

15 Feb 18:09

Choose a tag to compare

Merge pull request #11 from sprockets/fix-multiproc

Delay grabbing the IOLoop until after fork.

Add a "before run" callback

11 Feb 19:51

Choose a tag to compare

Merge pull request #10 from sprockets/release-1-1-0

Release 1 1 0

Admit that other sprockets exist!

20 Nov 20:08

Choose a tag to compare

This release adds a synergistic tie to sprockets/sprockets.mixins.media_type.

Finally a non-beta release

20 Nov 14:43

Choose a tag to compare

Check out the new error handling stuff in sprockets.http.mixins.