Releases: influxdata/flux
Releases · influxdata/flux
v0.14.0
v0.14.0 [2019-01-14]
Breaking changes
- a7247c9 implement and require builtin statements
- 14fee45 fix keys to output group key (#641)
- a77237f organizes builtin code into Flux packages
- f006acb change flux command to be a repl
Features
- a7247c9 implement and require builtin statements
- 17e493c added a new utility library for generating test data (#828)
- 32c1e00 columns function (#640)
- 8e28081 add fill function to set a default value for null values in a column. (#818)
- a77237f organizes builtin code into Flux packages
- f006acb change flux command to be a repl
- 2451c02 Refactored the table builder interfaces to support null value creation. (#790)
- 252a88a aggregates process empty/all-null tables by creating a null row (#692)
- 0fe4c65 show nulls in REPL as empty string (#778)
- 859d8f7 add ability to define built in packages
- 9fb276b treat omitted values with no defaults as nil in csv (#691)
- 76c4d33 build arrow columns with null values (#638)
- 9e7b58f converting limit to use arrow arrays (#570)
- 98de285 TableBuilder interface and ColListTableBuilder implementation support creation of nil values (#636)
Bug fixes
- 6e939e8 count nulls in the count aggregate (#834)
- 14fee45 fix keys to output group key (#641)
- 9625821 adding test for type mismatch in group (#827)
- 6eab5a7 nest extern blocks for each level in scope
- 8975f7b memory leak in limit when slicing (#793)
- 9f21810 prettier formatting for package (#782)
- 081d5d5 change Package.Path to be json omitempty
v0.13.0
v0.13.0 [2019-01-07]
Breaking changes
- 1a572ee add File and Package nodes to the AST
Features
- 7bf6bae embed errors into the ast from the parser (#635)
- bb08243 add no-points optimization for from() |> keys() (#624)
- 1a572ee add File and Package nodes to the AST
- 9f1545b add a function for checking for errors within the AST (#288)
Bug fixes
v0.12.0
v0.11.0
v0.10.0
v0.10.0 [2018-12-17]
Breaking changes
- e84708d change "label" to "column" for state tracking functions
Features
- e1b8738 plan validation (#487)
- ec0b938 testing framework no longer checks output, flux… (#485)
- 73f672d integrate arrow arrays into the table builder (#488)
- efa0ffa support packages and imports
Bug fixes
v0.9.0
v0.8.0
v0.8.0 [2018-12-11]
Features
- 1f7f896 rule to chain group operations (#403)
- 7f2d426 add package and import support to the semantic graph
- 8357b02 add function assertEquals to transformations (#396)
- f4cc7af parse import and package statements
- 6890624 Walk pattern for AST (#386)
- 4d841b2 AST formatting (#383)
- 8211239 switch over to the new parser (#352)
Bug fixes
- 88e6579 make controller return planner failures (#446)
- f5c6aa7 collision between external and fresh type vars
- a4b2653 fmt for import and package (#402)
- c0f28ac add import/package nodes to ast.Walk
- c05ec64 improve panic message when the wrong column type is used (#395)
- a4ab632 check nil results when computing stats (#394)
- 3a6d9d3 suppress group push down for _time and _value (#393)
- 983a88e terminal output functions must produce results
- 06e8164 fix race in interpreter.doCall
- eb94879 fix ast.Walk for Assignemnt rename
- 76bca47 Improve error message for missing object properties
- 45975b5 add unary logical expression to the parser (#372)
- 92145af variable declarator node needs to duplicate the location information (#371)
v0.7.4
v0.7.4 (2018-12-04)
🐛 Bug Fixes
- parser: add missing comparison operators (b50137b) by Jonathan A. Sternberg
v0.7.3
v0.7.3 (2018-12-04)
🐛 Bug Fixes
- parser: fix the ident statement to use expression suffix (f730094) by Jonathan A. Sternberg
v0.7.2
Release v0.7.2