Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containerd/typeurl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.2
Choose a base ref
...
head repository: containerd/typeurl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 6, 2024

  1. Fix unmarshalling of registered types

    This is a faithful backport of #53
    
    ---
    
    In 7d3d258 I inadvterantly removed
    support for json unmarshalling for the case when a type implements a
    protobuf message but is a type that is registered.
    
    For types that are registered through the `Register` function typeurl
    is supposed to ignore the interfaces that the type implements and just
    use json.
    
    This change restores that behavior.
    
    Signed-off-by: Brian Goff <[email protected]>
    cpuguy83 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a044d53 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    5b047ad View commit details
    Browse the repository at this point in the history
Loading