|
169 | 169 | %{_install_dir} |
170 | 170 |
|
171 | 171 | %changelog |
| 172 | +* Wed Dec 19 2018 Fermin Galan <[email protected]> 1.9.0 |
| 173 | +- Add: use timestamp configuration from group device |
| 174 | +- Add: use AMQP message handler, add reconnections and error handlers |
| 175 | +- Add: AMQP config env vars (#297) |
| 176 | +- Add: npm scripts to execute tests, coverage, watch and clean |
| 177 | +- Add: use NodeJS 8 in Dockerfile |
| 178 | +- Add: use PM2 in Dockerfile (#336) |
| 179 | +- Fix: AMQP callback over-calling |
| 180 | +- Fix: check QoS option for MQTT commands |
| 181 | +- Fix: check retain option for MQTT commands |
| 182 | +- Upgrade: iotagent-node-lib dependence from 2.7.x to 2.8.1 |
| 183 | +- Upgrade: mqtt dependence from 1.14.1 to 2.18.8 |
| 184 | +- Upgrade: update logops dependence from 1.0.0-alpha.7 to 1.0.8 |
| 185 | +- Upgrade: async dependence from 1.5.2 to 2.6.1 |
| 186 | +- Upgrade: body-parser dependence from 1.15.0 to 1.18.3 |
| 187 | +- Upgrade: express dependence from ~4.11.2 to ~4.16.4 |
| 188 | +- Upgrade: request dependence from 2.81.0 to 2.88.0 |
| 189 | +- Upgrade: underscore dependence from 1.8.3 to 1.9.1 |
| 190 | +- Upgrade: dateformat dependence from 1.0.12 to 3.0.3 |
| 191 | +- Upgrade: nock development dependence from 9.0.14 to 10.0.1 |
| 192 | +- Upgrade: mocha development dependence from 2.4.5 to 5.2.0 |
| 193 | +- Upgrade: should development dependence from 8.4.0 to 13.2.3 |
| 194 | +- Upgrade: istanbul development dependence from ~0.1.34 to ~0.4.5 |
| 195 | +- Upgrade: proxyquire development dependence from 1.7.9 to 2.1.0 |
| 196 | +- Upgrade: moment development dependence from ~2.20.1 to ~2.22.2 |
| 197 | +- Remove: old unused development dependencies (closure-linter-wrapper, sinon-chai, sinon, chai, grunt and grunt related modules) |
| 198 | + |
172 | 199 | * Mon Aug 06 2018 Fermin Galan <[email protected]> 1.8.0 |
173 | 200 | - Update ioagent-node-lib to 2.7.x |
174 | 201 | - Add: allow NGSIv2 for updating active attributes at CB, through configuration based on iotagent-node-lib (#250) |
|
0 commit comments