All Versions
10
Latest Version
Avg Release Cycle
53 days
Latest Release
2900 days ago
Changelog History
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.
- ๐ง The
-
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.