Skip to content

Commit 2caa315

Browse files
committed
Update version and changelog for 1.2.2 (#552)
1 parent 7b39616 commit 2caa315

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
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)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)