Skip to content

1.15.0: Authentication mechanism negotiation

Compare
Choose a tag to compare
@thekid thekid released this 18 Aug 11:51
· 103 commits to master since this release
  • Merged PR #38: Support authentication mechanism negotiation. This way,
    we default to using SCRAM-SHA-256 if the server supports it as mandated
    by the specification.
    (@thekid)