Hi all, We just released Scio 0.11.0. This release has quite a few changes since 0.10.4 including: ð Bug Fixes
- Rename Sparkey hash* methods to avoid shadowing regular methods (#3894 <https://github.com/spotify/scio/pull/3894>) @devictr <https://github.com/devictr> - Rollback covary* resetting coder logic (#3969 <https://github.com/spotify/scio/pull/3969>) @stormy-ua <https://github.com/stormy-ua> - Ensure MutableScalableBloomFilter initialCapacity > 0 (#3961 <https://github.com/spotify/scio/pull/3961>) @kellen <https://github.com/kellen> - Defer ResourceId materialization in SMB to get around Flink FileSystems init issue (#3954 <https://github.com/spotify/scio/pull/3954> ) @stormy-ua <https://github.com/stormy-ua> - (fix #3912 <https://github.com/spotify/scio/issues/3912>) fix unionAll withName issue (#3931 <https://github.com/spotify/scio/pull/3931>) @clairemcginty <https://github.com/clairemcginty> - Get rid of an Iterable re-iteration twice in the asMapSingletonSideInput (#3926 <https://github.com/spotify/scio/pull/3926>) @stormy-ua <https://github.com/stormy-ua> - Fix Elasticsearch authentication (#3888 <https://github.com/spotify/scio/pull/3888>) @mrkm4ntr <https://github.com/mrkm4ntr> - update zone in BigtableIT (#3984 <https://github.com/spotify/scio/pull/3984>) @clairemcginty <https://github.com/clairemcginty> - explicitly set coders.tableRowCoder in BQ write (#3942 <https://github.com/spotify/scio/pull/3942>) @clairemcginty <https://github.com/clairemcginty> ð Enhancements - Side inputs for SMB transforms (#3915 <https://github.com/spotify/scio/pull/3915>) @kellen <https://github.com/kellen> - (fix #3944 <https://github.com/spotify/scio/issues/3944>) ToTable implements selectedFields (#3956 <https://github.com/spotify/scio/pull/3956>) @clairemcginty <https://github.com/clairemcginty> - Add outputParallelization for JdbcReadOptions (#3941 <https://github.com/spotify/scio/pull/3941>) @LeReunionais <https://github.com/LeReunionais> - (fix #3913 <https://github.com/spotify/scio/issues/3913>) parquet-avro TestIO includes map function (#3924 <https://github.com/spotify/scio/pull/3924>) @clairemcginty <https://github.com/clairemcginty> - make SMB rename more fault-tolerant, fix #3766 <https://github.com/spotify/scio/issues/3766> (#3949 <https://github.com/spotify/scio/pull/3949>) @nevillelyh <https://github.com/nevillelyh> - Shade updated AvroCoder until Beam 2.33.0 is released (#3957 <https://github.com/spotify/scio/pull/3957>) @clairemcginty <https://github.com/clairemcginty> - Remove printstacktrace in Coders (#3982 <https://github.com/spotify/scio/pull/3982>) @jto <https://github.com/jto> - Add a script and methods for smb cogroup with additional sources (#3904 <https://github.com/spotify/scio/pull/3904>) @bkalra23 <https://github.com/bkalra23> - Replace setup-scala action and tweak .jvmopts (#3925 <https://github.com/spotify/scio/pull/3925>) @regadas <https://github.com/regadas> ðŠĶ Deprecations - Disable mdoc for scio-sql code blocks in the documentation (#3983 <https://github.com/spotify/scio/pull/3983>) @stormy-ua <https://github.com/stormy-ua> - Deprecate pacakage com.spotify.scio.extra.bigquery #3494 <https://github.com/spotify/scio/issues/3494> (#3974 <https://github.com/spotify/scio/pull/3974>) @stormy-ua <https://github.com/stormy-ua> - Deprecate and remove scio-sql #3695 <https://github.com/spotify/scio/issues/3695> (#3973 <https://github.com/spotify/scio/pull/3973>) @stormy-ua <https://github.com/stormy-ua> ð Documentation - Update the REPL documentation to use vals in place of defs. (#3891 <https://github.com/spotify/scio/pull/3891>) @jmcconnell <https://github.com/jmcconnell> - Adds a Parquet example (#3903 <https://github.com/spotify/scio/pull/3903>) @live-wire <https://github.com/live-wire> - 0.11.0 release docs update (#3985 <https://github.com/spotify/scio/pull/3985>) @stormy-ua <https://github.com/stormy-ua> - Add SMB String decoding doc to Site (#3980 <https://github.com/spotify/scio/pull/3980>) @clairemcginty <https://github.com/clairemcginty> - Release v0.10.4 docs updates (#3886 <https://github.com/spotify/scio/pull/3886>) @live-wire <https://github.com/live-wire> + Many dependency upgrades. You can read the full list at https://github.com/spotify/scio/releases/tag/v0.11.0. Thanks, Claire