From 06279ff031e51b7b0be53a8abeaeb43aa5dfd7a1 Mon Sep 17 00:00:00 2001 From: pierwill Date: Wed, 14 Oct 2020 11:55:25 -0700 Subject: [PATCH] Fix InfluxDB Enterprise 1.8.3 release notes --- .../v1.8/about-the-project/release-notes-changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/enterprise_influxdb/v1.8/about-the-project/release-notes-changelog.md b/content/enterprise_influxdb/v1.8/about-the-project/release-notes-changelog.md index ca8f862fa..9f581eeac 100644 --- a/content/enterprise_influxdb/v1.8/about-the-project/release-notes-changelog.md +++ b/content/enterprise_influxdb/v1.8/about-the-project/release-notes-changelog.md @@ -15,6 +15,11 @@ The InfluxDB Enterprise 1.8.3 release builds on the InfluxDB OSS 1.8.3 release. For details on changes incorporated from the InfluxDB OSS release, see [InfluxDB OSS release notes](/influxdb/v1.8/about_the_project/releasenotes-changelog/#v1-8-3-2020-09-30). +### Bugfixes +- Wrap TCP mux–based HTTP server with a function that adds custom headers. +- Correct output for `influxd-ctl show shards`. +- Properly encode/decode `control.Shard.Err`. + ## v1.8.2 [2020-08-24] The InfluxDB Enterprise 1.8.2 release builds on the InfluxDB OSS 1.8.2 and 1.8.1 releases.