v0.9.6
thriftbp
: The performance ofReportPayloadSizeMetrics
has been hugely improved.thriftbp
:ClientPoolConfig.InitialConnectionsFallback
has been deprecated, it's alwaystrue
now. To get the old,false
behavior, useClientPoolConfig.RequiredInitialConnections
.filewatcher
: Change to pull+push mode to fix a bug that it won't work for some ConfigMap configurations.log
: AddCounterWrapper
.- all: Eliminate all explicit
log.ErrorWithSentry(-Wrapper)
calls. Those calls now uselog.DefaultWrapper
plus a prometheus counter. thriftbp
: Workaround an envoy bug.