- Make connection string as required param to ydb.New call (instead optional params ydb.WithConnectionString, ydb.WithEndpoint, ydb.WithDatabase, ydb.WithInsecure)
- Change signature of
closer.Closer.Close(ctx) error
tocloser.Closer.Close()
- Remove
retry.FastBackoff
andretry.SlowBackoff
public variables