From 9d2574fa9865f6d6a961cc791855e7db77206eb6 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 5 Dec 2019 16:39:02 -0700 Subject: [PATCH] added changelog for flux-0.56 --- content/v2.0/reference/release-notes/flux.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index 86cb2af9d..ec7cea829 100644 --- a/content/v2.0/reference/release-notes/flux.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -16,6 +16,23 @@ Though newer versions of Flux may be available, they will not be included with InfluxDB until the next InfluxDB v2.0 release._ {{% /note %}} +## v0.56.0 [2019-12-05] + +### Features +- Crate for typing Flux standard library. +- Serialize type environment. +- Improve filter performance when filtering on values. +- Update usage duration test to exclude queue and requeue time. +- Add types for some built-ins. + +### Bug fixes +- Properly use a fake version with `flux-config` when no version is present. +- Address clippy lints. +- Add bytes monotype to Rust semantic module. +- Allow underscores (`_`) in type expressions. + +--- + ## v0.55.1 [2019-12-02] ### Bug fixes