Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 826 Bytes

1.4.0.md

File metadata and controls

15 lines (11 loc) · 826 Bytes

Release notes - version 1.4.0


Notes about new/updated Features

The 1.4.0 version has been updated to the 0.12.0 SDK version, which introduces several additions: refer to SDK release notes for a detailed explanation.

Metrics endpoint

If using docker, you can configure the following env properties to expose a metric endpoint:

  • SCNODE_METRICS_ENABLED: set to true to enable metric endpoint (default: false)
  • SCNODE_METRICS_PORT: specify the port where the endpoint will be exposed (default: 9088)
  • SCNODE_METRICS_REST_PASSWORD: if set, the endpoint will be protected and require the BCrypt hash of the specified password (same basic authentication method used in rest-API)

Full Changelog available.