Skip to content

Releases: influxdata/flux

v0.33.1

20 Jun 18:39
v0.33.1
065b06e
Compare
Choose a tag to compare

v0.33.1 [2019-06-20]

Bug fixes

  • 065b06e copy table will report if it is empty correctly (#1396)

v0.33.0

18 Jun 20:03
f3e351c
Compare
Choose a tag to compare

v0.33.0 [2019-06-18]

Breaking changes

  • 6f7ba55 implement nulls in the compiler runtime

Features

Bug fixes

  • f2d41e9 add range to map_extension_with.flux (#1389)
  • 6247429 row function resets records map with each call to prepare (#1388)
  • adb8655 fix joinStr, including adding an EndToEnd Test (#1386)
  • 19e2bf8 fix string_trimLeft and string_trimRight so that they pass in influxdb (#1369)
  • 1226e29 add length check for empty tables in fill (#1355)

v0.32.1

10 Jun 17:48
b2dcd41
Compare
Choose a tag to compare

v0.32.1 [2019-06-10]

Bug fixes

  • b2dcd41 identify memory limit exceeded errors in dispatcher (#1333)

v0.32.0

05 Jun 15:41
15e15bd
Compare
Choose a tag to compare

v0.32.0 [2019-06-05]

Breaking changes

Bug fixes

  • c58529c changelog generator now handles merge commits better (#1319)
  • 8ce17b2 return count of errors when checking AST (#1312)

v0.31.1

29 May 20:13
v0.31.1
c12e7f0
Compare
Choose a tag to compare

v0.31.1 [2019-05-29]

Bug fixes

  • c12e7f0 do not call done after calling the function (#1308)

v0.31.0

28 May 20:12
v0.31.0
f18ea54
Compare
Choose a tag to compare

v0.31.0 [2019-05-28]

Breaking changes

  • f18ea54 copy the table when a table is used multiple times (#1301)

Features

Bug fixes

  • f18ea54 copy the table when a table is used multiple times (#1301)

v0.30.0

16 May 17:49
v0.30.0
Compare
Choose a tag to compare

v0.30.0 [2019-05-16]

Features

v0.29.0

15 May 15:52
v0.29.0
32fb2fb
Compare
Choose a tag to compare

v0.29.0 [2019-05-15]

Breaking changes

Features

  • 045e4d4 add stream table index functions (#1174)
  • c613fda construct invalid binary expressions when given multiple expressions (#892)

Bug fixes

  • 32fb2fb properly use RefCount to reference count tables (#1216)
  • 55f6510 make "on" a required parameter to join() (#1274)
  • 12638ec remove the race condition within the (*Query).Done method (#1277)
  • 3a467e7 fix table functions test (#1272)
  • 499bb7e add column parameter to median
  • f570556 modify median to work with aggregateWindow (#1263)
  • 172fd34 pivot now uses the correct column type when filling nulls (#1254)
  • 4c69794 add error handling for property list (#1175)
  • 02ebc15 return the error from the context in the executor (#1228)

v0.28.3

01 May 15:42
v0.28.3
Compare
Choose a tag to compare

v0.28.3 [2019-05-01]

Bug fixes

  • 57759cc fix request results labels to count runtime errors
  • 3e19f89 an error when joining could result in two calls to finish (#1225)

v0.28.2

26 Apr 20:56
v0.28.2
461cb44
Compare
Choose a tag to compare

v0.28.2 [2019-04-26]

Bug fixes

  • 461cb44 preallocate data when constructing a new string array (#1220)