Skip to content

v5.5.6

Compare
Choose a tag to compare
@KtorZ KtorZ released this 21 Oct 14:21
· 501 commits to master since this release
v5.5.6
238658f

Photo: Marc Sendra Martorell

Added

  • Prometheus metrics exported at /metrics endpoint (:hammer: @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 (:bug: @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 (:hammer: @szist).

Removed

N/A

Details

v5.5.5...v5.5.6