Flux 0.165.0 (#3984)

pull/3985/head
Scott Anderson 2022-04-28 09:24:09 -06:00 committed by GitHub
parent afbe39b8a2
commit 41dad558ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

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