Skip to content

chore(deps): bump org.apache.beam:beam-sdks-java-io-kafka from 2.46.0 to 2.48.0#44

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.apache.beam-beam-sdks-java-io-kafka-2.48.0
Closed

chore(deps): bump org.apache.beam:beam-sdks-java-io-kafka from 2.46.0 to 2.48.0#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/org.apache.beam-beam-sdks-java-io-kafka-2.48.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2023

Copy link
Copy Markdown
Contributor

Bumps org.apache.beam:beam-sdks-java-io-kafka from 2.46.0 to 2.48.0.

Release notes

Sourced from org.apache.beam:beam-sdks-java-io-kafka's releases.

Beam 2.48.0 release

We are happy to present the new 2.48.0 release of Beam. This release includes both improvements and new functionality. See the download page for this release.

For more information on changes in 2.48.0, check out the detailed release notes.

Note: The release tag for Go SDK for this release is sdks/v2.48.2 instead of sdks/v2.48.0 because of incorrect commit attached to the release tag sdks/v2.48.0.

Highlights

  • "Experimental" annotation cleanup: the annotation and concept have been removed from Beam to avoid the misperception of code as "not ready". Any proposed breaking changes will be subject to case-by-case pro/con decision making (and generally avoided) rather than using the "Experimental" to allow them.

I/Os

  • Added rename for GCS and copy for local filesystem (Go) (#25779).
  • Added support for enhanced fan-out in KinesisIO.Read (Java) (#19967).
    • This change is not compatible with Flink savepoints created by Beam 2.46.0 applications which had KinesisIO sources.
  • Added textio.ReadWithFilename transform (Go) (#25812).
  • Added fileio.MatchContinuously transform (Go) (#26186).

New Features / Improvements

  • Allow passing service name for google-cloud-profiler (Python) (#26280).
  • Dead letter queue support added to RunInference in Python (#24209).
  • Support added for defining pre/postprocessing operations on the RunInference transform (#26308)
  • Adds a Docker Compose based transform service that can be used to discover and use portable Beam transforms (#26023).

Breaking Changes

  • Passing a tag into MultiProcessShared is now required in the Python SDK (#26168).
  • CloudDebuggerOptions is removed (deprecated in Beam v2.47.0) for Dataflow runner as the Google Cloud Debugger service is shutting down. (Java) (#25959).
  • AWS 2 client providers (deprecated in Beam v2.38.0) are finally removed (#26681).
  • AWS 2 SnsIO.writeAsync (deprecated in Beam v2.37.0 due to risk of data loss) was finally removed (#26710).
  • AWS 2 coders (deprecated in Beam v2.43.0 when adding Schema support for AWS Sdk Pojos) are finally removed (#23315).

Bugfixes

  • Fixed Java bootloader failing with Too Long Args due to long classpaths, with a pathing jar. (Java) (#25582).

List of Contributors

According to git shortlog, the following people contributed to the 2.48.0 release. Thank you to all contributors!

Abzal Tuganbay

... (truncated)

Changelog

Sourced from org.apache.beam:beam-sdks-java-io-kafka's changelog.

[2.48.0] - 2023-05-31

Highlights

  • "Experimental" annotation cleanup: the annotation and concept have been removed from Beam to avoid the misperception of code as "not ready". Any proposed breaking changes will be subject to case-by-case pro/con decision making (and generally avoided) rather than using the "Experimental" to allow them.

I/Os

  • Added rename for GCS and copy for local filesystem (Go) (#25779).
  • Added support for enhanced fan-out in KinesisIO.Read (Java) (#19967).
    • This change is not compatible with Flink savepoints created by Beam 2.46.0 applications which had KinesisIO sources.
  • Added textio.ReadWithFilename transform (Go) (#25812).
  • Added fileio.MatchContinuously transform (Go) (#26186).

New Features / Improvements

  • Allow passing service name for google-cloud-profiler (Python) (#26280).
  • Dead letter queue support added to RunInference in Python (#24209).
  • Support added for defining pre/postprocessing operations on the RunInference transform (#26308)
  • Adds a Docker Compose based transform service that can be used to discover and use portable Beam transforms (#26023).

Breaking Changes

  • Passing a tag into MultiProcessShared is now required in the Python SDK (#26168).
  • CloudDebuggerOptions is removed (deprecated in Beam v2.47.0) for Dataflow runner as the Google Cloud Debugger service is shutting down. (Java) (#25959).
  • AWS 2 client providers (deprecated in Beam v2.38.0) are finally removed (#26681).
  • AWS 2 SnsIO.writeAsync (deprecated in Beam v2.37.0 due to risk of data loss) was finally removed (#26710).
  • AWS 2 coders (deprecated in Beam v2.43.0 when adding Schema support for AWS Sdk Pojos) are finally removed (#23315).

Deprecations

  • X behavior is deprecated and will be removed in X versions (#X).

Bugfixes

  • Fixed X (Java/Python) (#X).
  • Fixed Java bootloader failing with Too Long Args due to long classpaths, with a pathing jar. (Java) (#25582).

Known Issues

[2.47.0] - 2023-05-10

Highlights

  • Apache Beam adds Python 3.11 support (#23848).

... (truncated)

Commits
  • 425186f Merge pull request #26794: #26789 Fix auto schema update when schema order ha...
  • 9d8b605 Restore the behavior that failing to create a venv fails the pipeline. (#26799)
  • 14ba618 Only use updated schema if auto update is enabled (#26791)
  • 3ca355c Match catch clause in the codepath that reports the error to the worker to a ...
  • 3ec6e58 Don't fail if creating venv didn't succeed. Also provide a way to disable cre...
  • 68aa814 Set Dataflow container to release version.
  • 6f77d32 Update cut_release_branch.yml with write permissions (#26760)
  • e1396db Fix run_inference_windowing.ipynb json (#26750)
  • 9e728ab [Python] Updated protobuf version to 4.23 (#26744)
  • 376e292 Spanner - add default retryable codes (#26727)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 12, 2023
Bumps [org.apache.beam:beam-sdks-java-io-kafka](https://github.com/apache/beam) from 2.46.0 to 2.48.0.
- [Release notes](https://github.com/apache/beam/releases)
- [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md)
- [Commits](apache/beam@v2.46.0...v2.48.0)

---
updated-dependencies:
- dependency-name: org.apache.beam:beam-sdks-java-io-kafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/org.apache.beam-beam-sdks-java-io-kafka-2.48.0 branch from 91db972 to 20b3442 Compare June 21, 2023 05:23
@dependabot @github

dependabot Bot commented on behalf of github Jul 17, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #52.

@dependabot dependabot Bot closed this Jul 17, 2023
@dependabot dependabot Bot deleted the dependabot/gradle/org.apache.beam-beam-sdks-java-io-kafka-2.48.0 branch July 17, 2023 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants