Skip to content

v0.4.4

Choose a tag to compare

@nevillelyh nevillelyh released this 01 Nov 21:58

"Erinaceus europaeus"

Breaking change

Dataflow runner dependency is removed from scio-core. You need to explicitly add all runner dependencies now. Dataflow specific logic is also removed from ScioResult. See this page for more details.

Features

  • Add bigquery dynamic destinations #876 #73
  • Add time condition matchers #883 #458
  • Support default value for singleton side input #894
  • Allow wrapping internal views as SideInput #897
  • Decouple Dataflow runner #779 #882 #850
  • Bump Scala 2.12 to 2.12.4 #893
  • Bump sbt to 1.0.3 #904

Bug fixes

  • Use chunked in JTraversableSerializer, fix #887 #888
  • Performance improvement for 2-way joins #901 #891
  • Fix Option support in flatten, fixes #886 #889
  • Honor caching configuration for in standalone BigQueryClient #899
  • Fix contribution guideline and code of conduct #906 #907
  • Scaladoc fixes #900