Skip to content

Releases: influxdata/flux

v0.151.0

20 Jan 22:18
v0.151.0
4db5fa9
Compare
Choose a tag to compare

v0.151.0 [2022-01-20]

Features

  • 8706fe5 Expose MonoType::parameter and MonoType::field (#4359)

Bug fixes

  • 4db5fa9 support writing uint with the http provider (#4417)

v0.150.1

19 Jan 21:07
v0.150.1
7da5c2d
Compare
Choose a tag to compare

v0.150.1 [2022-01-19]

Bug fixes

v0.150.0

19 Jan 15:34
v0.150.0
1e17bf9
Compare
Choose a tag to compare

v0.150.0 [2022-01-19]

Features

  • 863b8a8 update inline documentation in date, experimental, testing, timezone, and types packages (#4399)

Bug fixes

v0.149.0

12 Jan 20:42
v0.149.0
e401eec
Compare
Choose a tag to compare

v0.149.0 [2022-01-12]

Features

Bug fixes

  • 153dc76 Do not attempt IP validation for BigQuery DSNs (#4398)

v0.148.0

10 Jan 16:05
5b80111
Compare
Choose a tag to compare

v0.148.0 [2022-01-10]

Features

  • 01468d1 Report multiple errors from a single unify call (#4371)
  • feb9bfa add inline documentation to regexp, runtime, sampledata, slack, and system packages (#4374)
  • e041723 update the to transformation to use narrow transformation (#4373)
  • 164c43b add inline documentation to pagerduty, profiler, and pushbullet packages (#4370)
  • 1c83405 Provide more exact error information on function calls (#4277)
  • 310763f Allow errors to be formatted via codespan (#4270)
  • 07e315c add an internal/debug.opaque function (#4363)
  • b8cfaa1 add inline documentation to interpolate, json, kafka, and math packages (#4360)
  • 35eabd8 Provide which package exported a symbol (#4304)
  • 64a0182 add timeable support to (add/sub)Duration (#4341)

Bug fixes

  • 23dad01 IP validation failures should be classified as Invalid (#4383)
  • 1e049fa optimized union needs the mutex earlier to avoid a data race (#4368)
  • dbcada4 Split the entire pipe chain on multiple if necessary (#4355)

v0.147.0

14 Dec 18:46
v0.147.0
8c648ba
Compare
Choose a tag to compare

v0.147.0 [2021-12-14]

Features

  • 988f64f optimize union transformation (#4339)
  • d173d43 add inline documentation to experimental packages (#4340)
  • 87aea1a add an optimized version of the shift transformation (#4337)

Bug fixes

  • 8c648ba optimized union needs a mutex (#4354)
  • 3137497 ensure arrays are not table streams before calling Len() (#4335)
  • d2a9887 disable geo.filterRows tests that were flaky (#4350)

v0.146.0

13 Dec 21:05
5284a7f
Compare
Choose a tag to compare

v0.146.0 [2021-12-13]

Features

  • cd2b829 add inline documentation to experimental packages (#4336)
  • 0d293d8 update pkg-config to support aarch64-apple-darwin (#4333)
  • 92f12a7 added inline documentation to the experimental/geo package (#4330)

Bug fixes

  • 52b8602 change the default epsilon for testing.diff to 1e-6 (#4338)
  • b0320b1 one of the tests for uint conversion used an undefined conversion (#4334)

v0.145.0

08 Dec 20:43
02f674f
Compare
Choose a tag to compare

v0.145.0 [2021-12-08]

Features

  • ed2e64a added inline documentation to experimental packages (#4324)

Bug fixes

  • 73b8181 Return error if column not found in schema (#4310)

v0.144.0

06 Dec 21:05
eb10cfb
Compare
Choose a tag to compare

v0.144.0 [2021-12-06]

Features

  • eb10cfb add location/message methods to semantic::Error (#4314)
  • ce26213 Return multiple errors from convert (#4308)
  • 13316b3 Add a vectorized field to semantic graph FunctionExpr (#4238)

Bug fixes

v0.143.1

22 Nov 22:37
b15224a
Compare
Choose a tag to compare

v0.143.1 [2021-11-22]

Bug fixes