Skip to content

Releases: input-output-hk/iohk-monitoring-framework

Release 0.1.10.0

03 Jul 15:58
e67ac43
Compare
Choose a tag to compare

❗️ breaking change ❗️

  • function appendName is now pure; its type changed which requires all usage sites to be updated

other major changes:

  • user-defined backends can now be connected to the switchboard (see UserDefinedBK)
  • new backend: Graylog
  • internally, logged items are processed as a list by flushing the queues, instead of one after the other

Release 0.1.9.0

03 Jul 17:15
9129241
Compare
Choose a tag to compare
  • all code now verifiable with LiquidHaskell
  • extended monitoring expression: can compare value against other observables
  • when setting disable_* flags, also removed warnings for import/export of types/functions

Release 0.1.8.0

10 May 13:55
26242e4
Compare
Choose a tag to compare
  • Added selection of the format of logging on any output stream (file or console): either textual or Json representation.
  • Added filtering trace to EKG: now we can more precisely filter for the values we want to be displayed in EKG.
  • Switch on/off message counter output: in the background we keep counters of which messages where passed through which backend just for information and debugging. Periodical output of these counters are now off by default and can be turned on in the configuration.

Release 0.1.7.0

25 Apr 13:30
8614c66
Compare
Choose a tag to compare
  • adaptations for cardano-ledger

Release 0.1.6.0

09 Apr 14:46
cec19ad
Compare
Choose a tag to compare
  • contains latest docs
  • removal of dummy tests in contra-tracer

Release 0.1.5.0

01 Apr 09:37
8fb87e8
Compare
Choose a tag to compare
  • the basic tracer library is now called contra-tracer to highlight its contravariant nature.
  • runtime configuration can now be output in YAML format that parses correctly
  • a LogObject 'Command' can be inserted into a trace; it will be interpreted by the switchboard
  • the GUI can output buffered log messages; builds on the command tracing

Release 0.1.4.0

01 Apr 09:43
46b1cb8
Compare
Choose a tag to compare
  • LogBuffer backend
  • Tracer does not include a context anymore, but is a pure Tracer

Release 0.1.3.0

01 Apr 09:42
4c8e524
Compare
Choose a tag to compare
  • includes basic-tracer