Skip to content

Commit

Permalink
Add yarpc signature change to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandella committed Mar 3, 2017
1 parent 70451bf commit e9200fc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@
* Remove now-unused `config.IsDevelopmentEnv()` helper to encourage better
testing practices. Not a breaking change as nobody is using this func
themselves according to our code search tool.
* Log `traceID` and `spanID` in hex format to match Jaeger UI. Upgrade Jaeger to min version 2.1.0
* Log `traceID` and `spanID` in hex format to match Jaeger UI. Upgrade Jaeger to
min version 2.1.0
and use jaeger's adapters for jaeger and tally initialization.
* [Breaking] Rename `modules/rpc` to `modules/yarpc`
* [Breaking] Make new module naming consistent `yarpc.ThriftModule` to `yarpc.New`, `task.NewModule`
* [Breaking] Make new module naming consistent `yarpc.ThriftModule` to
`yarpc.New`, `task.NewModule`
to `task.New`
* [Breaking] Rename `yarpc.CreateThriftServiceFunc` to `yarpc.ServiceCreateFunc`
as it is not thrift-specific.

## v1.0.0-beta1 (20 Feb 2017)

Expand Down

0 comments on commit e9200fc

Please sign in to comment.