Hi all! Scio 0.7.2 has just been released. The biggest change is the upgrade to Beam 2.10--our next release should have Beam 2.11. There are also some nice optimizations for reduce/aggregate/combine-based operations.
https://github.com/spotify/scio/releases/tag/v0.7.2 Features - Update Beam to 2.10 (#1674 <https://github.com/spotify/scio/pull/1674> , #1676 <https://github.com/spotify/scio/pull/1676>) - Clearer Coder exceptions (#1672 <https://github.com/spotify/scio/pull/1672>) - Use new HadoopFormatIO (#1675 <https://github.com/spotify/scio/pull/1675>) - Add spanner MutationGroup coder (#1704 <https://github.com/spotify/scio/pull/1704>) - Optimize CombineFn's (speeds up aggregate-, reduce-, and combine-based operations!) (#1699 <https://github.com/spotify/scio/pull/1699>) - Use list side input on cross product (#1691 <https://github.com/spotify/scio/pull/1691>) - Fix DistinctBy serialization for Scala Classes (#1710 <https://github.com/spotify/scio/pull/1710>, #1715 <https://github.com/spotify/scio/pull/1715>) - Remove deprecation warning on tfRecordExampleFileWithSchema (#1714 <https://github.com/spotify/scio/pull/1714>) - Cleanup around scio context (#1679 <https://github.com/spotify/scio/pull/1679>) - Version bumps: cassandra-all -> 2.2.14 (#1677 <https://github.com/spotify/scio/pull/1677>), 3.11.4 (#1678 <https://github.com/spotify/scio/pull/1678>); Sparkey -> 3.0.0 (#1690 <https://github.com/spotify/scio/pull/1690>), ES5 -> 5.6.15, ES6 -> 6.6.1 (#1700 <https://github.com/spotify/scio/pull/1700>); tensorflow -> 1.13.1 (#1707 <https://github.com/spotify/scio/pull/1707>); scalatest -> 3.0.6 (#1709 <https://github.com/spotify/scio/pull/1709>); featran-* -> 0.3.0 (#1713 <https://github.com/spotify/scio/pull/1713>) Bug fixes - Fix Magnolia generated tree annotations removal to ensure Derived coders are serializable (#1673 <https://github.com/spotify/scio/pull/1673>) thanks, Claire
