Skip to content

v1.4.1

Compare
Choose a tag to compare
@de-sh de-sh released this 28 Nov 16:16
· 469 commits to main since this release

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 from Payload 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

Full Changelog: v1.4.0...v1.4.1