Skip to content

Releases: uber/tchannel-go

v1.22.1

10 Nov 06:10
8411054
Compare
Choose a tag to compare

Changed

  • Fixes related to SkipHandlerMethods request handling.

v1.22.0

17 Aug 18:35
0bebba4
Compare
Choose a tag to compare

Added

  • Add SkipHandlerMethods option as an allow-list of metohds that are handled by the override handler.

Changed

  • Allow method registration if handler implements Register.
  • Internal changes related to relaying.

v1.21.2

20 May 02:12
Compare
Choose a tag to compare

Changed

  • Internal changes related to relaying.

v1.21.1

18 Mar 03:15
00980e2
Compare
Choose a tag to compare

Changed

  • Change log level for connection create/close from info level to debug level to reduce noisy logs.

v1.21.0

14 Dec 05:37
5ce7a55
Compare
Choose a tag to compare

Changed

  • Internal changes related to relaying.

v1.20.1

24 Sep 19:49
159722c
Compare
Choose a tag to compare

Fixed

  • Set ConnContext in the channel instead of the connection to avoid serialization
    errors since ConnectionOptions is sometimes embedded in configurations (#806)

1.12.0

23 Sep 23:00
12835af
Compare
Choose a tag to compare

Added

  • Support per-connection base context propagation for inbound/outbound connections (#801)

Changed

  • Internal API changes related to relaying.

v1.19.1

04 Aug 01:33
3edb77b
Compare
Choose a tag to compare

Fixed

  • Move OS-specific logic into OS-specific files to avoid compile issues on
    non-Unix platforms.

v1.19.0

22 May 04:59
3d6cba0
Compare
Choose a tag to compare

Added

  • Internal API changes related to relaying.

v1.18.0

30 Mar 23:30
Compare
Choose a tag to compare

Added

  • Introspection now tracks last activity for reads and writes separately (#770)
  • Add options to allow overriding SendBufferSize per process name prefix (#772)