Releases: influxdata/flux
Releases · influxdata/flux
v0.33.1
v0.33.0
v0.33.0 [2019-06-18]
Breaking changes
- 6f7ba55 implement nulls in the compiler runtime
Features
- 846c00a: add regexp.compile to flux using regexp.Compile from Go (#1360)
- f3e351c add regexp functions from Go to Flux (#1367)
- 7af518e add the exists operator to the compiler runtime (#1382)
- 6f7ba55 implement nulls in the compiler runtime
- e3923af add nullable kind (#1363)
- a3368ab support "with" syntax for objects in row functions. (#1303)
- ebb9215 update SPEC.md (#1361)
- e54daf4 port several string functions from go string library to flux (#1340)
- 6e9c97a add exists unary operator (#1345)
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
v0.32.0
v0.31.1
v0.31.0
v0.30.0
v0.29.0
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)