File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ # v1.2.2
5+
6+ * Add a unique channel ID for introspection (#548 )
7+ * Don't drop existing headers on a context when using Wrap(ctx) (#547 )
8+ * Setting response headers is not goroutine safe, allow using a child context
9+ for parallel sub-requests (#549 ).
10+ * Fix context cancellation not cancelling Dial attempts (#541 )
11+ * Expose local peer information on {Inbound,Outbound}Call (#537 )
12+ * Only select active connections for calls (#521 )
13+ * Add remote peer info to connection logger and introspection (#514 )
14+ * Treat hostPorts ending in ":0" in the init headers as ephemeral (#513 )
15+
416# v1.2.1
517
618* Fix data race on headers when making concurrent calls using the same context. (#505 )
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ package tchannel
2323// VersionInfo identifies the version of the TChannel library.
2424// Due to lack of proper package management, this version string will
2525// be maintained manually.
26- const VersionInfo = "1.2.1 "
26+ const VersionInfo = "1.2.2 "
You can’t perform that action at this time.
0 commit comments