From 95589737e72e26c05c3e109a33208372feef0442 Mon Sep 17 00:00:00 2001 From: Kelly Date: Tue, 1 Sep 2020 14:58:11 -0700 Subject: [PATCH] roll over OSS 1.8.2 RNs & 1.8.1 warning --- .../v1.8/about_the_project/releasenotes-changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md b/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md index a5c4c9bb1..46043d922 100644 --- a/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md +++ b/content/influxdb/v1.8/about_the_project/releasenotes-changelog.md @@ -8,8 +8,17 @@ menu: parent: About the project --- +## v1.8.2 [2020-08-13] + +### Bug fixes + +- Revert configuration change to `DefaultSeriesIDSetCacheSize` that caused some environments to experience increased memory usage. + ## v1.8.1 [2020-07-14] +{{% warn %}} Bug that potentially increased memory usage was introduced in 1.8.1. **If you installed this release**, install [v1.8.2](#v1-8-2-2020-08-13), which includes the features, performance improvements, and bug fixes below. +{{% /warn %}} + ### Features - Allow users to add custom HTTP response headers to comply with internal security policies.