Hi all,

We just released Scio 0.5.0-alpha2. This is mostly a bug fix release. We'll
probably have one or 2 beta releases with the upcoming Beam 2.3.0. Stay
tuned!

Cheers,
Neville

https://github.com/spotify/scio/releases/tag/v0.5.0-alpha2

Breaking changes

   - BigQueryIO in JobTest#output now requires a type parameter. Explicit
   .map(T.toTableRow) of test data is no longer needed.
   - Typed AvroIO now accepts case classes instead of Avro records in
   JobTest. Explicit .map(T.toGenericRecord) of test data is no longer
   needed. See this change
   
<https://github.com/spotify/scio/commit/19fee4716f71827ac4affbd23d753bc074c529b8>
for
   more.
   - Package com.spotify.scio.extra.transforms is moved from scio-extra to
   scio-core, under com.spotify.scio.transforms.

See this section
<https://github.com/spotify/scio/wiki/Apache-Beam#breaking-changes-since-scio-050>
for
more details.
Features

   - Remove toGenericRecord requirement when testing typed AvrioIO #1022
   <https://github.com/spotify/scio/issues/1022> #1036
   <https://github.com/spotify/scio/pull/1036>
   - Bump sparkey to 2.2.1, protobuf-generic to 0.2.4 #1028
   <https://github.com/spotify/scio/pull/1028>

Bug fixes

   - Fix transform name in joins #1034
   <https://github.com/spotify/scio/issues/1034> #1035
   <https://github.com/spotify/scio/pull/1035>
   - Add applyKvTransform #1020
   <https://github.com/spotify/scio/issues/1020> #1032
   <https://github.com/spotify/scio/pull/1032>
   - Add helpers to initialize counters #1026
   <https://github.com/spotify/scio/issues/1026> #1027
   <https://github.com/spotify/scio/pull/1027>

Reply via email to