Hi all! Scio 0.6.0 has been released.

https://github.com/spotify/scio/releases/tag/v0.6.0

*"Quelea quelea"*
Breaking changes

   - scio-cassandra2: Bump Cassandra 2.0.17 to 2.2.12 (#1263
   <https://github.com/spotify/scio/pull/1263>)
   - scio-tensorflow: TFRecordSpec removed in favor of tf.metadata.v0.Schema
    (#1296 <https://github.com/spotify/scio/pull/1296>)

Features

   - Kryo state is stored in thread-local hash map to allow garbage
   collection when thread is killed and prevent memory leaks (#1327
   <https://github.com/spotify/scio/pull/1327>)
   - SetMonoid performance improvement using Set.newBuilder instead of
   mutable.Set (#1329 <https://github.com/spotify/scio/pull/1329>)

Bug fixes

   - ScioContext#protobufFile triggers the exception llegalArgumentException:
   pipeline: PCollections … and … both have unique_name … at pipeline
   validation step (#1331 <https://github.com/spotify/scio/pull/1331>)
   - Fix Seq[Example] merging in TensorFlowFunctions#saveAsTFExampleFile (
   #1325 <https://github.com/spotify/scio/pull/1325>)

Reply via email to