All Versions
10
Latest Version
Avg Release Cycle
53 days
Latest Release
2574 days ago

Changelog History

  • v0.6.1 Changes

    April 07, 2017

    โž• Added support for Swift 3.1.

  • v0.6.0

    December 06, 2016
  • v0.5.0 Changes

    March 05, 2016

    โœจ Enhancements

    • โž• Adds support for streamable request and response bodies and support for NEP2.
  • v0.4.1 Changes

    March 05, 2016

    โœจ 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.
  • v0.4.0 Changes

    February 12, 2016
    โœจ Enhancements
    • ๐Ÿ‘ท It's now possible to disable worker timeouts by setting the timeout interval to 0.
    • Curassow can now bind to unix sockets.
  • v0.3.0 Changes

    January 24, 2016

    โœจ Enhancements

    • ๐Ÿ‘ท Worker processes will now respawn if they crash or timeout.
  • v0.2.3 Changes

    January 02, 2016
    ๐Ÿ› Bug Fixes
    • ๐Ÿง Resolves a problem introduced in 0.2.1 where running Curassow in Linux might fail to handle requests.
  • v0.2.2 Changes

    December 24, 2015
    ๐Ÿ› Bug Fixes
    • ๐Ÿง Resolves a problem introduced in 0.2.1 where running Curassow in Linux might fail to handle requests.
  • v0.2.1 Changes

    December 24, 2015
    ๐Ÿ› Bug Fixes
    • Curassow processes now handle SIGTERM.
  • v0.2.0 Changes

    December 16, 2015
    โœจ 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.