From 41dad558efdd43ec0d901de31bbcccfe42ffaf49 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 28 Apr 2022 09:24:09 -0600 Subject: [PATCH] Flux 0.165.0 (#3984) --- content/flux/v0.x/release-notes.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/content/flux/v0.x/release-notes.md b/content/flux/v0.x/release-notes.md index 5cf5555aa..5cb77ed60 100644 --- a/content/flux/v0.x/release-notes.md +++ b/content/flux/v0.x/release-notes.md @@ -10,6 +10,25 @@ aliases: - /influxdb/cloud/reference/release-notes/flux/ --- +## v0.165.0 [2022-04-25] + +### Features +- Add support for options in the `testcase` extension. +- Vectorize addition operations in `map()`. +- Add location support to `date.truncate()`. +- Accept string literals in properties of a record type. +- Add trace option to the `flux` CLI. +- Add `EquiJoinPredicateRule`. + +### Bug fixes +- Update `map()` test case to include a range. +- Don't set `BaseLocation.file` to `Some("")`. +- Fix `strings.joinStr` panic when it receives a null value. +- Remove 64bit misalignment. +- Fix memory releases and add checked allocator to the end of tests. + +--- + ## v0.164.1 [2022-04-18] ### Bug fixes