tag:github.com,2008:https://github.com/containerd/typeurl/releases Release notes from typeurl 2024-11-07T03:45:23Z tag:github.com,2008:Repository/103184304/v2.2.3 2024-11-07T05:33:56Z v2.2.3 <h2>What's Changed</h2> <ul> <li>[release/2.2] Fix unmarshalling of registered types by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/cpuguy83/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/cpuguy83">@cpuguy83</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2639307760" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/54" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/54/hovercard" href="https://github.com/containerd/typeurl/pull/54">#54</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/containerd/typeurl/compare/v2.2.2...v2.2.3"><tt>v2.2.2...v2.2.3</tt></a></p> dmcgowan tag:github.com,2008:Repository/103184304/v2.2.2 2024-11-05T06:27:07Z v2.2.2 <h2>What's Changed</h2> <ul> <li>Fix panic when type is not found by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/dmcgowan/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dmcgowan">@dmcgowan</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2634505471" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/52" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/52/hovercard" href="https://github.com/containerd/typeurl/pull/52">#52</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/containerd/typeurl/compare/v2.2.1...v2.2.2"><tt>v2.2.1...v2.2.2</tt></a></p> dmcgowan tag:github.com,2008:Repository/103184304/v2.2.1 2024-10-31T23:31:55Z v2.2.1 <p>This release adds a new option to make compiling with gogo protos optional with the <code>no_gogo</code> build tag. Gogo protos are deprecated and will be removed in a future release.</p> <h2>What's Changed</h2> <ul> <li>Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 by <a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2184925208" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/44" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/44/hovercard" href="https://github.com/containerd/typeurl/pull/44">#44</a></li> <li>ci: fix workflows and test on go 1.23.x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/akhilerm/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/akhilerm">@akhilerm</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2542166268" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/49" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/49/hovercard" href="https://github.com/containerd/typeurl/pull/49">#49</a></li> <li>Make gogo optional at compile time by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/cpuguy83/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/cpuguy83">@cpuguy83</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2583251498" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/50" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/50/hovercard" href="https://github.com/containerd/typeurl/pull/50">#50</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="organization" data-hovercard-url="/orgs/dependabot/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/dependabot">@dependabot</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2184925208" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/44" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/44/hovercard" href="https://github.com/containerd/typeurl/pull/44">#44</a></li> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/cpuguy83/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/cpuguy83">@cpuguy83</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2583251498" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/50" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/50/hovercard" href="https://github.com/containerd/typeurl/pull/50">#50</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/containerd/typeurl/compare/v2.2.0...v2.2.1"><tt>v2.2.0...v2.2.1</tt></a></p> dmcgowan tag:github.com,2008:Repository/103184304/v2.2.0 2024-07-10T16:39:44Z v2.2.0 <h2>What's Changed</h2> <ul> <li>Update docs links to main by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/fangn2/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/fangn2">@fangn2</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1702203492" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/42" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/42/hovercard" href="https://github.com/containerd/typeurl/pull/42">#42</a></li> <li>Don't crash if Is() is passed a nil value by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tzneal/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tzneal">@tzneal</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1715605534" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/43" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/43/hovercard" href="https://github.com/containerd/typeurl/pull/43">#43</a></li> <li>Update go version 1.21.x by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/akhilerm/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/akhilerm">@akhilerm</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2367952690" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/46" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/46/hovercard" href="https://github.com/containerd/typeurl/pull/46">#46</a></li> <li>Refactor marshalling funcs for anypb.Any by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/akhilerm/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/akhilerm">@akhilerm</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2367946175" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/45" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/45/hovercard" href="https://github.com/containerd/typeurl/pull/45">#45</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/fangn2/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/fangn2">@fangn2</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1702203492" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/42" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/42/hovercard" href="https://github.com/containerd/typeurl/pull/42">#42</a></li> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/tzneal/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/tzneal">@tzneal</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1715605534" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/43" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/43/hovercard" href="https://github.com/containerd/typeurl/pull/43">#43</a></li> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/akhilerm/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/akhilerm">@akhilerm</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2367952690" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/46" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/46/hovercard" href="https://github.com/containerd/typeurl/pull/46">#46</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/containerd/typeurl/compare/v2.1.1...v2.2.0"><tt>v2.1.1...v2.2.0</tt></a></p> dmcgowan tag:github.com,2008:Repository/103184304/v2.1.1 2023-05-09T05:13:01Z v2.1.1 <h2>What's Changed</h2> <ul> <li>unmarshal does not return nil object when value is nil by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Iceber/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Iceber">@Iceber</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1668027908" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/41" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/41/hovercard" href="https://github.com/containerd/typeurl/pull/41">#41</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/Iceber/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/Iceber">@Iceber</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1668027908" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/41" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/41/hovercard" href="https://github.com/containerd/typeurl/pull/41">#41</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/containerd/typeurl/compare/v2.1.0...v2.1.1"><tt>v2.1.0...v2.1.1</tt></a></p> fuweid tag:github.com,2008:Repository/103184304/v2.1.0 2023-02-11T14:26:34Z v2.1.0 <h2>What's Changed</h2> <ul> <li>go.mod: module github.com/containerd/typeurl/v2 by <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/AkihiroSuda/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/AkihiroSuda">@AkihiroSuda</a> in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1561513504" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/40" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/40/hovercard" href="https://github.com/containerd/typeurl/pull/40">#40</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/AkihiroSuda/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/AkihiroSuda">@AkihiroSuda</a> made their first contribution in <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="1561513504" data-permission-text="Title is private" data-url="https://github.com/containerd/typeurl/issues/40" data-hovercard-type="pull_request" data-hovercard-url="/containerd/typeurl/pull/40/hovercard" href="https://github.com/containerd/typeurl/pull/40">#40</a></li> </ul> <p><strong>Full Changelog</strong>: <a class="commit-link" href="https://github.com/containerd/typeurl/compare/v2.0.0...v2.1.0"><tt>v2.0.0...v2.1.0</tt></a></p> AkihiroSuda tag:github.com,2008:Repository/103184304/v2.0.0 2022-11-08T17:56:47Z v2.0.0: Merge pull request #38 from austinvazquez/pin-dependencies <p>Add containerd project checks to CI</p> dmcgowan tag:github.com,2008:Repository/103184304/v1.0.2 2021-04-13T16:20:37Z v1.0.2 <p>v1.0.2</p> dmcgowan tag:github.com,2008:Repository/103184304/v1.0.1 2020-05-08T18:29:08Z v1.0.1 <p>v1.0.1</p> crosbymichael tag:github.com,2008:Repository/103184304/v1.0.0 2018-06-27T22:22:32Z v1.0.0: Merge pull request #5 from estesp/add-license-headers <p>Add Apache license headers with ltag</p> dmcgowan