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

[Ruby] Message.decode/encode: Add max_recursion_depth option #9218

Merged

Commits on Dec 9, 2021

  1. Message.decode/encode: Add max_recursion_depth option

    This allows increasing the recursing depth from the default of 64, by
    setting the "max_recursion_depth" to the desired integer value. This is
    useful to encode or decode complex nested protobuf messages that otherwise
    error out with a RuntimeError or "Error occurred during parsing".
    
    Fixes protocolbuffers#1493
    lfittl committed Dec 9, 2021
    Copy the full SHA
    074d5b5 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    lfittl committed Dec 9, 2021
    Copy the full SHA
    29909eb View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

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