Skip to content

Release v0.4.1

Compare
Choose a tag to compare
@wh1te909 wh1te909 released this 27 Jan 07:51
· 3040 commits to develop since this release

Web

  • Fixed #258
  • Fixed UI bug where agent table default tab was resetting during background dashboard refresh
  • Optimize some db queries to reduce overall ram usage
  • Changed agent update func to force an update to 1.3.0 before going to 1.4.0, see below

Agent v1.4.0

  • BREAKING: removed cgo dependency. Requires agent 1.3.0 first.
    The RMM will automatically take care of sending the correct update to the agent, so you should let the RMM handle it.
    If for whatever reason you need to manually force an update, make sure to get the agent to 1.3.0 first before going to 1.4.0
  • Temporary fix for Security event log checks see #239