Skip to content

Releases: tarantool/mqtt

1.5.1

28 Jan 14:38
Compare
Choose a tag to compare

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).

Release 1.5.0

21 Jun 08:03
Compare
Choose a tag to compare

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:

1.2.1

22 Jan 18:31
Compare
Choose a tag to compare

First release with rockspecs

Release candidate

02 Apr 16:34
Compare
Choose a tag to compare

Key features (including all Beta features)

  • Autotests added
  • RabbitMQ tested

Beta version

11 Sep 01:40
Compare
Choose a tag to compare
Beta version Pre-release
Pre-release

Key features

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