The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated gem name to
healthcheck_endpoint
, namespace toHealthcheckEndpoint
- Updated gem runtime/development dependencies
- Updated gem documentation
- Added ability to show in the response current probe type
{
"data": {
"id": "a09efd18-e09f-4207-9a43-b4bf89f76b47",
"type": "application-startup-healthcheck",
"attributes": {
"postgres": true,
"redis": true,
"rabbit": true
}
}
}
- Added ability to use configuration with default settings without block passing
HealthcheckEndpoint.configure # It will create configuration instance with default settings
- Updated
HealthcheckEndpoint.configure
, tests - Updated gem documentation
- First release of
healthcheck_endpoint
.