File tree 3 files changed +16
-3
lines changed 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ googleAnalytics = "UA-3512995-9"
32
32
weight = 4
33
33
34
34
[params ]
35
- version = " 2.4.1 "
35
+ version = " 2.5.0 "
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ the LoRa Gateway Bridge must respond (`PullACK`).
55
55
56
56
When you don't see these logs, this could be caused by the following issues:
57
57
58
+ * The LoRa Gateway Bridge is not configured with ` log_level=5 ` (debug)
58
59
* The packet-forwarder is not running
59
60
* The packet-forwarder is forwarding to a different host / port
60
61
* Firewall / NAT issue (in case the packet-forwarder and LoRa Gateway Bridge are not installed on the same device)
Original file line number Diff line number Diff line change 8
8
9
9
# Changelog
10
10
11
- ## v2.5.0 (in development)
11
+ ## v2.5.0
12
+
13
+ ### Upgrade notes
14
+
15
+ When using the ` v2_json ` marshaler (default), this version is fully compatible
16
+ with previous versions of LoRa Server. When changing the marshaler to ` protobuf `
17
+ or ` json ` , you first need to upgrade to LoRa Server v2.1.0. When
18
+ LoRa Server v2.1.0 is installed, it is recommended to use either the ` protobuf `
19
+ or ` json ` marshaler as it provides better compatibility (e.g. with the iBTS gateway).
12
20
13
21
### Features
14
22
15
23
#### Protocol Buffer data serialization
16
24
17
25
To save on bandwith between the gateway and the MQTT broker (e.g. when the
18
- gateway uses a cellular connection), this update adds makes it possible to
26
+ gateway uses a cellular connection), this update makes it possible to
19
27
configure the ` marshaler ` for encoding / decoding the data (in
20
28
` lora-gateway-bridge.toml ` ) using [ Protocol Buffers] ( https://developers.google.com/protocol-buffers/ ) .
21
29
@@ -46,6 +54,10 @@ LoRa Gateway Bridge is able to expose various metrics that can be scraped by
46
54
The structure of the ` [backend.mqtt] ` configuration section has been updated.
47
55
These changes are fully backwards compatible.
48
56
57
+ ### Improvements
58
+
59
+ All vendored dependencies have been updated.
60
+
49
61
## 2.4.1
50
62
51
63
** Bugfixes:**
You can’t perform that action at this time.
0 commit comments