Skip to content

Keyhole 0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jun 15:06
· 20 commits to main since this release

Changed

  • 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.