Releases: SiriDB/siridb-enodo-hub
Releases · SiriDB/siridb-enodo-hub
0.1.0-beta3.2.5
Added
- Support for adding series with unknown modules
Changed
- Known modules in memory only, not saved to disk
- SiriDB config renamed to
siridb_data
0.1.0-beta3.2.3
0.1.0-beta3.2.2
What's Changed
- Update dockerfile, added deploy by @joente in #21
- Beta3.2 by @timoj in #22
- Development by @timoj in #23
- Beta3.2 by @timoj in #24
- fix job serialization by @timoj in #25
- Beta3.2 by @timoj in #26
- fix dict config classes by @timoj in #27
- fix output db selection by @timoj in #28
- added CI by @joente in #29
- Added deploy files and update docker file by @joente in #30
- Beta3.2 by @timoj in #31
- force shutdown support, online status export clients by @timoj in #32
- Update requirements.txt by @timoj in #33
- Update requirements.txt by @timoj in #34
New Contributors
Full Changelog: 0.1.0-beta3.0.0...0.1.0-beta3.2.2
0.1.0-beta3.0.0
Added
- Added realtime property to series config, to control speed of updates from listener to hub for that series
Changed
- Arguments underscore to dash
- Using Prophet package instead of fbprophet
Fixed
- Guard statement adding serie handler
0.1.0-beta2.1.1
Merge pull request #15 from SiriDB/development bugfix siridb conn update
0.1.0-beta2.1
Migration: series config's are changed completely. Removing series.json from the data folder is necessary. You will need to re-add the series after this.
Added
- Support for series management page in the GUI
Changed
- Series config is changed. Mainly the job config is setup per job type. This includes
model_params
- Package size is change, removed unnecessary bytes
Fixed
- Bug with job management
- Model fetching
0.1.0-beta2.0
- FFE model for forecasting and anomaly detection
- Static rules (min/max thresholds)
- Config/settings seperation
- Environment variable support