v3.16.10
·
4931 commits
to master
since this release
- Refactored
cluster.Clusterandbalancer.Balancerinterfaces (removedUpdatemethod) - Replaced
cluster.Updatewithcluster.Removeandcluster.Insertcalls - Removed
trace.Driver.OnClusterUpdateevent - Fixed bug with unexpected changing of local datacenter flag in endpoint
- Refactored errors wrapping (stackedError are not ydb error now, checking
errors.IsYdb(err)witherrors.Asnow) - Wrapped retry operation errors with
errors.WithStackTrace(err) - Changed
trace.RetryLoopStartInfo.Contexttype fromcontext.Contextto*context.Context