Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: spotify/scio

v0.15.1

16 Dec 22:47
c234ba6

Choose a tag to compare

Bugfix release

  • Un-deprecate macro annotations to avoid magnolify serialization issues, deprecate typed avro and BQ methods by @kellen in #5846
  • Check if org.apache.avro.SERIALIZABLE_CLASSES in scio-smb Parquet writes by @clairemcginty in #5847
  • Null check on org.apache.avro.SERIALIZABLE_CLASSES prop by @clairemcginty in #5829

๐Ÿš€ Enhancements

๐Ÿ“— Documentation

  • Add migration guide, deprecations for 0.15 by @kellen in #5845

๐ŸŒฑ Dependency Updates

Full Changelog: v0.15.0...v0.15.1

v0.15.0

10 Dec 00:12
88294b9

Choose a tag to compare

Scio 0.15 adds support for Iceberg, beam's managed transforms, and Avro 1.11's java-class annotations.

๐Ÿš€ Enhancements

๐Ÿ—๏ธ Build Improvements

๐Ÿ› Bug Fixes

๐ŸŒฑ Dependency Updates

Full Changelog: v0.14.20...v0.15.0

v0.14.20

23 Oct 20:43
4daeffd

Choose a tag to compare

This release includes Beam 2.68.0 support. It also upgrades the major version of protobuf-java to 4.x.

๐Ÿ› Bug Fixes

  • Fix serialization error when sortMergeCoGroup has secondary keys by @charles-tan in #5768

๐Ÿ—๏ธ Build Improvements

๐ŸŒฑ Dependency Updates

Full Changelog: v0.14.19...v0.14.20

v0.14.19

27 Aug 17:25
19528e8

Choose a tag to compare

v0.14.19

This release includes Beam 2.67.0 support.

๐Ÿ› Bug Fixes

๐Ÿš€ Enhancements

๐Ÿ—๏ธ Build Improvements

๐ŸŒฑ Dependency Updates

Full Changelog: v0.14.18...v0.14.19

v0.14.18

14 Jul 20:18
b648b4a

Choose a tag to compare

v0.14.18

This release includes Beam 2.66.0 support.

๐Ÿ› Bug Fixes

๐Ÿš€ Enhancements

๐Ÿ“— Documentation

๐Ÿ—๏ธ Build Improvements

๐ŸŒฑ Dependency Updates

New Contributors

Full Changelog: v0.14.17...v0.14.18

v0.14.17

07 May 14:32
3cf3f89

Choose a tag to compare

๐Ÿ› Bug Fixes

๐ŸŒฑ Dependency Updates

Full Changelog: v0.14.16...v0.14.17

v0.14.16

17 Apr 16:51
77b5722

Choose a tag to compare

๐Ÿ› Bug Fixes

๐Ÿš€ Enhancements

๐ŸŒฑ Dependency Updates

New Contributors

Full Changelog: v0.14.15...v0.14.16

v0.14.15

02 Apr 15:08
324867e

Choose a tag to compare

This release includes Beam 2.64.0 support.

Note: This release reverts the change introduced in the 0.14.11 release that made Avro the default typed-BigQuery representation, due to regressions. Typed BQ reads and writes will once again default to using TableRow in the underlying translation layer, rather than GenericRecord, but can be configured to use Avro on an opt-in basis; for more information, see the typed BigQuery docs.

๐Ÿ› Bug Fixes

๐Ÿš€ Enhancements

๐Ÿ“— Documentation

๐Ÿ—๏ธ Build Improvements

๐ŸŒฑ Dependency Updates

New Contributors

Full Changelog: v0.14.14...v0.14.15

v0.14.14

05 Mar 14:53
640d575

Choose a tag to compare

๐Ÿ› Bug Fixes

  • Fall back to TableRow representation for typed BQ writes containing a LocalDateTime field by @clairemcginty in #5623

๐Ÿ“— Documentation

๐Ÿ—๏ธ Build Improvements

  • Update TypedBigQueryIT to enumerate all failure/success combinations by @clairemcginty in #5640

๐ŸŒฑ Dependency Updates

Full Changelog: v0.14.13...v0.14.14

v0.14.13

26 Feb 20:41
93a20de

Choose a tag to compare

Includes Beam 2.63.0 support and bugfixes for BigQuery Storage API typed writes.

๐Ÿ“— Documentation

๐Ÿ› Bug Fixes

๐ŸŒฑ Dependency Updates

๐Ÿ—๏ธ Build Improvements

Full Changelog: v0.14.12...v0.14.13