v1.3.0
TimeRecords v1.3.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:
- Dev (#10) (@RGonTheNoble)