Skip to content

Commit 3f5ac2b

Browse files
committed
Update default settings, changelog & version.
1 parent cb18009 commit 3f5ac2b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

docs/changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.18.0
4+
5+
**Features:**
6+
7+
* Add configuration option to log all uplink / downlink frames into a database
8+
(`--log-node-frames` / `LOG_NODE_FRAMES`).
9+
310
## 0.17.2
411

512
**Bugfixes:**

mkdocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pages:
1515
- changelog.md
1616

1717
extra:
18-
version: '0.17.2'
18+
version: '0.18.0'
1919
github:
2020
download_release: true
2121

packaging/deb/default

+3
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ GW_STATS_AGGREGATION_INTERVALS=minute,hour,day
8181

8282
# the ttl after which a node-session expires after no activity (default 31 days)
8383
NODE_SESSION_TTL=744h0m0s
84+
85+
# log uplink and downlink frames to the database
86+
LOG_NODE_FRAMES=true

0 commit comments

Comments
 (0)