From c1d26bbddbef6339fe5475c3ea3207c3eb458ea1 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 26 Jun 2019 12:52:33 -0600 Subject: [PATCH] added flux-0.34.1 to flux changelog --- content/v2.0/reference/flux/release-notes.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/content/v2.0/reference/flux/release-notes.md b/content/v2.0/reference/flux/release-notes.md index e772b0c11..b516385cb 100644 --- a/content/v2.0/reference/flux/release-notes.md +++ b/content/v2.0/reference/flux/release-notes.md @@ -9,11 +9,25 @@ menu: --- {{% note %}} -_The latest release of InfluxDB v2.0 alpha includes **Flux v0.33.2**. +_The latest release of InfluxDB v2.0 alpha includes **Flux v0.34.1**. Though newer versions of Flux may be available, they will not be included with InfluxDB until the next InfluxDB v2.0 release._ {{% /note %}} +## v0.34.1 [2019-06-26] + +### Features +- Add custom PostgreSQL type support. +- Added MySQL type support. +- Nulls work in table and row functions. + +### Bug fixes +- Fixed boolean literal type conversion problem and added tests. +- Diff should track memory allocations when it copies the table. +- Copy table will report if it is empty correctly. + +--- + ## v0.33.2 [2019-06-25] ### Bug fixes