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. -
Fixed a couple of data-types with fields parsed as
number
instead ofbigint
. 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 bebigint
. -
Fixed browser detection for the
IsomorphicWebSocket
abstraction. See #273 (🔨 @szist).
Removed
N/A