Skip to content

Releases: kylef-archive/Curassow

0.6.1

07 Apr 16:14
Compare
Choose a tag to compare

Added support for Swift 3.1.

0.5.0

05 Mar 23:40
Compare
Choose a tag to compare

Enhancements

  • Adds support for streamable request and response bodies and support for NEP2.

0.4.1

05 Mar 23:42
Compare
Choose a tag to compare

Enhancements

  • The WEB_CONCURRENCY environment variable can be used to configure the amount of workers.
  • The PORT environment variable can be used to configure the default listening port.
  • You can now daemonize Curassow via the --daemon option.

0.4.0

12 Feb 01:13
Compare
Choose a tag to compare
Enhancements
  • It's now possible to disable worker timeouts by setting the timeout interval to 0.
  • Curassow can now bind to unix sockets.

0.3.0

24 Jan 17:31
Compare
Choose a tag to compare

Enhancements

  • Worker processes will now respawn if they crash or timeout.

0.2.3

02 Jan 16:29
Compare
Choose a tag to compare
Bug Fixes
  • Resolves a problem introduced in 0.2.1 where running Curassow in Linux might fail to handle requests.

0.2.2

24 Dec 18:49
Compare
Choose a tag to compare
Bug Fixes
  • Resolves a problem introduced in 0.2.1 where running Curassow in Linux might fail to handle requests.

0.2.1

24 Dec 18:49
Compare
Choose a tag to compare
Bug Fixes
  • Curassow processes now handle SIGTERM.

0.2.0

16 Dec 02:03
Compare
Choose a tag to compare
Enhancements
  • Bodies of HTTP requests are now parsed and available to Nest callbacks.
Bug Fixes
  • Fixes a crash in a worker if a client disconnects before we send a response to them.

0.1.3

11 Dec 10:19
Compare
Choose a tag to compare
Enhancements
  • Curassow now parses request headers and exposes them in the request.
Bug Fixes
  • Fixes a problem where some requests would fail to be decoded.