Tarantool Mqtt Versions Save

Tarantool MQTT client

1.5.1

2 years ago

This release offers build fixes related to building the module on CentOS and using tarantoolctl rocks.

  • Fixed static build (which is default one) on CentOS (#37).
  • Fixed building using tarantoolctl rocks and enable static linking of mosquitto in it (#44).

1.5.0

4 years ago

Allows building mqtt library statically

With STATIC_BUILD=ON option all dependencies will be linked statically

Also this version contains some minor fixes in a code base, such as:

  • improve error messages (#17)
  • fix runtime error (#21)

And non-code changes:

  • README updates (#23, #26, #26, #31)
  • CI improvements (#29)

1.2.1

6 years ago

First release with rockspecs

v1.1.rc1

7 years ago

Key features (including all Beta features)

  • Autotests added
  • RabbitMQ tested

v0.1.beta

7 years ago

Key features

  • allows to create communication with MQTT broker in non-blocking way
  • TLS supported
  • pretty low overhead, code is based on libmosquitto