Skip to content

Releases: spotify/scio

v0.14.8

16 Sep 15:25
88d07bb
Compare
Choose a tag to compare

What's changed

Includes Beam 2.59.0 support.

🐛 Bug Fixes

  • (fix #5472) Set desiredBundleSizeBytes to Long.MaxValue BinaryIO reads to prevent file subrange-splitting (#5473) @clairemcginty
  • use noOp cache instead of null when instantiating typedSparkeySideInput (#5469) @pgoggijr

📗 Documentation

🧪 Test Improvements

🏗️ Build Improvements

🌱 Dependency Updates

Contributors to this release

@RustedBones, @clairemcginty, @kellen, @luciomartinez, @pgoggijr and @scala-steward

v0.14.7

21 Aug 10:17
085b288
Compare
Choose a tag to compare

What's changed

Includes Beam 2.58.1 support.

🚀 Enhancements

🐛 Bug Fixes

📜 Scalafix Migrations

📗 Documentation

🏗️ Build Improvements

🌱 Dependency Updates

Contributors to this release

@RustedBones, @clairemcginty, @pgoggijr and @scala-steward

v0.14.6

24 Jul 17:03
e785613
Compare
Choose a tag to compare

What's changed

Includes Beam 2.57.0 support.

🚀 Enhancements

🐛 Bug Fixes

📗 Documentation

🏗️ Build Improvements

🌱 Dependency Updates

Contributors to this release

@RustedBones, @aslotnick, @scala-steward and @turb

v0.14.5

11 Jun 06:58
c85f296
Compare
Choose a tag to compare

What's changed

Includes Beam 2.56.0 support.

warning: This release transitively pulls newer avro and jackson versions. If you need to depend on previous versions, you'll need to pin them in your build.

🚀 Enhancements

🐛 Bug Fixes

📜 Scalafix Migrations

📗 Documentation

🧪 Test Improvements

🏗️ Build Improvements

🌱 Dependency Updates

Contributors to this release

@RustedBones, @clairemcginty, @kellen and @scala-steward

v0.14.4

18 Apr 15:22
9cdce42
Compare
Choose a tag to compare

Includes Beam 2.55.1 support.

🚀 Enhancements

🐛 Bug Fixes

📜 Scalafix Migrations

📗 Documentation

🧪 Test Improvements

🏗️ Build Improvements

🌱 Dependency Updates

Contributors to this release

@RustedBones, @clairemcginty, @kellen and @scala-steward

v0.14.3

07 Mar 19:05
40c900b
Compare
Choose a tag to compare

🐛 Bug Fixes

🌱 Dependency Updates

🏗️ Build Improvements

Contributors to this release

@RustedBones, @clairemcginty and @scala-steward

v0.14.2

29 Feb 13:45
a658edb
Compare
Choose a tag to compare

Contains a bugfix for duplicated SMB Transforms.

🐛 Bug Fixes

🚀 Enhancements

📗Documentation

🏗️ Build Improvements

Contributors to this release

@RustedBones

v0.14.1

27 Feb 15:23
9a41d8e
Compare
Choose a tag to compare

Includes Beam 2.54.0 support.

🚀 Enhancements

🐛 Bug Fixes

📜 Scalafix Migrations

📗 Documentation

🧪 Test Improvements

🏗️ Build Improvements

🌱 Dependency Updates

Contributors to this release

@Duhemm, @RustedBones, @clairemcginty, @dependabot, @dependabot[bot], @kellen, @scala-steward and @shnapz

v0.14.0

01 Feb 12:26
9c11122
Compare
Choose a tag to compare

What's Changed

Includes Beam 2.53.0 support.

Breaking Changes

  • avro removed from scio-core. scalafix rules helping: FixAvroCoder, FixAvroSchemasPackage, FixDynamicAvro
  • some avro API changes . scalafix rules helping: FixGenericAvro.
  • fallback kryo coder requires explicit import
  • use of official tensorflow metadata
  • BigQuery error-info and result handling API change
  • sio-smb module not pulling implementation dependencies
  • sio-smb in JobTest expecting SmbIO test input/output

See the Migration Guide for more information.

🚀 Enhancements

🐛 Bug Fixes

📜 Scalafix Migrations

📗 Documentation

🧪 Test Improvements

🏗️ Build Improvements

🔧 Refactorings

🌱 Dependency Updates

Read more

v0.13.6

22 Nov 08:29
e8d386d
Compare
Choose a tag to compare

Includes Beam 2.52 support.

🚀 Enhancements

  • Add a ShardRangeString for sqlserver's uniqueidentifier type (#5062) @avandel

🐛 Bug Fixes

🏗️ Build improvements

🌱 Dependency Updates

Contributors to this release

@RustedBones, @avandel, @clairemcginty, @kellen, @scala-steward and @senegalo