Skip to content

Releases: influxdata/flux

v0.14.0

15 Jan 01:07
v0.14.0
Compare
Choose a tag to compare

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

07 Jan 23:40
v0.13.0
7bf6bae
Compare
Choose a tag to compare

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

  • 2ead3ed remove unneeded use of memory allocator (#633)
  • 015a0cf allow the memory allocator to be nil for arrow arrays (#610)
  • 9c4371a fix several bugs in copy methods add tests
  • fbe1436 fix a flaky test in the controller shutdown (#612)

v0.12.0

02 Jan 17:56
v0.12.0
Compare
Choose a tag to compare

v0.12.0 [2019-01-02]

Features

Bug fixes

  • 6bf2405 embed plan.DefaultCost in input and output functions (#585)
  • 1f2941f side effect statements are now copied between related interpreter scopes (#576)

v0.11.0

18 Dec 19:47
v0.11.0
8baaec7
Compare
Choose a tag to compare

v0.11.0 [2018-12-18]

Features

  • 7d9ce0a add utility methods for converting a slice into an arrow array buffer (#552)

Bug fixes

  • 8baaec7 do not panic with unbalanced parenthesis (#483)
  • b8c5a0e respect positive timeout for toHTTP

v0.10.0

17 Dec 19:41
v0.10.0
Compare
Choose a tag to compare

v0.10.0 [2018-12-17]

Breaking changes

  • e84708d change "label" to "column" for state tracking functions

Features

Bug fixes

  • 7b07782 Cancel all queries after timeout elapses. (#478)
  • e84708d change "label" to "column" for state tracking functions
  • cee28c0 makefile for generating the scanner after clean was incorrect (#482)

v0.9.0

12 Dec 18:38
v0.9.0
Compare
Choose a tag to compare

v0.9.0 [2018-12-11]

Features

Bug fixes

  • 027aeb3 return the source attribute in the location correctly (#475)

v0.8.0

11 Dec 18:11
v0.8.0
Compare
Choose a tag to compare

v0.8.0 [2018-12-11]

Features

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

04 Dec 19:45
93bbf9f
Compare
Choose a tag to compare

v0.7.4 (2018-12-04)

🐛 Bug Fixes

  • parser: add missing comparison operators (b50137b) by Jonathan A. Sternberg

v0.7.3...v0.7.4

v0.7.3

04 Dec 19:44
13f7dc2
Compare
Choose a tag to compare

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...v0.7.3

v0.7.2

04 Dec 18:49
v0.7.2
899c777
Compare
Choose a tag to compare
Release v0.7.2