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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
This is intended to be the last release before GA with breaking changes. At this point the public surface area is frozen and will only break if something is wrong or can't be reasonably fixed in a non-breaking way.
Features Added
Added ConnError type that's returned when a connection is no longer functional.
Added SessionError type that's returned when a session has been closed.
Added SASLType used when configuring the SASL authentication mechanism.
Added Ptr() method to SenderSettleMode and ReceiverSettleMode types.
Breaking Changes
The minimum version of Go required to build this module is now 1.18.
The type Client has been renamed to Conn, and its constructor New() renamed to NewConn().
Removed ErrConnClosed, ErrSessionClosed, ErrLinkClosed, and ErrTimeout sentinel error types.
The following methods now require a context.Context as their first parameter.