Skip to content

v0.14.10

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 17:46
· 10 commits to refs/heads/main since this release
4e55ac7

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