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

Default protoencoding resolver to an empty resolver #3345

Merged
merged 2 commits into from
Sep 26, 2024
Merged

Commits on Sep 26, 2024

  1. Default protoencoding resolver to an empty resolver

    This changes the behaviour of protoencoding to always set a resolver on
    init. Marshaller and Unmarshallers will default to the
    protoregistry.GlobalTypes if a nil resvoler is passed in. To keep the
    same behaviour the caller must pass in the GlobalTypes explicitly.
    emcfarlane committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    584a932 View commit details
    Browse the repository at this point in the history
  2. Update docs

    emcfarlane committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    be1ad41 View commit details
    Browse the repository at this point in the history