Skip to content

Commit 6f4a5b4

Browse files
authored
prepare for 1.2.5 release (#161)
1 parent 221f8ae commit 6f4a5b4

2 files changed

Lines changed: 25 additions & 36 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,39 @@
1-
## [1.2.5-next](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/compare/v1.2.4...master) (2022-06-30)
1+
## [1.2.5](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/compare/v1.2.4...1.2.5) (2022-06-15)
22

33
### Features
44

5-
- update default config.js
6-
([ffff59d](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/pull/148/commits/ffff59d85febfa6119582cdb7976fbb718945067))
7-
- support configuration of custom JEXL transformations
8-
([ffff59d](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/pull/148/commits/ffff59d85febfa6119582cdb7976fbb718945067))
9-
- use specific version of iot agent node lib (#132)
10-
- replace winston with default logging facility
11-
([37aacdb](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/pull/150/commits/37aacdbfcd983b4f67b14e49d6d05e0cfb7badd1))
12-
- reconnect lost mqtt connection
13-
([37aacdb](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/pull/150/commits/37aacdbfcd983b4f67b14e49d6d05e0cfb7badd1))
14-
- support ttn v3
15-
([185fd9b](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/pull/147/commits/185fd9bf1aad26b3816d74a4d67b90e36530af83))
16-
- refactor chirpstack support
17-
([a4c3aa6](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/commit/a4c3aa6)):
18-
- change the provider id to support chirpstack
19-
- rename files to refer to chirpstack
20-
- simplify set-up of local dev environment
21-
([fd3fcae](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/commit/fd3fcae)): provide a docker
22-
compose and a docker build for developers
23-
- use node 12 ([c1aa136](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/commit/c1aa136)).
5+
- update default config.js (#132)
6+
- use specific version of iot agent node lib: 2.21.0 (#132)
7+
- support configuration of custom JEXL transformations (#133)
8+
- replace winston with default logging facility (#150)
9+
- reconnect lost mqtt connection (#134)
10+
- support ttn v3 (#111)
11+
- support mqtts and other fine grained mqtt application server configuration (#146)
12+
- refactor chirpstack support (#144)
13+
- simplify set-up of local dev environment (#144)
14+
- use node 12 (#121).
2415

2516
### Continuous Integration
2617

27-
- CHANGELOG workflow: Adds a workflow to ensure that the CHANGELOG is updated with every PR
28-
([f6744c8](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/pull/145/commits/f6744c85e777f7fa47c486bd56d32fa329f9ef88))
18+
- adds a workflow to ensure that the CHANGELOG is updated with every PR (#145)
19+
- new docker build workflow (#124)
20+
- add document and code linting workflow (#123)
21+
- add cla signature workflow (#122)
2922

3023
### Bug Fixes
3124

32-
- follow NGSI-LD naming schema for self provisioning #138 :
33-
([ecd0d36](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/pull/149/commits/ecd0d36350fdcffd1d0f817baa33f1b13d925456))
34-
- update build badge
35-
#152:([22d0a70](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/pull/153/commits/22d0a706e8da4a1a46754fd8a0a599b7ed2c5c32))
36-
- propagate group configuration updates
37-
([37aacdb](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/pull/150/commits/37aacdbfcd983b4f67b14e49d6d05e0cfb7badd1))
38-
- fix failing test due to PR #120
39-
([b0cb421](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/commit/b0cb421))
40-
- loraserverioAppService.js : In the MQTT subscription, the text 'rx', which is obsolete for ChirpStack since version
41-
3.11.0 (11/18/2020), has been replaced by '/event/up', which is what ChirpStack is currently publishing. As a
42-
consequence, if (splittedMqttTopic.length !== 5) also had to be changed from 5 to 6, since otherwise it gives a 'Bad
43-
format for a LoRaServer.io topic'. Reference: https://www.chirpstack.io/application-server/integrations/mqtt/
25+
- follow NGSI-LD naming schema for self provisioning (#138)
26+
- update build badge (#152)
27+
- propagate group configuration updates (#134)
28+
- fix failing test due to PR #120 (#143)
29+
- lint and prettify code (#142)
30+
- lint documents (#141)
31+
- loraserverioAppService.js (#120)
4432

4533
### Documentation
4634

47-
- Document docker images release procedure (#82).
35+
- document docker images release procedure (#82).
36+
- document how to simulate ttn device (#108).
4837

4938
## [1.2.4](https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN/compare/v1.2.3...v1.2.4) (2021-01-22)
5039

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iotagent-lora",
3-
"version": "1.2.5-next",
3+
"version": "1.2.5",
44
"description": "IoT Agent for LoRaWAN protocol",
55
"main": "lib/iotagent-lora",
66
"scripts": {

0 commit comments

Comments
 (0)