Skip to content

Commit 6f3617a

Browse files
committed
Update changelog. Bump version.
1 parent b948547 commit 6f3617a

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ pygmentsUseClasses = true
5454
weight = 7
5555

5656
[params]
57-
version = "3.0.1"
57+
version = "3.1.0"
5858

docs/content/overview/changelog.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,53 @@ menu:
55
parent: overview
66
weight: 2
77
toc: false
8-
description: Lists the changes per LoRa App Server release, including steps how to upgrade.
8+
description: Lists the changes per LoRa Gateway Bridge release, including steps how to upgrade.
99
---
1010

1111
# Changelog
1212

13+
## v3.1.0
14+
15+
### Features
16+
17+
#### Azure IoT Hub X.509
18+
19+
X.509 certificate authentication is added to the `azure_iot_hub` MQTT
20+
authentication option.
21+
22+
### Improvements
23+
24+
#### Prometheus metrics
25+
26+
The Prometheus metrics have been improved for consistency.
27+
Documentation has been updated to document the metrics that are available.
28+
29+
### Max reconnect interval
30+
31+
The MQTT max. reconnect interval is now a global MQTT configuration and can
32+
be used regardless of the MQTT authentication type.
33+
34+
### Lat / lon / alt = 0
35+
36+
When the latitude, longitude and altitude are all three `0`, then LoRa Gateway
37+
Bridge assumes there is no GPS module / location available and it will not
38+
expose a location in the stats message.
39+
40+
### Bugfixes
41+
42+
* The CRC check has been fixed for the Semtech UDP backend.
43+
* Fix message buffering for QoS > 0 (on manual reconnect, the Paho library discards messages when offline).
44+
45+
### Deprecated
46+
47+
#### Managed gateway configuration
48+
49+
Documentation (and configuration) references to the managed
50+
packet-forwarder configuration have been removed. The feature itself is still
51+
available and will stay available until the next major release.
52+
Please refer to [this forum discussion](https://forum.loraserver.io/t/who-is-using-the-gateway-profile-how-are-you-using-it/5091)
53+
for more background.
54+
1355
## v3.0.1
1456

1557
### Bugfixes

0 commit comments

Comments
 (0)