Skip to content

Commit 1662b0b

Browse files
committed
Update changelog. Bump version.
1 parent 9eeca48 commit 1662b0b

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 = "2.8.0"
43+
version = "2.8.1"

docs/content/overview/changelog.md

+13
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ description: Lists the changes per LoRa Server release, including steps how to u
99
---
1010
# Changelog
1111

12+
## v2.8.1
13+
14+
### Improvement
15+
16+
#### Validate DevAddr on enqueue
17+
18+
A `DevAddr` field has been added to the `MulticastQueueItem` API field.
19+
When this field is set, LoRa Server will validate that the current active
20+
security-context has the same `DevAddr` and if not, the API returns an error.
21+
22+
This prevents enqueue calls after the device (re)joins but before the new
23+
`AppSKey` has been signalled to LoRa App Server.
24+
1225
## v2.8.0
1326

1427
### Features

0 commit comments

Comments
 (0)