Skip to content

Commit 29609e5

Browse files
committed
Update changelog. Bump version.
1 parent 9be233c commit 29609e5

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ theme = "chirpstack-hugo-theme"
6262
weight = 8
6363

6464
[params]
65-
version = "3.8.0"
65+
version = "3.9.0"
6666
component = "chirpstack-gateway-bridge"

docs/content/overview/changelog.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,42 @@ description: Lists the changes per ChirpStack Gateway Bridge release, including
1010

1111
# Changelog
1212

13+
## v3.9.0
14+
15+
### Features
16+
17+
#### Multi-downlink commands and ACKs
18+
19+
This multi-downlink feature allows a Network Server to send multiple downlink
20+
opportunities at once, e.g. one item for RX1 and one for RX2. The gateway will
21+
send at most one downlink item from the list. The ChirpStack Gateway Bridge will
22+
respond with a list of ACK items, indicating which item item was emitted, which
23+
item(s) failed and which item(s) were ignored (because the previous item was
24+
emitted).
25+
26+
#### Channel re-configuration
27+
28+
This implements channel re-configuration for the [ChirpStack Concentratord](https://github.com/brocaar/chirpstack-concentratord)
29+
backend over MQTT. This also removes the channel re-configuration for the Semtech
30+
UDP Packet Forwarder. While this feature had been removed from the documentation
31+
code references were still present. As there are different implementations of
32+
the Semtech UDP Packet Forwarder, there are also different flavors of
33+
configuration files.
34+
35+
The ChirpStack Concentratord provides a unified API to different types of
36+
gateways which makes it possible to implement channel re-configuration for
37+
this backend.
38+
39+
#### Kerlink iStation
40+
41+
This release provides IPK packages that can be installed on a Kerlink iStation
42+
gateway.
43+
44+
### Improvements
45+
46+
* Split multi-line meta-data returned by a command only once on delimiter.
47+
* Forward meta-data provided by a Packet Forwarder backend.
48+
1349
## v3.8.0
1450

1551
### Features

0 commit comments

Comments
 (0)