v1.4.1
Significant Changes
- journalctl parsing and collectiion has been added for linux logging support. Now one can configure uplink to collect and forward logs to the platform by including the following in their
config.toml
:
[journalctl]
tags = ["kernel"]
priority = 6
What's Changed
- feat: add demo rust program by @Jagannathes in #59
- feat: linux logs with journactl by @de-sh in #52
- fix: disable journalctl by default by @de-sh in #60
- fix:
ActionResponse
fromPayload
by @de-sh in #62 - feat: refactor
base
by @de-sh in #63 - chore: update deps and base rustc version by @de-sh in #61
- feat: update
sysinfo
and track component temperatures by @de-sh in #65 - fix: set timestamp at point of stat collection by @de-sh in #66
- feat: refactor with
Streams
by @de-sh in #64 - feat: clippy fixes and code clean-up by @de-sh in #67
New Contributors
- @Jagannathes made their first contribution in #59
Full Changelog: v1.4.0...v1.4.1