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

Add a pipeline update compatibility version option. #29140

Merged
merged 7 commits into from
Dec 7, 2023

Commits on Oct 25, 2023

  1. Add a pipeline update compatibility version option.

    This can be used to migrate to best practices and good default with new versions of Beam
    while still allowing users of older SDKs to update their SDK version without breaking
    update compatibility.
    
    Also add the mechanisms to propagate this option for cross-language transforms.
    robertwb committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    dd5b595 View commit details
    Browse the repository at this point in the history
  2. missing import

    robertwb committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    cf0a11c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. minor fixes

    robertwb committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e684f2f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. move options, comment, fix

    robertwb committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c3069b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    b06d1fc View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    9c0818c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. fix change detector test

    robertwb committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    a9d987a View commit details
    Browse the repository at this point in the history