MQTT.js v4.3.0 Release Notes

  • PR

    ๐Ÿ‘ refined topic alias support (#1301)

    ๐Ÿ›  fix security vulnerability in ws stream (#1307)

    skip TLS SNI if host is IP address (#1311)

    โšก๏ธ update readme about vNext discussions (#1328)

    โšก๏ธ update readme sample (#1331)

    โž• add support for ALPN TLS extension (#1332)

    align onConnectCallback with specs expecting connack packet (#1333)

    ๐Ÿ›  fix resubscribe messageId allocate twice (#1337)

    rework examples to be a bit more specific (#1352)

    ๐Ÿ›  readme typo fixed (#1353)

    ๐Ÿ›  fix(typescript): use correct version of @types/ws (#1358)

    ๐Ÿ›  fix(type): fix push properties types (#1359)

    ๐Ÿ›  fix: audit dev dependencies (#1374)

    ๐Ÿ›  fix(type): add properties type for IClientSubscribeOptions (#1378)

    feat(client): auth handler for enhanced auth (#1380)