Tags: vkuptcov/baseplate.go
Tags
Release v0.2.0 Major breaking changes: - thriftbp.ClientPool now implements thrift.TClient, and no longer provides GetClient and ReleaseClient APIs. - Mocks and test helpers from thriftbp package are moved into new thriftbp/thrifttest package. - When doing logging with a context object, you should use log.C(ctx) instead of top level log package functions. Other breaking changes: - metricsbp.Statsd.Statsd is no longer exported. - thrifttest.CopyTStruct (previously thriftbp.CopyTStruct) now has its args order flipped.