Skip to content

Commit

Permalink
Merge pull request #212 from telefonicaid/task/prepare_1.3.0
Browse files Browse the repository at this point in the history
Step: 1.2.0-next -> 1.3.0
  • Loading branch information
AlvaroVega authored Nov 5, 2019
2 parents e7e2d14 + edb8063 commit 1db3d1f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
7 changes: 0 additions & 7 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
- Fix: support to lazy attributes and commands based in NGSIv2 (#104)
- Fix: support to lwm2m client that separe object instances using spaces (#209)
- Fix: default southbound non secure port from 5684 to 5683 (#206)
- NOTE: in the "upgrade iotagent-node-lib from X to Y" include a mention to configure multi-threading using cluster
nodejs module (through multiCore config.js parameter or IOTA_MULTI_CORE)
- Correct typos in documentation files
- Add lwm2m agent version in the description of /iot/about request
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0-next",
"version": "1.3.0",
"homepage": "https://github.com/telefonicaid/lightweightm2m-iotagent",
"keywords": [
"OMA",
Expand Down Expand Up @@ -50,8 +50,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.11.0",
"lwm2m-node-lib": "1.3.0"
},
"devDependencies": {
"coveralls": "~3.0.2",
Expand Down
15 changes: 12 additions & 3 deletions rpm/SPECS/iotagentLwm2m.spec
Original file line number Diff line number Diff line change
Expand Up @@ -149,18 +149,27 @@ rm -rf $RPM_BUILD_ROOT
%{_install_dir}

%changelog
* Mon Oct 07 2019 Fermin Galan <[email protected]>> 1.2.0-1
* Mon Nov 04 2019 Fermin Galan <[email protected]> 1.3.0-1
- Add: support to lazy attributes and commands based in NGSIv2 (#104)
- Add: lwm2m agent version in the description of /iot/about request
- Fix: support to lwm2m client that separe object instances using spaces (#209)
- Fix: default southbound non secure port from 5684 to 5683 (#206)
- Fix: typos in documentation files
- Upgrade iotagent-node-lib dependency from 2.9.0 to 2.11.0 (inclusing NGSIv2 forwarding -issue #104- and cluster nodejs functionality)
- Upgrade lwm2m-node-lib dependency from 1.2.0 to 1.3.0

* Mon Oct 07 2019 Fermin Galan <[email protected]> 1.2.0-1
- Set Nodejs 8 as minimum version in packages.json (effectively removing Nodev6 from supported versions)
- ADD PM2_ENABLED flag to Docker
- Upgrade NodeJS version from 8.16.0 to 8.16.1 in Dockerfile due to security issues

* Wed May 22 2019 Fermin Galan <[email protected]>> 1.1.0-1
* Wed May 22 2019 Fermin Galan <[email protected]> 1.1.0-1
- Upgrade NodeJS version from 8.12.0 to 8.16.0 in Dockerfile to improve security
- Fix: removal of warnings and deprecation warnings
- Upgrade: iotagent-node-lib dependence from 2.8.1 to 2.9.0
- Upgrade: lwm2m-node-lib dependence from 1.1.0 to 1.2.0

* Wed Dec 19 2018 Fermin Galan <[email protected]>> 1.0.0-1
* Wed Dec 19 2018 Fermin Galan <[email protected]> 1.0.0-1
- Set Nodejs 6.14.4 as minimum version in packages.json (effectively removing Nodev4 as supported version)
- Add: allow NGSIv2 for updating active attributes at CB, through configuration (#104)
- Add: supports NGSIv2 for device provisioning (entity creation and context registration) at CB (#104)
Expand Down

0 comments on commit 1db3d1f

Please sign in to comment.