You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Force finish transaction after process a device measure
2
-
Fix: Do not intercept error about DEVICE_NOT_FOUND in findOrCreate device (iotagent-node-lib#889)
3
-
Fix srv, subsrv, transaction and correlator id in logs of http binding
4
-
Fix some log levels and details at bindings
5
-
Overall update of dev package dependencies
6
-
Error processing zero measures (#486)
7
-
Update codebase to use ES6
8
-
- Remove JSHint and jshint overrides
9
-
- Add esLint using standard tamia presets
10
-
- Replace var with let/const
11
-
- Fix or disable eslint errors
12
-
Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions)
13
-
Fix the writing of same correlator and transaction id in logs (issue #426).
14
-
Add: config.mqtt.avoidLeadingSlash flag (IOTA_MQTT_AVOID_LEADING_SLASH) to avoid leading slash in MQTT
15
-
Add: explicitAttrs flag (in configuration and also group/device provisioning) to progress only the measures corresponding to attributes declared in attributes array (#416)
- Add: config.mqtt.avoidLeadingSlash flag (IOTA_MQTT_AVOID_LEADING_SLASH) to avoid leading slash in MQTT
175
+
- Add: explicitAttrs flag (in configuration and also group/device provisioning) to progress only the measures corresponding to attributes declared in attributes array (#416)
176
+
- Fix: force finish transaction after process a device measure
177
+
- Fix: do not intercept error about DEVICE_NOT_FOUND in findOrCreate device (iotagent-node-lib#889)
178
+
- Fix: srv, subsrv, transaction and correlator id in logs of http binding
179
+
- Fix: some log levels and details at bindings
180
+
- Fix: writing of same correlator and transaction id in logs (#426).
181
+
- Fix: error processing zero measures (#486)
182
+
- Update codebase to use ES6
183
+
- Remove JSHint and jshint overrides
184
+
- Add esLint using standard tamia presets
185
+
- Replace var with let/const
186
+
- Fix or disable eslint errors
187
+
- Upgrade iotagent-node-lib dependency from 2.12.0 to 2.13.0
188
+
- Overall update of dev package dependencies
189
+
- Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions)
0 commit comments