File tree 2 files changed +44
-2
lines changed
2 files changed +44
-2
lines changed Original file line number Diff line number Diff line change @@ -54,5 +54,5 @@ pygmentsUseClasses = true
54
54
weight = 7
55
55
56
56
[params ]
57
- version = " 3.0.1 "
57
+ version = " 3.1.0 "
58
58
Original file line number Diff line number Diff line change 5
5
parent : overview
6
6
weight : 2
7
7
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.
9
9
---
10
10
11
11
# Changelog
12
12
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
+
13
55
## v3.0.1
14
56
15
57
### Bugfixes
You can’t perform that action at this time.
0 commit comments