You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(spanner): use prevailing Options in ConnectionImpl (#8466)
Allow the prevailing `Options` to override the connection options
for the retry/backoff policies and RPC tracing parameters, so that
any per-operation options are heeded.
This is the final step in fixing #7690, so announce that users
should now prefer to use `Options` on all Spanner client calls.
0 commit comments