From b137d153a666409e99e3ef1c93a06cdc13e5d9bf Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 24 Sep 2019 09:37:31 -0600 Subject: [PATCH] added flux 0.49.0 to flux changelog --- content/v2.0/reference/release-notes/flux.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index 4ad1f3d13..1c7ddff29 100644 --- a/content/v2.0/reference/release-notes/flux.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -11,11 +11,26 @@ aliases: --- {{% note %}} -_The latest release of InfluxDB v2.0 alpha includes **Flux v0.48.0**. +_The latest release of InfluxDB v2.0 alpha includes **Flux v0.49.0**. Though newer versions of Flux may be available, they will not be included with InfluxDB until the next InfluxDB v2.0 release._ {{% /note %}} +## v0.49.0 [2019-09-24] + +### Features +- Optimize `filter()` to pass through tables when possible. +- Additional arrow builder utilities. +- Add a `benchmark()` function to the testing package. +- Add an arrow backed version of the table buffer. + +### Bug fixes +- Fix `sql.from()` connection leak. +- Fix some of the memory leaks within the standard library. +- Fix `mqtt.to()` topic parameter. + +--- + ## v0.48.0 [2019-09-20] ### Breaking changes