added flux-0.34.1 to flux changelog

pull/288/head
Scott Anderson 2019-06-26 12:52:33 -06:00
parent 263439df6b
commit c1d26bbddb
1 changed files with 15 additions and 1 deletions

View File

@ -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