All Versions
10
Latest Version
Avg Release Cycle
53 days
Latest Release
2622 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.