v0.19.0
-
BREAKING: increase minimum required Grafana version to
>=10.4.0to ensure compatibility with@grafana/plugin-ui. This drops support for older Grafana versions. -
BUGFIX: fix an issue with missing
_msgfield in the response. If_msgfield is missed in the response now always returned as an empty string. See #330. -
BUGFIX: fix an issue with parsing of the
_streamfield that contains commas in its value. Previously, commas in the_streamfield values were incorrectly processed, leading to parsing errors. This has been fixed to properly handle complex string values with commas. See #334. -
BUGFIX: fix an issue with parsing timestamp from the
_timefield if it contains nanosecond precision. Now, the plugin correctly handles timestamps with nanosecond precision in the_timefield and do not round it, ensuring accurate time representation in logs. See #340