Flux fill() function with influxdb 1.x

I understand that fill() functions was introduced in Flux v0.14 and it’s only available with influxdb v2.0 alpha.
Is there a rough estimate when Flux v0.14 will be integrated into InfluxDB 1.x.
1.7.6 or 1.8 ??

I got data with state = 0 or 1 and trying to drive out how much time spend in those states.
I can’t find a solution without using fill previous.

And for now is there a work around in influxdb 1.7.5 for:

fill(column: "_value", usePrevious: true)

There was a dependency conflict in 1.x and Flux that was preventing new versions of Flux from being packaged with new 1.7 patch versions. The conflict has been resolved and the latest version of Flux will ship with the next 1.7 release (1.7.6). I don’t know the exact timing, but it should be in the next few weeks.

Good news.:+1:
Thank you for the quick reply.