@@ -149,6 +149,18 @@ rm -rf $RPM_BUILD_ROOT
149149%{_install_dir }
150150
151151%changelog
152+ * Tue Mar 02 2020 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.5.0-1
153+ - Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0
154+ - Add iota-node-lib data plugins (attributeAlias, addEvents, expressionTransformation, multiEntity, timestampProcess) to lwm2m agent
155+ - Replace `#` by url escaped in attribute names at registration device to comply with NGSIv2 rules for identifiers
156+ - Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
157+ - Overall update of update dev package dependencies
158+ - Update codebase to use ES6
159+ - Remove JSHint and jshint overrides
160+ - Add esLint using standard tamia presets
161+ - Replace var with let/const
162+ - Fix or disable eslint errors
163+
152164* Wed Apr 08 2020 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.4.0-1
153165- Upgrade iotagent-node-lib dependency from 2.11.0 to 2.12.0
154166- 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
204216- Ensure precise dependencies (~=) are used in packages.json
205217- Remove mongodb dependence from packages.json (already in iota-node-lib)
206218- Remove: old unused development dependencies (closure-linter-wrapper, sinon-chai, sinon, chai, grunt and grunt related modules)
207-
0 commit comments