Closed renovate-markormesher[bot] closed 4 months ago
This PR contains the following updates:
4.2.8
4.3.8
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.
This PR contains the following updates:
4.2.8
->4.3.8
Release Notes
mqttjs/MQTT.js (mqtt)
### [`v4.3.8`](https://togithub.com/mqttjs/MQTT.js/compare/v4.3.7...c60a5d4bc5b473ed5c54cb96c35a0903ee51ad93) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v4.3.7...c60a5d4bc5b473ed5c54cb96c35a0903ee51ad93) ### [`v4.3.7`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#437-2022-03-14) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v4.3.6...v4.3.7) ##### Bug Fixes - fix regression from [#1401](https://togithub.com/mqttjs/MQTT.js/issues/1401) and allow CI test failures to break gitthub workflow ([#1443](https://togithub.com/mqttjs/MQTT.js/issues/1443)) ([accd78e](https://togithub.com/mqttjs/MQTT.js/commit/accd78e38aa82c8cc1ea04029e56494276776c87)) ### [`v4.3.6`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#436-2022-02-17) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v4.3.5...v4.3.6) ##### Bug Fixes - buffer is not defined in browser ([#1420](https://togithub.com/mqttjs/MQTT.js/issues/1420)) ([f5ab1b5](https://togithub.com/mqttjs/MQTT.js/commit/f5ab1b5d2a04813178fb478a7e345c0acf544258)) - **types:** connect function proper overloads for its parameters ([#1416](https://togithub.com/mqttjs/MQTT.js/issues/1416)) ([28c4040](https://togithub.com/mqttjs/MQTT.js/commit/28c4040c21246710f7ea3e161bc4145ba916c0de)) ### [`v4.3.5`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#435-2022-02-07) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v4.3.4...v4.3.5) ##### Bug Fixes - **sendPacket:** drain leak ([#1401](https://togithub.com/mqttjs/MQTT.js/issues/1401)) ([7ec4b8f](https://togithub.com/mqttjs/MQTT.js/commit/7ec4b8fd602e220f50693cb83f082dab764ed3f2)) ### [`v4.3.4`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#434-2022-01-06) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v4.3.3...v4.3.4) ##### Bug Fixes - migrate LruMap from collections to lru-cache. ([#1396](https://togithub.com/mqttjs/MQTT.js/issues/1396)) ([5c67037](https://togithub.com/mqttjs/MQTT.js/commit/5c670370c603f09ee25fbaba961156f59eaee1a2)) ### [`v4.3.3`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#433-2022-01-05) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v4.3.2...v4.3.3) ##### Bug Fixes - remove collections.js dependency from number-allocator. ([#1394](https://togithub.com/mqttjs/MQTT.js/issues/1394)) ([ee75c32](https://togithub.com/mqttjs/MQTT.js/commit/ee75c322d6f31a3279f5a7f15ee4122760b1cc94)), closes [#1392](https://togithub.com/mqttjs/MQTT.js/issues/1392) ### [`v4.3.2`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#432-2021-12-29) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v4.3.1...v4.3.2) ##### Bug Fixes - **dependency:** Updated collections.js related package version. ([#1386](https://togithub.com/mqttjs/MQTT.js/issues/1386)) ([df89a2e](https://togithub.com/mqttjs/MQTT.js/commit/df89a2edf4fa15d3f8d56cd0b8290f9ddde7ceb8)) ### [`v4.3.1`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#431-2021-12-24) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v4.3.0...v4.3.1) ##### Bug Fixes - **dependencies:** remove babel-eslint and update snazzy ([#1383](https://togithub.com/mqttjs/MQTT.js/issues/1383)) ([66d43d4](https://togithub.com/mqttjs/MQTT.js/commit/66d43d4f33e6af405468c94112f3d1361af773dc)) ### [`v4.3.0`](https://togithub.com/mqttjs/MQTT.js/blob/HEAD/CHANGELOG.md#430-2021-12-22) [Compare Source](https://togithub.com/mqttjs/MQTT.js/compare/v4.2.8...v4.3.0) ##### Bug Fixes - **client:** Refined Topic Alias support. (Implement [#1300](https://togithub.com/mqttjs/MQTT.js/issues/1300)) ([#1301](https://togithub.com/mqttjs/MQTT.js/issues/1301)) ([c92b877](https://togithub.com/mqttjs/MQTT.js/commit/c92b877292d314e3e0b5d8f84b7f4b68a266aba2)) - **README:** typo Support ([#1353](https://togithub.com/mqttjs/MQTT.js/issues/1353)) ([c424426](https://togithub.com/mqttjs/MQTT.js/commit/c424426cd6345eba1f8016335839a667b3928e40)) - **resubscribe:** message id allocate twice ([#1337](https://togithub.com/mqttjs/MQTT.js/issues/1337)) ([7466819](https://togithub.com/mqttjs/MQTT.js/commit/7466819d62a5db554e41bf75e939a90f0dc46fe6)) - **tls:** Skip TLS SNI if host is IP address ([#1311](https://togithub.com/mqttjs/MQTT.js/issues/1311)) ([2679952](https://togithub.com/mqttjs/MQTT.js/commit/2679952587a0e3e1b5fcbfd6b11fca72c65fba95)) - **type:** add properties type for IClientSubscribeOptions ([#1378](https://togithub.com/mqttjs/MQTT.js/issues/1378)) ([8de9394](https://togithub.com/mqttjs/MQTT.js/commit/8de9394fa9afd61a1e0e726b0fe9d3637ed17cc9)) - **type:** fix push properties types ([#1359](https://togithub.com/mqttjs/MQTT.js/issues/1359)) ([cb6bdcb](https://togithub.com/mqttjs/MQTT.js/commit/cb6bdcb2c6c9e23f87bb24dbd1458eb0509cb02f)) - types ([#1341](https://togithub.com/mqttjs/MQTT.js/issues/1341)) ([59fab36](https://togithub.com/mqttjs/MQTT.js/commit/59fab369d2738edcf62306a67375763d737bc4ad)) - **typescript:** OnConnectCallback with specs expecting Connack packet ([#1333](https://togithub.com/mqttjs/MQTT.js/issues/1333)) ([e3e15c3](https://togithub.com/mqttjs/MQTT.js/commit/e3e15c3d791615a8fcab46b331678dd5a5a755a0)) - **typescript:** Use correct version of [@types/ws](https://togithub.com/types/ws) ([#1358](https://togithub.com/mqttjs/MQTT.js/issues/1358)) ([6581d33](https://togithub.com/mqttjs/MQTT.js/commit/6581d3340602903d3434a0053eeabe7019595ea2)) - websocket and typescript ([9979443](https://togithub.com/mqttjs/MQTT.js/commit/997944380702c17d6b144b499685e591b3178c11)) - **websockets:** revert URL WHATWG changes ([a3dd38e](https://togithub.com/mqttjs/MQTT.js/commit/a3dd38ed4374b0baa359430472f34078369ef02c)) ##### Features - add support for ALPN TLS extension ([#1332](https://togithub.com/mqttjs/MQTT.js/issues/1332)) ([06f2fd2](https://togithub.com/mqttjs/MQTT.js/commit/06f2fd2d7666ec462f9f21c3bd19c35797de9083)) - **client:** auth handler for enhanced auth ([#1380](https://togithub.com/mqttjs/MQTT.js/issues/1380)) ([d5850b7](https://togithub.com/mqttjs/MQTT.js/commit/d5850b7ba2653da84d53fcb57e5767e4b9cbb09d)) ##### Reverts - Revert "fix: types ([#1341](https://togithub.com/mqttjs/MQTT.js/issues/1341))" ([#1344](https://togithub.com/mqttjs/MQTT.js/issues/1344)) ([e6672e8](https://togithub.com/mqttjs/MQTT.js/commit/e6672e80a48db6273af6bde338035d473ee3305a)), closes [#1341](https://togithub.com/mqttjs/MQTT.js/issues/1341) [#1344](https://togithub.com/mqttjs/MQTT.js/issues/1344) #### [4.2.5](https://togithub.com/mqttjs/MQTT.js/compare/v4.2.4...v4.2.5) (2020-11-12) ##### Bug Fixes - **auth opts:** Default to null for false-y values ([#1197](https://togithub.com/mqttjs/MQTT.js/issues/1197)) ([6a0e50a](https://togithub.com/mqttjs/MQTT.js/commit/6a0e50a52214f5e3b221d9f3d0bb86c5896e84c1)) #### [4.2.4](https://togithub.com/mqttjs/MQTT.js/compare/v4.2.3...v4.2.4) (2020-10-29) ##### Bug Fixes - **ws:** add all parts of object to opts ([#1194](https://togithub.com/mqttjs/MQTT.js/issues/1194)) ([6240565](https://togithub.com/mqttjs/MQTT.js/commit/62405653b33ec5e5e0c8077e3bc9e9ee9a335cbe)) #### [4.2.3](https://togithub.com/mqttjs/MQTT.js/compare/v4.2.2...v4.2.3) (2020-10-27) ##### Bug Fixes - **secure:** do not override password and username ([#1190](https://togithub.com/mqttjs/MQTT.js/issues/1190)) ([298dbb2](https://togithub.com/mqttjs/MQTT.js/commit/298dbb2e7e11e390794128b694a40986497b374c)) #### [4.2.2](https://togithub.com/mqttjs/MQTT.js/compare/v4.2.1...v4.2.2) (2020-10-27) ##### Bug Fixes - check if client connected when reconnecting ([#1162](https://togithub.com/mqttjs/MQTT.js/issues/1162)) ([541f201](https://togithub.com/mqttjs/MQTT.js/commit/541f201834968eeee5b8599e3b29d8daecd4aac4)), closes [#1152](https://togithub.com/mqttjs/MQTT.js/issues/1152) - replace url.parse by WHATWG URL API ([#1147](https://togithub.com/mqttjs/MQTT.js/issues/1147)) ([70a247c](https://togithub.com/mqttjs/MQTT.js/commit/70a247c29e0b05ddd8755e7b9c8c41a4c25b431b)), closes [#1130](https://togithub.com/mqttjs/MQTT.js/issues/1130) - use 'readable-stream' instead of 'stream' ([#1170](https://togithub.com/mqttjs/MQTT.js/issues/1170)) ([04184e1](https://togithub.com/mqttjs/MQTT.js/commit/04184e16d349d020a520c0f77391f421a6755816)) #### [4.2.1](https://togithub.com/mqttjs/MQTT.js/compare/v4.2.0...v4.2.1) (2020-08-24) ##### Bug Fixes - **websocket:** browser in ws ([#1145](https://togithub.com/mqttjs/MQTT.js/issues/1145)) ([40177ca](https://togithub.com/mqttjs/MQTT.js/commit/40177cac9a7d7e829b21963e1582c3eb9c13f20a))Configuration
š Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
š¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.