Releases: influxdata/flux
Releases · influxdata/flux
v0.21.2
v0.21.1
v0.21.0
v0.20.0
v0.19.0
v0.18.0
v0.18.0 [2019-02-07]
Features
- dd6fe23 add strings package with functions to trim/change string case (#943)
- 17a81e4 make duration conversion public (#947)
- fb6c314 add assertEmpty method and use it with testing.test (#926)
- 3369fa5 expose literal parsers used within the parser (#922)
- 288f937 add testing.diff function (#917)
- 511dda3 execute command (#902)
Bug fixes
- 3219298 refactor the controller to remove data races (#939)
- b620e9e member expressions using a string literal use the incorrect end bracket (#949)
- b58fd25 skip lambda evaluation when referencing nulls (#862)
- 40de12c options editor should use ast.Expression (#927)
- e818db8 fix decoder bug where a default table id is given when none is required. (#916)
- 392cd4f add close to SourceIterator (#904)
v0.17.0
v0.17.0 [2019-01-22]
Features
- 5227379 checks for option dependencies (#896)
- 5a035c7 add query success and error metrics (#901)
- d4cb766 track nested blocks in the parser (#886)
- 6077efa update aggregateWindow to include createEmpty as parameter to allow for null results. (#893)
- 55e9d9c add query function count metrics
Bug fixes
- 0b10ca9 multiplicative operators are above additive operators in precedence (#907)
- 73e28c9 fix panic when copying lambda (#899)
- b1bdb9a only print a package's public exports
- 24707ba cannot access imports of imports
- b54fec4 check for schema collision when appending columns to a table (#878)
- 04bf675 process test helper had bad logic to check for errors (#877)
- 3609862 handle rune errors correctly when decoding an illegal token (#884)
v0.16.1
v0.16.0
v0.16.0 [2019-01-17]
Features
- 45388da adds various v1 meta queries helper functions
Bug fixes
- faeaf1f fixes various UX issues
- 7d1d851 object polytype
- 3003866 fix edge case panic in assertEquals (#872)
- 3c4cf5d check for equality in time columns correctly (#865)
- 417db85 fix bug where assertEquals did not check tables without a match in both streams. (#823)
- 13782bb clear return for each repl command