Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 19:26
· 37 commits to main since this release
0db1bbd

TimeRecords v1.3.0

Diff since v1.2.0

#New Features
The new object TimeSeriesCollector has been added, enabling users to easily collect streaming messages and construct time series data with them in real-time. The object is equipped with a timer that sends data to TimeSeries-compatible algorithms, and a delay parameter can be used to reduce the risk of dropping out-of-order data. This simplifies workflows for websocket, MQTT or similar applications running at the edge.

#Breaking
Backwards-compatibility is now restricted to Julia v1.10 (latest LTS) or later

Merged pull requests: