Version 1.3.4.0 (2024-03-03):
- Removed Serilog from library, fixes #74
- Renamed events to not use "Async" as postfix andymore, reworked events to handle mutiple metrics at once (Fixes #73), (BREAKING).
- Reworked Models for Metrics to not expose
IntValue
, LongValue
, ... anymore. Just use Value
instead. (BREAKING).