Skip to content

Releases: mycontroller-org/2mqtt

v1.5

30 Mar 18:17
Compare
Choose a tag to compare

Internal Changes

  • bump go compiler version to 1.21
  • bump dependencies
  • refactored overall service: 546d5cd

Bug Fixes

  • PreDelay works only if the value is greater than 0: a6f8d19
  • Removed 1 second buffer, added real queue: #3 (comment)

Development Build - Pre Release

30 Mar 18:22
Compare
Choose a tag to compare
Pre-release

Commits

  • 859f6d4: bump development version (Jeeva Kandasamy)

v1.4

20 Feb 02:02
Compare
Choose a tag to compare

New features

  • supports custom scripting on raw provider - JavaScript
  • added command to display version information and to generate sample configuration
    • 2mqtt version
    • 2mqtt generate-config

Breaking changes

  • in mqtt section the key insecure_skip_verify renamed to insecure
  • adapters[].mqtt.insecure_skip_verify >> adapters[].mqtt.insecure

v1.3

08 Jun 10:20
Compare
Choose a tag to compare

Added additional provider
Now supports http to mqtt, can be used in Owntracker like applications

v1.2

17 Jul 09:12
Compare
Choose a tag to compare

Fixed performance issue. High CPU utilization

v1.1

22 Jun 08:29
Compare
Choose a tag to compare
  • added to support raw provider, details on README file

v1.0

13 Jun 03:01
Compare
Choose a tag to compare
support mysensors ehternet

Signed-off-by: Jeeva Kandasamy <jkandasa@gmail.com>