Skip to content

Commit 9b89aa3

Browse files
committed
Update changelog. Bump version.
1 parent 54fe4cf commit 9b89aa3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docs/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ theme = "chirpstack-hugo-theme"
5555
weight = 7
5656

5757
[params]
58-
version = "3.8.1"
58+
version = "3.9.0"
5959
component = "chirpstack-network-server"

docs/content/overview/changelog.md

+17
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ description: Lists the changes per ChirpStack Network Server release, including
99
---
1010
# Changelog
1111

12+
## v3.9.0
13+
14+
### Features
15+
16+
#### Redis Cluster and Sentinel
17+
18+
This release introduces the support for [Redis Cluster](https://redis.io/topics/cluster-tutorial)
19+
and [Redis Sentinel](https://redis.io/topics/sentinel).
20+
21+
#### Rejected uplink callback to Network Controller
22+
23+
A new API method has been added to the (optional) Network Controller called
24+
`HandleRejectedUplinkFrameSet`. When ChirpStack Network Server rejects an
25+
uplink (e.g. when the device is not known to the network, or the activation
26+
is missing), it will call this method (when the Network Controller is
27+
configured).
28+
1229
## v3.8.1
1330

1431
### Bugfixes

0 commit comments

Comments
 (0)