Skip to content

Commit da0f282

Browse files
authored
Apply suggestions from code review
1 parent ae32ddb commit da0f282

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Use common balancer for child drivers
1+
* Added option `ydb.WithSharedBalancer(*Driver)` for child drivers
22

33
## v3.89.0
44
* Fixed send optional arguments to the server with `ydb.ParamsBuilder`

with.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ func (d *Driver) with(ctx context.Context, opts ...Option) (*Driver, uint64, err
2626
delete(d.children, id)
2727
}),
2828
withConnPool(d.pool),
29-
WithSharedBalancer(d),
3029
),
3130
opts...,
3231
)...,

0 commit comments

Comments
 (0)