This repository has been archived by the owner on Apr 2, 2024. It is now read-only.
Releases: AMRC-FactoryPlus/influxdb-sparkplug-ingester
Releases · AMRC-FactoryPlus/influxdb-sparkplug-ingester
v1.2.1
v1.2.0
What's Changed
- Add Sparkplug
is_transient
support by @AlexGodbehere in #21
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Add handling for transient MQTT metrics by @AlexGodbehere in #19
- Add support for engineering units by @AlexGodbehere in #20
Full Changelog: v1.0.7...v1.1.0
v1.0.7
What's Changed
- Fix metric names by @AlexGodbehere in #17
- Store full Schema and Instance nesting with InfluxDB records by @AlexGodbehere in #18
Full Changelog: v1.0.6...v1.0.7
v1.0.7-alpha.2: Change format of metric naming in writeApi.writePoint
In the mqttclient.ts, the manner in which metrics were being named for writing points has been altered. Previously, an underscore was used to separate the core metric name and its associated type annotation (i.e `${metricName}_x`). This has been changed to use a colon instead (`${metricName}:x`.
v1.0.7-alpha.1: Enhance metric names in logging and writing stages
Modified mqttclient's method to separate full metric's name into actual metric name and path, improving logging clarity and metric registration in the writing stage. The changes were made while validating the metric's type and recording them - the name and path are now correctly logged and registered, enhancing the tracking and categoricity of the metrics.
v1.0.6
What's Changed
- Add FLUSH_INTERVAL environment variable, refine logging information by @AlexGodbehere in #15
- Refactor flushing strategy in MQTT client by @AlexGodbehere in #16
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Add batching and connection reuse to InfluxDB client by @AlexGodbehere in #14
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Add data validation before writing to InfluxDB and minor updates by @AlexGodbehere in #13
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Add check for Factory+ birth certificate conformance by @AlexGodbehere in #12
Full Changelog: v1.0.2...v1.0.3