vernemq:1.6-bugfix

Last commit made on 2018-11-29
Get this branch:
git clone -b 1.6-bugfix https://git.launchpad.net/vernemq

Branch merges

Branch information

Name:
1.6-bugfix
Repository:
lp:vernemq

Recent commits

53d70db... by Lars Hesel Christensen <email address hidden>

Bump version number to 1.6.2

ddee6dc... by Lars Hesel Christensen <email address hidden>

Handle incoming messages while websocket session is terminating

Prevents function clause errors in `vmq_websocket:websocket_handle/3`.

2da927a... by Lars Hesel Christensen <email address hidden>

Pick badmatch fix from master/292584a

190f7e3... by Lars Hesel Christensen <email address hidden>

Fix `vmq-admin session show` crash when using `--limit=X`

When using `--limit=X` we would ask for *any* fields from any session
if no fields were specified. Since some sessions are offline and some
are online, a set of rows with differing number of colums would be
returned (with and without the `session_pid`) which would cause a
crash in `clique` when preparing the output.

This fix ensures we can never pass `*` as the selection criterion but
will use a default list of fields if none were specified.

This would have the added benefit from being more efficient that less
data is return by default when `--limit=X` is used.

f8324ec... by Lars Hesel Christensen <email address hidden>

Handle insufficient data received during FSM selection

Fixes #950 and #962

43ffd65... by Lars Hesel Christensen <email address hidden>

Update THANKS file (#965)

33d7ff0... by Andrei Nesterov <email address hidden>

Fix updating properties on publish (#963)

c2f1fec... by Lars Hesel Christensen <email address hidden>

Improve error for invalid `vmq_diversity` modifiers

411d015... by Lars Hesel Christensen <email address hidden>

Handle the repeated pubrecs from the client

07568f3... by Lars Hesel Christensen <email address hidden>

Improve CONNECT packet parser errors