Skip to content

Releases: apisquare/express-health-api

v0.2.1

27 Jun 15:59
Compare
Choose a tag to compare

Added Changes

  • Update property name of headerToken to authToken
  • Added Environment variable support to the configurations

Express-health-api v0.2.0 release

09 Jun 03:48
5b20b17
Compare
Choose a tag to compare

Added changes,

  1. Implemented security feature to secure Health API
  2. Attached system information with health API responses
  3. Added support to retrieve custom service status (e.g: Docker)
  4. Minor bug fixes
  5. Added more tests cases to increase the feature stability

Initial release of Express-Health v0.1.0

05 Jun 08:16
Compare
Choose a tag to compare

Added features,

  1. /status API to serve the health statuses with API name customization
  2. Custom configurations to customize your health API
  3. Attach status of the dependent services/consumed services with your health API responses
  4. Attach your server API status based on consumed services