Skip to content

Commit

Permalink
Update changelog. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Apr 1, 2020
1 parent 54fe4cf commit 9b89aa3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ theme = "chirpstack-hugo-theme"
weight = 7

[params]
version = "3.8.1"
version = "3.9.0"
component = "chirpstack-network-server"
17 changes: 17 additions & 0 deletions docs/content/overview/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ description: Lists the changes per ChirpStack Network Server release, including
---
# Changelog

## v3.9.0

### Features

#### Redis Cluster and Sentinel

This release introduces the support for [Redis Cluster](https://redis.io/topics/cluster-tutorial)
and [Redis Sentinel](https://redis.io/topics/sentinel).

#### Rejected uplink callback to Network Controller

A new API method has been added to the (optional) Network Controller called
`HandleRejectedUplinkFrameSet`. When ChirpStack Network Server rejects an
uplink (e.g. when the device is not known to the network, or the activation
is missing), it will call this method (when the Network Controller is
configured).

## v3.8.1

### Bugfixes
Expand Down

0 comments on commit 9b89aa3

Please sign in to comment.