Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scioVersion to v0.14.10 (solution) - autoclosed #14

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Type Update Change
com.spotify:scio-core minor 0.10.4 -> 0.14.10
com.spotify:scio-extra minor 0.10.4 -> 0.14.10
com.spotify:scio-google-cloud-platform minor 0.10.4 -> 0.14.10
com.spotify:scio-repl minor 0.10.4 -> 0.14.10
com.spotify:scio-test Test minor 0.10.4 -> 0.14.10

Release Notes

spotify/scio (com.spotify:scio-core)

v0.14.10

Compare Source

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: spotify/scio@v0.14.9...v0.14.10

v0.14.9

Compare Source

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

Compare Source

What's changed

Includes Beam 2.59.0 support.

🐛 Bug Fixes
📗 Documentation
🧪 Test Improvements
🏗️ Build Improvements
🌱 Dependency Updates
Contributors to this release

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

v0.14.7

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

🐛 Bug Fixes
🌱 Dependency Updates
🏗️ Build Improvements
Contributors to this release

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

v0.14.2

Compare Source

Contains a bugfix for duplicated SMB Transforms.

🐛 Bug Fixes
🚀 Enhancements
📗Documentation
🏗️ Build Improvements
Contributors to this release

@​RustedBones

v0.14.1

Compare Source

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-dev1

Compare Source

v0.14.0-dev0

Compare Source

v0.14.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/solution-scioversion branch 2 times, most recently from 6649397 to f2a0347 Compare January 16, 2025 19:22
@renovate renovate bot force-pushed the renovate/solution-scioversion branch from f2a0347 to 79797e1 Compare January 16, 2025 19:38
@renovate renovate bot changed the title Update scioVersion to v0.14.10 (solution) Update scioVersion to v0.14.10 (solution) - autoclosed Jan 16, 2025
@renovate renovate bot closed this Jan 16, 2025
@renovate renovate bot deleted the renovate/solution-scioversion branch January 16, 2025 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants