Releases: kylef-archive/Curassow
Releases · kylef-archive/Curassow
0.6.1
Added support for Swift 3.1.
0.5.0
Enhancements
- Adds support for streamable request and response bodies and support for NEP2.
0.4.1
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
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
Enhancements
- Worker processes will now respawn if they crash or timeout.
0.2.3
Bug Fixes
- Resolves a problem introduced in 0.2.1 where running Curassow in Linux might fail to handle requests.
0.2.2
Bug Fixes
- Resolves a problem introduced in 0.2.1 where running Curassow in Linux might fail to handle requests.
0.2.1
Bug Fixes
- Curassow processes now handle SIGTERM.
0.2.0
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
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.