Releases: containerd/typeurl
Releases · containerd/typeurl
v2.2.3
v2.2.2
v2.2.1
This release adds a new option to make compiling with gogo protos optional with the no_gogo
build tag. Gogo protos are deprecated and will be removed in a future release.
What's Changed
- Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 by @dependabot in #44
- ci: fix workflows and test on go 1.23.x by @akhilerm in #49
- Make gogo optional at compile time by @cpuguy83 in #50
New Contributors
- @dependabot made their first contribution in #44
- @cpuguy83 made their first contribution in #50
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Update docs links to main by @fangn2 in #42
- Don't crash if Is() is passed a nil value by @tzneal in #43
- Update go version 1.21.x by @akhilerm in #46
- Refactor marshalling funcs for anypb.Any by @akhilerm in #45
New Contributors
- @fangn2 made their first contribution in #42
- @tzneal made their first contribution in #43
- @akhilerm made their first contribution in #46
Full Changelog: v2.1.1...v2.2.0
v2.1.1
v2.1.0
What's Changed
- go.mod: module github.com/containerd/typeurl/v2 by @AkihiroSuda in #40
New Contributors
- @AkihiroSuda made their first contribution in #40
Full Changelog: v2.0.0...v2.1.0