Releases: dabapps/crab
Releases · dabapps/crab
Version 0.1.5
Version 0.1.4
Merge pull request #43 from dabapps/version-0.1.4 Bump version
Version 0.1.3
Merge pull request #38 from dabapps/0.1.3 Release version 0.1.3
Version 0.1.2
Merge pull request #34 from dabapps/0.1.2 Bump version to 0.1.2
Support multiple procfile locations
You can now set PROC_FILE
to a comma separated list, which will be checked in order and the first existing one will be used.
Change status code from 404 to 502 when an HTTP backend can't be found
0.0.6 Merge pull request #12 from dabapps/change-response-code-when-no-back…
Fix router issue with gzip-encoded responses
Merge pull request #7 from dabapps/use-raw-response Use raw response data to fix encoding issues
Fix the router
The router wasn't working properly on POST requests. Now it does.
Improvements to $PORT handling
A free port is now only provided to processes that need one. Also, $PORT
is now used in literal commands rather than weird special-casing.
Add cwd to $PATH
Small release to add current working directory to $PATH
. Enables crab build
rather than crab ./build
.