From 4f26ea706721c50995301cd5fc7bf9620dc488f6 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Wed, 27 Nov 2019 12:06:29 +0100 Subject: [PATCH] Update changelog. Bump version. --- docs/config.toml | 2 +- docs/content/overview/changelog.md | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index 6cd9bb2e..ee67ede5 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -62,5 +62,5 @@ theme = "chirpstack-hugo-theme" weight = 8 [params] - version = "3.4.1" + version = "3.5.0" component = "chirpstack-gateway-bridge" diff --git a/docs/content/overview/changelog.md b/docs/content/overview/changelog.md index aeba74e8..66eb5bd8 100644 --- a/docs/content/overview/changelog.md +++ b/docs/content/overview/changelog.md @@ -10,6 +10,32 @@ description: Lists the changes per ChirpStack Gateway Bridge release, including # Changelog +## v3.5.0 + +### Features + +#### MIPS builds + +This is the first release providing binaries compiled for MIPS. These binaries +are compiled with `GOMIPS=softfloat` and are compressed with `upx` as MIPS +based gateways have usually limited storage space available. ([#65](https://github.com/brocaar/chirpstack-gateway-bridge/issues/65)) + +#### RPM packaging + +This is the first release providing .rpm packages for CentOS and RedHat. ([#145](https://github.com/brocaar/chirpstack-gateway-bridge/pull/145)) + +### Improvements + +#### Environment variable configuration + +The usage of `.` in environment variables for configuration has been deprecated +(it will continue to work, but will log a warning). Instead of `.`, use a +double underscore (`__`). ([#144](https://github.com/brocaar/chirpstack-gateway-bridge/pull/144)) + +#### Multiple MQTT servers + +This release adds support for the configuration of multiple MQTT servers. ([#141](https://github.com/brocaar/chirpstack-gateway-bridge/pull/141)) + ## v3.4.1 ### Bugfixes