Skip to content

v5.1.0

Compare
Choose a tag to compare
@KtorZ KtorZ released this 24 Jan 17:25
· 837 commits to master since this release
v5.1.0
99ea8ed

Photo: Luca Bravo

Added

  • New LocalTxMonitor support in Ogmios. See The user guide for more details. (:bulb: @mmahut)

    ⚠️ This new protocol is NOT enabled in [email protected].*. Until its inclusion in a next release, a custom build of cardano-node is required to include a more recent version of ouroboros-network which adds support for that protocol to the Ouroboros' mini-protocols; namely: 32af9168.

    A version of [email protected] patched with the necessary commits can be found at CardanoSolutions/[email protected]+local-tx-monitor.

  • New fields in the health object:

    • connectionStatus"connected" or "disconnected", to reflect status with the node. #154 (:bulb: @gitmachtl)
    • currentEpoch → which returns the current known epoch of the linked node #164 (:bulb: @ray-robot)
    • slotInEpoch → which returns the relative number of slots elapsed in the current epoch.
  • New ogmios health-check command, useful to perform simple health check on a running server. For example, to monitor a container via Docker health check mechanism:

    HEALTHCHECK --interval=10s --timeout=5s --retries=1 CMD /bin/ogmios health-check
  • Bumped internal dependencies to Cardano's 1.33.* eco-system.

Changed

  • networkSynchronization and currentEra can be null when the server isn't connected to a node. #154

  • The Metrics trace is now correctly tagged with MetricsRuntimeStatsDisabled.

  • Fixed an issue with the Docker monitoring scripts of cardano-node-ogmios, causing issues on restart. #159 (:hammer: @jacquesvcritien)

  • TypeScript Relax upper-bound constraint on required node.js engine. This should make it possible to install the TypeScript packages on more recent versions on node.js than the one specified on the repository.

Removed

N/A

Details

v5.0.0...v5.1.0