Skip to content

Commit 98294e3

Browse files
authored
Step: 2.18.0-next -> 2.19.0 (#589)
* Step: 2.18.0-next -> 2.19.0 * FIX package.json
1 parent 6d5c5b4 commit 98294e3

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGES_NEXT_RELEASE

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +0,0 @@
1-
Fix: content-type for get command in base of accept header (#582)
2-
Fix: processing configurations subscriptions in NGSIv2 (#563)
3-
Fix: check access to active attribute of device before use it (#576)
4-
Remove: obsolete Thinking Things plugin (#573)
5-
Add: custom JEXL transformations from config file (iotagent-node-lib#1056)

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.18.0-next",
5+
"version": "1.19.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.17.0",
6666
"logops": "2.1.0",
6767
"mqtt": "3.0.0",
6868
"request": "2.88.0",

rpm/SPECS/iotajson.spec

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

171171
%changelog
172+
* Mon Aug 30 2021 Fermin Galan <[email protected]> 1.19.0
173+
- Add: custom JEXL transformations from config file (iotagent-node-lib#1056)
174+
- Fix: content-type for get command in base of accept header (#582)
175+
- Fix: processing configurations subscriptions in NGSIv2 (#563)
176+
- Fix: check access to active attribute of device before use it (#576)
177+
- Upgrade iotagent-node-lib dependency from 2.16.0 to 2.17.0
178+
- Remove: obsolete Thinking Things plugin (#573)
179+
172180
* Fri Jun 18 2021 Fermin Galan <[email protected]> 1.18.0
173181
- Add: MQTT options `clean` and `clientId` (env vars IOTA_MQTT_CLEAN and IOTA_MQTT_CLIENT_ID) (#414, #466, #497)
174182
- Add: list of environment variables which can be protected by Docker Secrets

0 commit comments

Comments
 (0)