File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
- - Upgrade underscore dep from 1.8.3 to 1.12.1
2
- - Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)
3
- - Fix: remove request obsolete library, using iotagent-node-lib.request instead (iotagent-node-lib#858)
4
- - FIX: Add graceful shutdown listening to SIGINT (#115)
5
- - Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption
6
- - Upgrade NodeJS version from 10 to 14 in Dockerfile
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.5.0-next " ,
5
+ "version" : " 1.6.0 " ,
6
6
"homepage" : " https://github.com/telefonicaid/sigfox-iotagent" ,
7
7
"author" : {
8
8
"name" : " Daniel Moran" ,
38
38
"underscore" : " 1.12.1" ,
39
39
"command-node" : " 0.1.1" ,
40
40
"async" : " 1.5.2" ,
41
- "iotagent-node-lib" : " https://github.com/telefonicaid/iotagent-node-lib.git#master " ,
41
+ "iotagent-node-lib" : " 2.21.0 " ,
42
42
"express" : " 4.16.4" ,
43
43
"body-parser" : " 1.18.3" ,
44
44
"logops" : " 2.1.2"
Original file line number Diff line number Diff line change 190
190
%{_install_dir }
191
191
192
192
%changelog
193
+ * Fri Apr 29 2022 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.6.0-1
194
+ - Add: graceful shutdown listening to SIGINT (#115)
195
+ - Fix: remove request obsolete library, using iotagent-node-lib.request instead (iotagent-node-lib#858)
196
+ - Upgrade iotagent-node-lib dependency from 2.15.0 to 2.21.0
197
+ - Upgrade underscore dep from 1.8.3 to 1.12.1
198
+ - Upgrade logops dep from 2.1.0 to 2.1.2 due to colors dependency corruption
199
+ - Upgrade NodeJS version from 10 to 14 in Dockerfile
200
+ - Set Nodejs 12 as minimum version in packages.json (effectively removing Nodev10 from supported versions)
201
+
193
202
* Tue Mar 02 2021 Fermin Galan <fermin.galanmarquez@telefonica.com> 1.5.0-1
194
203
- Upgrade iotagent-node-lib dependency from 2.12.0 to 2.15.0
195
204
- Update Docker security practices (Add HEALTHCHECK, Use Anonymous User, Use two-stage build)
You can’t perform that action at this time.
0 commit comments