Skip to content

Commit 9f284b3

Browse files
committed
Update changelog. Bump version.
1 parent 33ed658 commit 9f284b3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ pygmentsUseClasses = true
4040
weight = 5
4141

4242
[params]
43-
version = "3.0.0-test.1"
43+
version = "3.0.0-test.2"

docs/content/overview/changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@ It is also recommended to update your LoRa Server configuration file.
3737
See [Configuration](https://www.loraserver.io/loraserver/install/config/) for
3838
more information.
3939

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+
4053
## v2.8.0
4154

4255
### Features

0 commit comments

Comments
 (0)