Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

bedrock-health

Bedrock Health API

bedrock

readme

bedrock-health

changelog

bedrock-health ChangeLog

1.3.0 - 2022-01-21

Added

  • Add additional tests and expose private test helper functions in API.
  • Update Bedrock peer dependencies.

1.2.0 - 2021-07-23

Added

  • Update peer deps; use bedrock@4 and bedrock-express@4.

1.1.0 - 2021-07-15

Added

  • Do not listen for HTTP/HTTPS requests until readiness checks have passed. This is compatible with deployment platforms that lack explicit health and readiness checks, but instead expect that the application is ready when it responds to requests sent to the HTTP/HTTPS server's TCP port.
    • Add handler for the bedrock-server.readinessCheck event.

Changed

  • Use nock for mock HTTP endpoints.

1.0.2 - 2020-12-11

Fixed

  • Properly handle erroredSysCall.

1.0.1 - 2020-12-10

Fixed

  • Use http agent for http urls.

1.0.0 - 2020-12-10

  • See git history for changes.