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

[core][client] Remove protocol version, instead just compare Ray and Python versions. #42760

Merged
merged 7 commits into from
Feb 5, 2024

Commits on Jan 27, 2024

  1. Remove protocol version, instead just compare Ray and Python versions.

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    8b13e5a View commit details
    Browse the repository at this point in the history
  2. move non default param to back

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    2b469f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. only match on minor for Client

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bb9ba73 View commit details
    Browse the repository at this point in the history
  2. only match on minor for Client

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    72ea2f3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'ryw/remove-protocol-version' into remov…

    …e-protocol-version
    
    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1ead6a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. don't use internal kv, instead use conn_info

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    f9e7f80 View commit details
    Browse the repository at this point in the history
  2. remove unused

    Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
    rynewang committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3dcce58 View commit details
    Browse the repository at this point in the history