Skip to content

Releases: containerd/ttrpc

v1.2.4

13 May 23:06
196dbef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

05 Feb 19:46
90d421e
Compare
Choose a tag to compare

What's Changed

  • .github: give more slack for build+tests. by @klihub in #151
  • server_test: wait for OnClose in TestClientEOF. by @klihub in #150
  • Bump genproto dependency by @liggitt in #154
  • Fix grammar in comment for UserOnCloseWait. by @klihub in #153
  • Implement support for unary interceptor chaining. by @klihub in #152
  • Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #155
  • Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #156
  • Fix streaming with empty payloads by @mxpv in #157

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.1.2

17 May 23:16
20c493e
Compare
Choose a tag to compare

What's Changed

  • [release/1.1] Unwrap io errors in server connection receive error handling by @dmcgowan in #143

Full Changelog: v1.1.1...v1.1.2

v1.2.2

09 May 06:08
ac26f8c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.1.1

24 Mar 15:27
e1f0dab
Compare
Choose a tag to compare

What's Changed

  • [release/1.1] server: Fix connection leak when receiving ECONNRESET by @dmcgowan in #136

Full Changelog: v1.1.0...v1.1.1

v1.2.1

08 Mar 17:58
36fd7c3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

07 Mar 06:39
32fab23
Compare
Choose a tag to compare

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