Skip to content

Commit

Permalink
Update version and changelog for 1.2.2 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv committed Dec 21, 2016
1 parent 7b39616 commit 2caa315
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,18 @@
Changelog
=========

# v1.2.2

* Add a unique channel ID for introspection (#548)
* Don't drop existing headers on a context when using Wrap(ctx) (#547)
* Setting response headers is not goroutine safe, allow using a child context
for parallel sub-requests (#549).
* Fix context cancellation not cancelling Dial attempts (#541)
* Expose local peer information on {Inbound,Outbound}Call (#537)
* Only select active connections for calls (#521)
* Add remote peer info to connection logger and introspection (#514)
* Treat hostPorts ending in ":0" in the init headers as ephemeral (#513)

# v1.2.1

* Fix data race on headers when making concurrent calls using the same context. (#505)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -23,4 +23,4 @@ package tchannel
// VersionInfo identifies the version of the TChannel library.
// Due to lack of proper package management, this version string will
// be maintained manually.
const VersionInfo = "1.2.1"
const VersionInfo = "1.2.2"

0 comments on commit 2caa315

Please sign in to comment.