Skip to content

Release v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 08:21
· 6 commits to master since this release

New Features

  • updated from go 1.16 to 1.17.3
  • updates xorm from github/go-xorm/* to xorm.io/* (thanks to https://github.com/dcarbone )
  • fixes default value on SnmpDeviceCfg.Active to be compatible with mariadb, mysql, and pgsql (thanks to https://github.com/dcarbone )
  • updated build system to be generate release packages from github-actions CI

Fixes

  • fix #516
  • fix #514 , also changed overall device filter_duration stat to retrieve the max instead of the sum of times
  • fix UI exception on device runtime view when the device is not connected

breaking changes