master
Moved the trace-generated code in `trace` package from the public API to the internal packages (#2172)
Implement topic's client CommitOffset call (#2076)
Restore connection TTL (#2251)
Topic direct write (#2180)
Fix topic multiwriter init race with partition split handling (#2203)
fix(topic): apply custom raw decoders (#2266)
Fixed concurency => concurRency (#2212)
topic/writer: export ErrWriterClosed sentinel error (#2169)
Merge add topic api (#292)
perf(query): return io.EOF directly without xerrors.WithStackTrace in result iteration (#2123)
Fixed handle unretryable reconnection error in writer reconnection loop.