Releases: thecasualcoder/dobby
Releases · thecasualcoder/dobby
v3.0.0
Changelog
- bce4fc8 Add Bruno API collection
- 373aac9 Add version to goreleaser config and remove deprecated replacements
- f6bbad5 Fix detecting presence of golangci-lint binary in lint make target
- e5b8832 Fix gitlab ci warning about caching go.sum
- 47edf97 Fix goreleaser cleanup arg
- d91a59d Fix syntax for 'with' when using action
- 2550f6b Gitignore .DS_Store
- b2bd99a Update action version of golang, docker-login and goreleaser
- d24a727 Update gh checkout and go actions
- 57c3eca Upgrade go 1.22 in CI config
- 311ec25 Upgrade to golang 1.22
v2.0.2
v2.0.1
v1.0
v1.0
Get information about dobby
Health check /health
Readiness check /readiness
Version /version (based on ENV VERSION)
Meta /meta
Command dobby
Control dobby's health as sick and perfect
Control dobby's readiness as sick and perfect
Allow to reset health and readiness in 'n' seconds
Allow delayed start of dobby
Crash dobby
Go Turbo on CPU and memory resources
Refer README.md for more details on the endpoints
Inital 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