Skip to content

Commit 639e44b

Browse files
committed
Update changelog. Bump version.
1 parent 5e23bc8 commit 639e44b

File tree

3 files changed

+54
-1
lines changed

3 files changed

+54
-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.6.0"
65+
version = "3.7.0"
6666
component = "chirpstack-gateway-bridge"
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Concentratord
3+
description: ChirpStack Concentratord backend.
4+
menu:
5+
main:
6+
parent: backends
7+
---
8+
9+
# ChirpStack Concentratord backend
10+
11+
**This backend is experimental!**
12+
13+
The Concentratord backend implements the [ChirpStack Concentratord](https://github.com/brocaar/chirpstack-concentratord)
14+
[ZeroMQ](https://zeromq.org/) based interface.
15+
16+
## Deployment
17+
18+
The ChirpStack Gateway Bridge and the ChirpStack Concentratord must be deployed
19+
on the gateway.
20+
21+
## Prometheus metrics
22+
23+
The ChirpStack Concentratord backend exposes several [Prometheus](https://prometheus.io/)
24+
metrics for monitoring.
25+
26+
### backend_concentratord_event_count
27+
28+
The number of received events from Concentratord (per event type).
29+
30+
### backend_concentratord_command_count
31+
32+
The number of commands sent to Concentratord (per command type).

docs/content/overview/changelog.md

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

1111
# Changelog
1212

13+
## v3.7.0
14+
15+
### Features
16+
17+
#### Concentratord backend
18+
19+
The [Concentratord](https://www.chirpstack.io/gateway-bridge/backends/concentratord/) backend is compatible with the
20+
[ChirpStack Concentratord](https://github.com/brocaar/chirpstack-concentratord)
21+
daemon. Please note that this backend is experimental.
22+
23+
### Improvements
24+
25+
* Change MQTT max. reconnect interval default value to 1 minute.
26+
* Refactor MQTT subscribe / unsubscribe logic.
27+
28+
### Bugfixes
29+
30+
* Use DevEUI object length instead of JoinEUI. ([#154](https://github.com/brocaar/chirpstack-gateway-bridge/pull/154))
31+
* Remove default values for BasicStation filters. ([#157](https://github.com/brocaar/chirpstack-gateway-bridge/issues/157))
32+
* Fix BasicStation websocket ping loop. ([#156](https://github.com/brocaar/chirpstack-gateway-bridge/issues/156))
33+
1334
## v3.6.0
1435

1536
### Features

0 commit comments

Comments
 (0)