Skip to content

v0.20.0

Compare
Choose a tag to compare
@emiago emiago released this 06 Apr 12:55
· 34 commits to main since this release
  • TLS and WSS handshake with hostname is now fixed and refactored. Broken in previous refactoring. Instead hostname we always passed IP.
  • SRV lookups are fixed now with correct behavior.
  • Local resolving also uses transport layer dns resolver. We could not override dns resolver due to this.
  • Added option to prefer SRV lookups over local, by setting DNSPreferSRV option
    ua.TransportLayer().DNSPreferSRV = true.
  • Some other minor cleanups and fixes