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.3
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.3.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 5, 2024

  1. Remove gogo protobuf support

    Signed-off-by: Derek McGowan <[email protected]>
    dmcgowan committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    073c67d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from dmcgowan/remove-gogo-proto

    Remove gogo protobuf support
    AkihiroSuda authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a1e63f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fix unmarshalling of registered types

    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
    75963df View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Merge pull request #53 from cpuguy83/main_fix_json

    Fix unmarshalling of registered types
    dmcgowan authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    125f779 View commit details
    Browse the repository at this point in the history
Loading