Skip to content

v0.8.0

Compare
Choose a tag to compare
@BrianJKoopman BrianJKoopman released this 12 May 16:43
· 401 commits to master since this release
e1a813e

Description

v0.8.0 includes some bug fixes and a few new features, including feed exclusion, for handling high sample rate feeds separately from InfluxDB, and Operations Monitoring, for keeping an eye on OCS task/process state. We also update to Ubuntu 20.04 within the OCS Docker containers. This update was required to fix the build process. Users who are still on v0.7.1 who run into container build problems (say if you're developing a new agent) should update to v0.8.0. Full change log below.

Change Log

New Features

  • Add feed exclusion options, allowing feeds to be published exclusively to influxdb or the HK aggregator (#187)
  • Add operations monitoring, providing a way to monitor task/process status via Grafana (#188)
  • Update to so3g v0.1.0-24-g5645096 (#190)
  • Add support for InfluxDB "line" protocol and gzip to InfluxDB Publisher, improving write performance (#191)
  • Switch ocs-util to jupyterlab (#201)

Documentation Updates

  • Add docs about logging within Agents (#195)
  • Clarify the permissions structure for ocs-util (#202)

Bug Fixes

  • Catch InfluxDBServerErrors when the InfluxDB server is down (#191)
  • Fix coverage reporting (#192)
  • Fix InfluxDB Publisher String Handling (#198)

Misc.

  • Update to Ubuntu 20.04 based Docker images (#193)
  • Drop wampy module as a dependency (#194)
  • Drop ipywidgets and ocs_widgets (#196)