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

fix: io descriptor backward compatibility #3327

Merged
merged 3 commits into from Dec 8, 2022

Commits on Dec 8, 2022

  1. fix: custom io descriptors backcompat

    Previously, when `to_spec` was not implemented, the entire Bento server
    would just raise. Now, it simply returns null when getting unknown IO
    descriptor specs, and the client is made to error in that case.
    sauyon committed Dec 8, 2022
    Copy the full SHA
    2ad4e40 View commit details
    Browse the repository at this point in the history
  2. fix: more backwards fixes

    sauyon committed Dec 8, 2022
    Copy the full SHA
    f6576d0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c5e3049 View commit details
    Browse the repository at this point in the history