This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
Releases: spotify/flo
Releases · spotify/flo
v0.5.2
v0.5.1
v0.5.0
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
-
rename context to output #166
This is a breaking change.
The
context
method andTaskContextStrict
is typically used to define outputs that are produced when a task is evaluated. Thusoutput
andTaskOutput
are more fitting names. -
scio: remove
ScioContext
fromresult()
#159This is a breaking change.
If the scio job is asynchronously executed by some alternative flo runtime, the
ScioContext
instance used to submit the job might not exist any more when the job completes.