github CardanoSolutions/ogmios v5.5.6

latest releases: v6.4.0, v6.3.0, v6.2.0...
20 months ago

Added

  • Prometheus metrics exported at /metrics endpoint (🔨 @sorki)

  • Schema definitions are now included in the 📘 API reference. This makes it a little easier to find a specific schema without having to drill into a messages definitions.

Changed

  • Fixed network synchronization reporting 0.99999 even when fully synchronized. There was sometimes a possible discrepancy between the ledger internal clock and Ogmios' clock, causing a few seconds of drift time.

  • TypeScript Fixed a couple of data-types with fields parsed as number instead of bigint. See #274 (🐛 @longngn)

    Warning This is technically an internal breaking-change, however it actually comes as a bug fix since this does not change the announced interface in the TypeScript schema (which was correctly indicated 'bigint'). Still, this may cause issues with those using number where there will now be bigint.

  • TypeScript Fixed browser detection for the IsomorphicWebSocket abstraction. See #273 (🔨 @szist).

Removed

N/A

Details

v5.5.5...v5.5.6

Don't miss a new ogmios release

NewReleases is sending notifications on new releases.