Skip to content

Commit

Permalink
Step: 1.17.0-next -> 1.18.0 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Jun 18, 2021
1 parent 44c500e commit abab467
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
9 changes: 0 additions & 9 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
- Add: check autoprovision flag before register device
- Fix: upgrade underscore dep from 1.9.1 to 1.12.1 due to vulnerability
- (Only tests) Fix: ensure service of groups, device and commands is stored in mongo in lowercase (iota-node-lib#1023)
- Add MQTT options `clean` and `clientId` (env vars IOTA_MQTT_CLEAN and IOTA_MQTT_CLIENT_ID) (#414, #466, #497)
- Fix: missing content-type: application/json header in the request sent to device command endpoint (HTTP transport)
- Fix: avoid raise mongo alarm when a measure is not maching a group configuration
- Upgrade NodeJS version from 10 to 12 in Dockerfile due to Node 10 End-of-Life
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)
- Add list of environment variables which can be protected by Docker Secrets
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-json",
"license": "AGPL-3.0-only",
"description": "IoT Agent for the JSON protocol",
"version": "1.17.0-next",
"version": "1.18.0",
"homepage": "https://github.com/telefonicaid/iotagent-json",
"author": {
"name": "Daniel Moran",
Expand Down Expand Up @@ -62,7 +62,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.16.0",
"logops": "2.1.0",
"mqtt": "3.0.0",
"request": "2.88.0",
Expand Down
11 changes: 11 additions & 0 deletions rpm/SPECS/iotajson.spec
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,17 @@ fi
%{_install_dir}

%changelog
* Fri Jun 18 2021 Fermin Galan <[email protected]> 1.18.0
- Add: MQTT options `clean` and `clientId` (env vars IOTA_MQTT_CLEAN and IOTA_MQTT_CLIENT_ID) (#414, #466, #497)
- Add: list of environment variables which can be protected by Docker Secrets
- Fix: check autoprovision flag before register device
- Fix: missing content-type: application/json header in the request sent to device command endpoint (HTTP transport)
- Fix: avoid raise mongo alarm when a measure is not maching a group configuration
- Upgrade underscore dependency from 1.9.1 to 1.12.1 due to vulnerability
- Upgrade iotagent-node-lib dependency from 2.15.0 to 2.16.0
- Upgrade NodeJS version from 10 to 12 in Dockerfile due to Node 10 End-of-Life
- Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)

* Thu Feb 18 2021 Alvaro Vega <[email protected]> 1.17.0
- Add: Support of multimeasure for MQTT and AMQP transport (#462)
- Fix: Set 60 seconds for default mqtt keepalive option (#413)
Expand Down

0 comments on commit abab467

Please sign in to comment.