Inital Release
Pre-release
Pre-release
Initial release of dobby which supports
- Health check /health
- Version /version (based on ENV VERSION)
- Readiness probe failure (On boot) (based on ENV READY=true|false)
- PUT /state/{sick|healthy}
- crash - Panic immediately
- sick - /health should give 500 Internal Server Error
- healthy - /health should respond 200 OK