Skip to content

Commit

Permalink
Merge pull request #441 from telefonicaid/task/prepare_1.14.0
Browse files Browse the repository at this point in the history
step 1.13.0-next -> 1.14.0
  • Loading branch information
fgalan authored Sep 14, 2020
2 parents 0e53bde + 726edca commit d963483
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
15 changes: 1 addition & 14 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,14 +1 @@
Fix: Force finish transaction after process a device measure
Fix: Do not intercept error about DEVICE_NOT_FOUND in findOrCreate device (iotagent-node-lib#889)
Fix srv, subsrv, transaction and correlator id in logs of http binding
Fix some log levels and details at bindings
Overall update of dev package dependencies
Update codebase to use ES6
- Remove JSHint and jshint overrides
- Add esLint using standard tamia presets
- Replace var with let/const
- Fix or disable eslint errors
Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions)
Fix: log always writing the same correlator id and transaction id (issue #326)
Add: config.mqtt.avoidLeadingSlash flag (IOTA_MQTT_AVOID_LEADING_SLASH) to avoid leading slash in MQTT
Add: explicitAttrs flag (in configuration and also group/device provisioning) to progress only the measures corresponding to attributes declared in attributes array (#372)

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iotagent-ul",
"license": "AGPL-3.0-only",
"description": "IoT Agent for the Ultrlight 2.0 protocol",
"version": "1.13.0-next",
"version": "1.14.0",
"homepage": "https://github.com/telefonicaid/iotagent-ul",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -38,7 +38,7 @@
"body-parser": "1.18.3",
"dateformat": "3.0.3",
"express": "~4.16.4",
"iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master",
"iotagent-node-lib": "2.13.0",
"logops": "2.1.0",
"mqtt": "3.0.0",
"request": "2.88.0",
Expand Down
17 changes: 17 additions & 0 deletions rpm/SPECS/iotaul.spec
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,23 @@ fi
%{_install_dir}

%changelog
* Mon Sep 14 2020 Alvaro Vega <alvaro.vegagarcia@telefonica.com> 1.14.0
- Add: config.mqtt.avoidLeadingSlash flag (IOTA_MQTT_AVOID_LEADING_SLASH) to avoid leading slash in MQTT
- Add: explicitAttrs flag (in configuration and also group/device provisioning) to progress only the measures corresponding to attributes declared in attributes array (#372)
- Fix: force finish transaction after process a device measure
- Fix: do not intercept error about DEVICE_NOT_FOUND in findOrCreate device (iotagent-node-lib#889)
- Fix: srv, subsrv, transaction and correlator id in logs of http binding
- Fix: some log levels and details at bindings
- Fix: log always writing the same correlator id and transaction id (#326)
- Update codebase to use ES6
- Remove JSHint and jshint overrides
- Add esLint using standard tamia presets
- Replace var with let/const
- Fix or disable eslint errors
- Upgrade iotagent-node-lib dependency from 2.12.0 to 2.13.0
- Overall update of dev package dependencies
- Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions)

* Tue Apr 07 2020 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.13.0
- Add: check response obj before use it handling http commands
- Add: standardized MQTT-SSL support (#354)
Expand Down

0 comments on commit d963483

Please sign in to comment.