Hi,
Scio 0.11.2 with a dependency on Beam 2.34.0 was just released. Here's a short summary of most notable changes: 🚀 Enhancements - Deduplicate async lookup requests (#4100 <https://github.com/spotify/scio/pull/4100>) @kellen <https://github.com/kellen> - update GcsConnectorUtil to remove deprecated auth & search for ADC ( #4099 <https://github.com/spotify/scio/pull/4099>) @clairemcginty <https://github.com/clairemcginty> - Set value coder for HadoopIO in ParquetTypeIO (#4108 <https://github.com/spotify/scio/pull/4108>) @lofifnc <https://github.com/lofifnc> - add unit test for Avro Source+PTransform serialization (#4052 <https://github.com/spotify/scio/pull/4052>) @clairemcginty <https://github.com/clairemcginty> - Add support for using the Elasticsearch credentials in IndexAdmin ( #4067 <https://github.com/spotify/scio/pull/4067>) @jordiolivares <https://github.com/jordiolivares> - Whitelist ~/.m2 ~/.ivy2 and ~/.cache/coursier, fixes #4016 <https://github.com/spotify/scio/issues/4016> (#4090 <https://github.com/spotify/scio/pull/4090>) @kellen <https://github.com/kellen> 🐛 Bug Fixes - Fix SMBTransform callsite name for Dataflow graph (#4127 <https://github.com/spotify/scio/pull/4127>) @clairemcginty <https://github.com/clairemcginty> - (fix #4082 <https://github.com/spotify/scio/issues/4082>) numBuckets should be a required SMB param (#4093 <https://github.com/spotify/scio/pull/4093>) @clairemcginty <https://github.com/clairemcginty> 📗 Documentation - Clarify ParquetExample inputs and outputs (#4128 <https://github.com/spotify/scio/pull/4128>) @clairemcginty <https://github.com/clairemcginty> - Parquet schema evolution doc: no need to append new fields to the end of a record. (#4096 <https://github.com/spotify/scio/pull/4096>) @stormy-ua <https://github.com/stormy-ua> - Add link to hub install documentation (#4060 <https://github.com/spotify/scio/pull/4060>) @kellen <https://github.com/kellen> - Remove scio_sql since it get dropped in latest release (#4086 <https://github.com/spotify/scio/pull/4086>) @izhangzhihao <https://github.com/izhangzhihao> https://github.com/spotify/scio/releases/tag/v0.11.2 Cheers, Kirill
