Skip to content

Commit 6fcc8a6

Browse files
committed
Update changelog and bump version.
1 parent 10939f2 commit 6fcc8a6

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

docs/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ pygmentsUseClasses = true
3333
weight = 4
3434

3535
[params]
36-
version = "2.6.2"
36+
version = "2.7.0"

docs/content/install/config.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,24 @@ marshaler="v2_json"
272272
bind=""
273273
{{< /highlight >}}
274274

275+
#### Environment variables
276+
277+
Although using the configuration file is recommended, it is also possible
278+
to use environment variables to set configuration variables.
279+
280+
Example:
281+
282+
{{<highlight toml>}}
283+
[packet_forwarder]
284+
udp_bind="0.0.0.0:1700"
285+
{{</highlight>}}
286+
287+
Can be set using the environment variable:
288+
289+
{{<highlight toml>}}
290+
PACKET_FORWARDER.UDP_BIND="0.0.0.0:1700"
291+
{{</highlight>}}
292+
275293
### Warning: deprecation warning! update your configuration
276294

277295
When you see this warning, you need to update your configuration!

docs/content/overview/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ description: Lists the changes per LoRa App Server release, including steps how
1010

1111
# Changelog
1212

13+
## v2.7.0
14+
15+
### Features
16+
17+
* Environment variable based [configuration](https://www.loraserver.io/lora-gateway-bridge/install/config/) has been re-implemented.
18+
19+
### Improvements
20+
21+
* Remove QoS > 0 bottleneck with non-blocking MQTT publish ([#101](https://github.com/brocaar/lora-gateway-bridge/pull/101))
22+
23+
### Bugfixes
24+
25+
* Fix potential deadlock on MQTT re-connect ([#103](https://github.com/brocaar/lora-gateway-bridge/issues/103))
26+
* Fix logrotate issue (init based systems) ([#98](https://github.com/brocaar/lora-gateway-bridge/pull/98))
27+
1328
## v2.6.2
1429

1530
### Bugfixes

0 commit comments

Comments
 (0)