Zipkin4net 1.3.0
New functionality:
Support B3 single header format. #218
Now Zipkin4net understands and propagates B3 single format. It also
understands the multiheader B3 format.
Add route filtering for Owin and AspNetCore middlewares #229
There is a new parameter to allow applications to setup filtering based
on the url. This allows for instance to not trace your /health,
/app_status, /prometheus, etc.
Bug fixes:
Annotation's ToString provide more debugging data #220
Requests require host of throw exception #221
Check null in ClientTrace.Error #227