Skip to content

Latest commit

 

History

History
80 lines (43 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

80 lines (43 loc) · 1.3 KB

Changelog

[Unreleased]

Changed

[v1.6.3] 31-01-2025

Changed

  • fix: improve memory persistence backend on reconnects

[v1.6.2] 19-01-2025

Changed

  • fix: added more JSdoc comments

[v1.6.1] 18-01-2025

Changed

  • fix: fixed Deno lint type errors

[v1.6.0] 18-01-2025

Changed

  • added: export TcpClient and TcpServer for both NodeJS and Deno
  • added: export mqttPacket and utils

[v1.5.1] 16-01-2025

Changed

  • fixed issue with QoS=1

[v1.5.0] 02-01-2025

Changed

  • added client certificate support to mqtts.ts

[v1.4.0] 02-01-2025

Changed

  • added client certificate support (w0otness)

[v1.3.0] 19-11-2024

Changed

  • update: added architectural description of Opifex to documentation
  • update: added comments to platform specific code to explain boundary between platform agnostic and platform specific.
  • update: set default clientId in client
  • fix: improve handling of errors if client connect fails

[v1.2.1] 01-11-2024

Changed

  • fix: unlock last BYOB request using respond(0)

[v1.2.0] 01-11-2024

Changed

  • added support for NodeJS < 22.0.6 by adding transpiled Javascript in /dist

[v1.1.0] 01-11-2024

Changed

  • added support for NodeJS >= 22.0.6 using --experimental-strip-types

[v1.0.0] 09-10-2022

Initial version