Skip to content

Commit 86a88bd

Browse files
committed
Update changelog. Bump version.
1 parent 75c66b2 commit 86a88bd

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-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.1.0"
43+
version = "3.2.0"

docs/content/overview/changelog.md

+25
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,31 @@ description: Lists the changes per LoRa App Server release, including steps how
1010

1111
# Changelog
1212

13+
## v3.2.0
14+
15+
### Features
16+
17+
#### Device queue
18+
19+
The LoRa App Server web-interface has now the option to:
20+
21+
* Enqueue payloads
22+
* List pending queue items
23+
* Flush the device queue
24+
25+
#### Prometheus metrics
26+
27+
gRPC API metrics can now be exposed using a [Prometheus](https://prometheus.io/) metrics endpoint.
28+
In future releases, more metrics will be exposed using this endpoint.
29+
30+
### Improvements
31+
32+
* Multicast-group frame-counter cleanup (there was a column in both the LoRa App Server and LoRa Server database). ([#339](https://github.com/brocaar/lora-app-server/issues/339))
33+
34+
### Bugfixes
35+
36+
* Fix missing multicast enqueue error handler (this caused the enqueue endpoint to return a 200 even in case of error).
37+
1338
## v3.1.0
1439

1540
### Features

0 commit comments

Comments
 (0)