File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -40,4 +40,4 @@ pygmentsUseClasses = true
40
40
weight = 5
41
41
42
42
[params ]
43
- version = " 3.0.0-test.1 "
43
+ version = " 3.0.0-test.2 "
Original file line number Diff line number Diff line change @@ -37,6 +37,19 @@ It is also recommended to update your LoRa Server configuration file.
37
37
See [ Configuration] ( https://www.loraserver.io/loraserver/install/config/ ) for
38
38
more information.
39
39
40
+ ## v2.8.1
41
+
42
+ ### Improvement
43
+
44
+ #### Validate DevAddr on enqueue
45
+
46
+ A ` DevAddr ` field has been added to the ` MulticastQueueItem ` API field.
47
+ When this field is set, LoRa Server will validate that the current active
48
+ security-context has the same ` DevAddr ` and if not, the API returns an error.
49
+
50
+ This prevents enqueue calls after the device (re)joins but before the new
51
+ ` AppSKey ` has been signalled to LoRa App Server.
52
+
40
53
## v2.8.0
41
54
42
55
### Features
You can’t perform that action at this time.
0 commit comments