Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Releases: spotify/flo

v0.5.2

20 Nov 06:58
Compare
Choose a tag to compare
  • Add lookupLatestDaily method to BigQueryTasks #192
  • move serialization code to flo-workflow module #182

v0.5.1

07 Nov 07:06
Compare
Choose a tag to compare
  • bigquery: lookup operator #183
  • task builder: require java serializability #179

v0.5.0

18 Oct 06:05
Compare
Choose a tag to compare
  • use java serialization #178

This is a minor version bump with potentially breaking change. Kryo is no longer used for serialisation so implementing java.io.Serializable will be required.

v0.4.4

15 Oct 09:15
Compare
Choose a tag to compare
  • depends on json explicitly #180

v0.4.3

11 Oct 11:55
Compare
Choose a tag to compare
  • force to align grpc version #177

v0.4.2

05 Oct 10:48
Compare
Choose a tag to compare
  • scio: make scio-test dependency optional #168
  • memoization: avoid recursive computeIfAbsent #171
  • remove flo.forking and FLO_FORKING flags (use forking always) #173

v0.4.1

25 Sep 10:12
Compare
Choose a tag to compare

Nothing to say...

The same as 0.4.0.

v0.4.0

25 Sep 09:21
Compare
Choose a tag to compare
  • rename context to output #166

    This is a breaking change.

    The context method and TaskContextStrict is typically used to define outputs that are produced when a task is evaluated. Thus output and TaskOutput are more fitting names.

  • scio: remove ScioContext from result() #159

    This 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.

v0.3.5

24 Sep 08:26
Compare
Choose a tag to compare
  • remove unused value memoization code #161
  • configure codecov #165
  • workflow execution summary #162

v0.3.4

21 Sep 03:51
Compare
Choose a tag to compare
  • bq: test more job types #158
  • ScioOperator: use spec.options() even on test mode #157
  • use mockito 2 #155