Skip to content

Commit a7f08b5

Browse files
authored
Merge pull request #493 from telefonicaid/task/prepare_1.15.0
step 1.14.0-next -> 1.15.0
2 parents 5a9eb3f + 455d15d commit a7f08b5

File tree

3 files changed

+21
-17
lines changed

3 files changed

+21
-17
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +0,0 @@
1-
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)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "iotagent-json",
33
"license": "AGPL-3.0-only",
44
"description": "IoT Agent for the JSON protocol",
5-
"version": "1.14.0-next",
5+
"version": "1.15.0",
66
"homepage": "https://github.com/telefonicaid/iotagent-json",
77
"author": {
88
"name": "Daniel Moran",
@@ -62,7 +62,7 @@
6262
"body-parser": "1.18.3",
6363
"dateformat": "3.0.3",
6464
"express": "~4.16.4",
65-
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
65+
"iotagent-node-lib": "2.13.0",
6666
"logops": "2.1.0",
6767
"mqtt": "3.0.0",
6868
"request": "2.88.0",

rpm/SPECS/iotajson.spec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,25 @@ fi
169169
%{_install_dir}
170170

171171
%changelog
172+
173+
* Mon Sep 14 2020 Alvaro Vega <[email protected]> 1.15.0
174+
- 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)
190+
172191
* Tue Apr 07 2020 Fermin Galan <[email protected]> 1.14.0
173192
- Add: multimeasure support for HTTP transport (#391, partially)
174193
- Add: check response obj before use it handling http commands

0 commit comments

Comments
 (0)