Skip to content

Releases: tarantool/mqtt

1.5.1

Choose a tag to compare

@vr009 vr009 released this 28 Jan 14:38

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

Choose a tag to compare

@RunsFor RunsFor released this 21 Jun 08:03

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

Choose a tag to compare

@opomuc opomuc released this 22 Jan 18:31

First release with rockspecs

Release candidate

Choose a tag to compare

@dedok dedok released this 02 Apr 16:34

Key features (including all Beta features)

  • Autotests added
  • RabbitMQ tested

Beta version

Beta version Pre-release
Pre-release

Choose a tag to compare

@dedok dedok released this 11 Sep 01:40

Key features

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