Skip to content

v1.2.0

Compare
Choose a tag to compare
@fuweid fuweid released this 07 Mar 06:39
· 55 commits to main since this release
32fab23

What's Changed

  • Update CI project checks to use containerd project action by @dmcgowan in #101
  • Wrap correct error on unix.GetsockoptUcred failure by @tklauser in #100
  • Use google.golang.org/protobuf instead of github.com/gogo/protobuf by @kzys in #99
  • Log the error's underyling errno if there is by @kzys in #104
  • Use CR+LF instead of LF regardless of OS by @kzys in #103
  • Enable Codecov again by @kzys in #105
  • Add ttrpc protocol definition by @dmcgowan in #102
  • Add Makefile and update protobuf by @dmcgowan in #106
  • Update checkout and lint actions by @dmcgowan in #109
  • Introduce streaming by @dmcgowan in #107
  • PROTOCOL: slight markdown touchup by @vbatts in #111
  • *.go: organize errors to one spot by @vbatts in #113
  • Only generate a Go file if the file has some services by @kzys in #112
  • *: remove codecov by @vbatts in #114
  • doc: ttrpc supports stream by @pacoxu in #121
  • Add service prefix option to generator by @dmcgowan in #116
  • build: Fix references to check-protos target in Makefile by @ethan-lowman-dd in #118
  • Regenerated pb.go files to fix mismatches by @kzys in #122
  • stream: fix the map of streams leak by @wllenyj in #120
  • README: protobuild is in containerd org now by @vbatts in #125
  • server: Fix connection issues when receiving ECONNRESET by @darfux in #123
  • Make checkServerShutdown verbose by @kzys in #128

New Contributors

Full Changelog: v1.1.0...v1.2.0