Skip to content

Commit b2452dd

Browse files
committed
Bump version.
1 parent d551c2b commit b2452dd

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

docs/content/install/debug.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ the LoRa Gateway Bridge must respond (`PullACK`).
5555

5656
When 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)

docs/content/overview/changelog.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,22 @@ menu:
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

1725
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
1927
configure 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
4654
The structure of the `[backend.mqtt]` configuration section has been updated.
4755
These changes are fully backwards compatible.
4856

57+
### Improvements
58+
59+
All vendored dependencies have been updated.
60+
4961
## 2.4.1
5062

5163
**Bugfixes:**

0 commit comments

Comments
 (0)