Changelog of @hackage/ngx-export-healthcheck 1.6.1

1.6.1

  • Extract host names from service keys and use them in header Host and for validation of server certificates in health checks over https.
  • Conditional building of the https support controlled by Cabal flag HealthcheckHttps.

1.6

  • Added support for https transport protocol.
    • Breaking changes: endpoint configuration gets a new field epProto, see updated examples in the project's README.md.
  • A new approach to building custom handlers with Cabal Nix-style local builds and ngx-export-distribution, see details in the project's simple/, periodic/, and prometheus/ subdirectories.
  • Improvement: using a single http manager for all service keys.

1.5

  • Refactoring of type imports.