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

rpc require erpc support as of OTP 25 #5307

Merged

Commits on Oct 21, 2021

  1. Drop support for 'rpc' communication with nodes lacking 'erpc'

    The 'rpc' module now requires that nodes that it communicates with
    implements the 'erpc' protocol. That is, 'rpc' will fail to
    communicate with nodes of OTP releases prior to OTP 23.
    rickard-green committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    cd0f320 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6716c60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31c7ed2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5978281 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    934e851 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e53be5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    973f26f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fbcdc94 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8cb2e78 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

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