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
Now that TransportVersion.current() is lazily evaluated, version
extensions can return fully formed TransportVersion objects. This commit
adjusts the signature of the extension to return TransportVersion
instead of its id. It also adds some validation that the version
returned doesn't try to downgrade to a version lower than what is known
in server constants.
0 commit comments