Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Releases: AMRC-FactoryPlus/influxdb-sparkplug-ingester

v1.2.1

07 Mar 10:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Aug 10:44
4750ec5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

03 Aug 11:23
4db3445
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.7...v1.1.0

v1.0.7

02 Aug 11:20
c08e0e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.6...v1.0.7

v1.0.7-alpha.2: Change format of metric naming in writeApi.writePoint

02 Aug 07:36
Compare
Choose a tag to compare
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

01 Aug 13:17
Compare
Choose a tag to compare
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

28 Jul 13:43
b436359
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

28 Jul 11:31
f0edab1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

28 Jul 09:24
e2ed574
Compare
Choose a tag to compare

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

27 Jul 13:19
8ec0af1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3