File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 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"
3232 weight = 4
3333
3434[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`).
5555
5656When you don't see these logs, this could be caused by the following issues:
5757
58+ * The LoRa Gateway Bridge is not configured with ` log_level=5 ` (debug)
5859* The packet-forwarder is not running
5960* The packet-forwarder is forwarding to a different host / port
6061* 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 88
99# Changelog
1010
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).
1220
1321### Features
1422
1523#### Protocol Buffer data serialization
1624
1725To 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
1927configure the ` marshaler ` for encoding / decoding the data (in
2028` lora-gateway-bridge.toml ` ) using [ Protocol Buffers] ( https://developers.google.com/protocol-buffers/ ) .
2129
@@ -46,6 +54,10 @@ LoRa Gateway Bridge is able to expose various metrics that can be scraped by
4654The structure of the ` [backend.mqtt] ` configuration section has been updated.
4755These changes are fully backwards compatible.
4856
57+ ### Improvements
58+
59+ All vendored dependencies have been updated.
60+
4961## 2.4.1
5062
5163** Bugfixes:**
You can’t perform that action at this time.
0 commit comments