Skip to content

Releases: spotify/scio

v0.14.10

13 Jan 17:46
4e55ac7
Compare
Choose a tag to compare

Includes Beam 2.61.0 support.

This release also comes with a better support of BQ types. New TableRow extension methods were added for those types.
To note the behavior change of (r: TableRow).getRecord("field-name") that now throws instead of returning null when field-name is not present in the row. Change for getRecordOpt(f: AnyRef): Option[TableRow] instead.

🚀 Enhancements

🐛 Bug Fixes

📗 Documentation

🏗️ Build Improvements

🧪 Test Improvements

🌱 Dependency Updates

Contributors to this release

@RustedBones, @turb, @kmjung, @lofifnc, @clairemcginty and @scala-steward

New Contributors

Full Changelog: v0.14.9...v0.14.10

v0.14.9

06 Nov 08:06
c45685a
Compare
Choose a tag to compare

What's changed

Includes Beam 2.60.0 support.

🚀 Enhancements

🐛 Bug Fixes

📗 Documentation

🏗️ Build Improvements

🔧 Refactorings

🌱 Dependency Updates

Contributors to this release

@RustedBones, @psobot and @scala-steward

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