File tree Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
- - Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
2
- - Overall update of dev package dependencies
3
- - Update codebase to use ES6
4
- - Remove JSHint and jshint overrides
5
- - Add esLint using standard tamia presets
6
- - Replace var with let/const
7
- - Fix or disable eslint errors
8
- - Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions)
9
- - Allow to configure id field in received callbacks from Sigfox
10
- - Use nock lib to mock exchanges with a context broker during tests (and avoid depending on a running one)
11
-
Original file line number Diff line number Diff line change 2
2
"name" : " sigfox-iotagent" ,
3
3
"description" : " IoT Agent for the Sigfox protocol" ,
4
4
"license" : " AGPL-3.0-only" ,
5
- "version" : " 1.4.0-next " ,
5
+ "version" : " 1.5.0 " ,
6
6
"homepage" : " https://github.com/telefonicaid/sigfox-iotagent" ,
7
7
"author" : {
8
8
"name" : " Daniel Moran" ,
38
38
"command-node" : " 0.1.1" ,
39
39
"request" : " 2.88.0" ,
40
40
"async" : " 1.5.2" ,
41
- "iotagent-node-lib" : " git://github.com/telefonicaid/iotagent-node-lib.git#master " ,
41
+ "iotagent-node-lib" : " 2.15.0 " ,
42
42
"express" : " 4.16.4" ,
43
43
"body-parser" : " 1.18.3" ,
44
44
"logops" : " 2.1.0"
Original file line number Diff line number Diff line change 190
190
%{_install_dir }
191
191
192
192
%changelog
193
+ * Tue Mar 02 2021 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.5.0-1
194
+ - Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0
195
+ - Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
196
+ - Overall update of dev package dependencies
197
+ - Update codebase to use ES6
198
+ - Remove JSHint and jshint overrides
199
+ - Add esLint using standard tamia presets
200
+ - Replace var with let/const
201
+ - Fix or disable eslint errors
202
+ - Set Nodejs 10 as minimum version in packages.json (effectively removing Nodev8 from supported versions)
203
+ - Allow to configure id field in received callbacks from Sigfox
204
+ - Use nock lib to mock exchanges with a context broker during tests (and avoid depending on a running one)
205
+
193
206
* Wed Apr 08 2020 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.4.0-14
194
207
- Upgrade iotagent-node-lib dependency from 2.11.0 to 2.12.0
195
208
- Upgrade NodeJS version from 8.16.1 to 10.19.0 in Dockerfile due to Node 8 End-of-Life
231
244
- Add Travis conf
232
245
- Check existence of mappings in internalAttributes for device provisioning (#22)
233
246
- Remove mongodb dependence from packages.json (already in iota-node-lib)
234
-
You can’t perform that action at this time.
0 commit comments