All Versions
30
Latest Version
Avg Release Cycle
49 days
Latest Release
-

Changelog History
Page 2

  • v4.2.6 Changes

    November 25, 2020

    ๐Ÿš€ This release is a patch update to rollback buggy changes from an earlier release.

    ๐Ÿฑ ๐Ÿ“š PR:
    ๐Ÿ›  fix(websockets): revert URL WHATWG changes (#1217)

  • v4.2.5 Changes

    November 12, 2020

    ๐Ÿš€ This release is a patch update.

    ๐Ÿฑ ๐Ÿ“š PR:
    ๐Ÿ“„ docs: replace moscajs with aedes (#1198)
    ๐Ÿ›  fix(auth opts): Default to null for false-y values (#1197)

  • v4.2.4

    October 29, 2020
  • v4.2.3

    October 27, 2020
  • v4.2.2 Changes

    October 27, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    ๐Ÿ’ป #1154: fixes #1140, detecting if webpack is used (browser)
    ๐Ÿ›  #1162: fixes #1152, reconnect bug
    ๐Ÿ“š #1165: fixes #1160, add documentation for react
    ๐Ÿ“„ #1171: minor docs consistency improvements

  • v4.2.1 Changes

    August 24, 2020

    ๐Ÿš€ This release is a patch update to address a bug created in release v4.2.0, breaking MQTT over Websocket in the browser. This patch fixes that.

    ๐Ÿฑ ๐Ÿ“š PR:

    ๐Ÿ›  fix(websocket): browser in ws (#1145)

  • v4.2.0 Changes

    August 12, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    feat(websockets): websocket-streams to ws (#1108)
    ๐Ÿ›  fix(browser support): do not use process.nextTick without check that it exists (#1136)
    ๐Ÿ›  fix(browser support): correct browser detection for webpack (#1135)
    ๐Ÿ›  fix(mqtt stores): improve error handling and tests (#1133)
    feat(mqtt5): add properties object to publish options (#1103)
    ๐Ÿ›  fix(typescript): fix payloadFormatIndicator to boolean type (#1115)
    ๐Ÿ›  fix: path for bin files (#1107)

  • v4.1.0 Changes

    May 19, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • โœ… ci: add debug logs to tests (#1091)
    • ๐Ÿšš chore: move cli to bin directory (#1096)
    • ๐Ÿ“ฆ chore: remove bloat from package (#1097)
    • types: add on('connect') (#963)
    • The protocols parameter of wx.connectSocket should be Array. (#969)
    • ๐Ÿ›  [FIXED] Unsubscribe while topics are in array. (#958)
    • โž• Add missing "debug" dependency (#1104)
  • v4.0.1 Changes

    May 19, 2020

    ๐Ÿฑ ๐Ÿ“š PR:

    • ๐Ÿ”จ refactor: better debugging (#1085)
    • ๐Ÿ“„ docs: knick knacks here and there (#1087)
    • ๐Ÿ“„ docs: better explain reconnection in readme (#1088)
  • v4.0.0 Changes

    April 27, 2020
    • ๐Ÿ”จ refactor: callbacks on end() (#1080)
    • ๐Ÿ›  chore: change workflow to v10-14 and doc fixes (#1079)
    • โœ… feat(client): error handling and test resilience (#1076)
    • chore: add master branch action (#1062)
    • chore: istanbul to nyc and uglify-js to uglify-es (#1061)
    • chore: github actions (#1059)
    • feat: connection error handler (#1053)
    • ๐Ÿ›  fix: remove only (#1058)
    • ๐Ÿ‘ feat: support SNI on TLS (#1055)
    • ๐Ÿ”Š chore: tidy up debug logs (#1052)
    • ๐Ÿ›  fix various options definition for ts usage (#1043)
    • ๐Ÿ”จ refactor: zuul to airtap for browser testing (#1045)