diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index e953853..e69de29 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -1,10 +0,0 @@ -- Add iota-node-lib data plugins (attributeAlias, addEvents, expressionTransformation, multiEntity, timestampProcess) to lwm2m agent -- Replace `#` by url escaped in attribute names at registration device to comply with NGSIv2 rules for identifiers -- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build) -- Overall update of update 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) diff --git a/package.json b/package.json index 310fafa..e788543 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lightweightm2m-iotagent", "license": "AGPL-3.0-only", "description": "Prototype of an IoT Agent accepting COAP requests and redirecting to NGSI consumer", - "version": "1.4.0-next", + "version": "1.5.0", "homepage": "https://github.com/telefonicaid/lightweightm2m-iotagent", "keywords": [ "OMA", @@ -51,8 +51,8 @@ "cheerio": "1.0.0-rc.2", "xmldom": "0.1.27", "logops": "2.1.0", - "iotagent-node-lib": "git://github.com/telefonicaid/iotagent-node-lib.git#master", - "lwm2m-node-lib": "git://github.com/telefonicaid/lwm2m-node-lib.git#master" + "iotagent-node-lib": "2.15.0", + "lwm2m-node-lib": "1.3.0" }, "devDependencies": { "coveralls": "~3.1.0", diff --git a/rpm/SPECS/iotagentLwm2m.spec b/rpm/SPECS/iotagentLwm2m.spec index b5f73bf..8b95a8b 100644 --- a/rpm/SPECS/iotagentLwm2m.spec +++ b/rpm/SPECS/iotagentLwm2m.spec @@ -149,6 +149,18 @@ rm -rf $RPM_BUILD_ROOT %{_install_dir} %changelog +* Tue Mar 02 2020 Fermin Galan 1.5.0-1 +- Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0 +- Add iota-node-lib data plugins (attributeAlias, addEvents, expressionTransformation, multiEntity, timestampProcess) to lwm2m agent +- Replace `#` by url escaped in attribute names at registration device to comply with NGSIv2 rules for identifiers +- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build) +- Overall update of update 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 + * Wed Apr 08 2020 Fermin Galan 1.4.0-1 - Upgrade iotagent-node-lib dependency from 2.11.0 to 2.12.0 - Upgrade NodeJS version from 8.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life @@ -204,4 +216,3 @@ rm -rf $RPM_BUILD_ROOT - Ensure precise dependencies (~=) are used in packages.json - Remove mongodb dependence from packages.json (already in iota-node-lib) - Remove: old unused development dependencies (closure-linter-wrapper, sinon-chai, sinon, chai, grunt and grunt related modules) -