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
Add / edit connection form now moves between fields with the ↑/↓ arrow
keys instead of Tab / Shift-Tab. ←/→ still toggle the focused TLS / Kind
control, and the Tab keys are no longer bound in the form.
Fixed
AMQP 1.0 connections without credentials now negotiate SASL ANONYMOUS
instead of attempting a bare (SASL-less) handshake. Brokers that require the
SASL layer even for anonymous access — Apache ActiveMQ / Amazon MQ — rejected
the bare handshake (Expecting ProtocolHeader Amqp, found Sasl), so a profile
with no username/password could not connect. A credentialed profile is
unchanged: the URL's userinfo still negotiates SASL PLAIN.