www/posts/2019/08/version-1-6-4-released.md
This is a bugfix release.
max_inflight_messages was
set to 1. Closes #1332.mosquitto_connect_async() consistent with
mosquitto_connect() when connecting to a non-existent server.
Closes #1345.mosquitto_string_option(mosq, MOSQ_OPT_TLS_KEYFORM, ...) was incorrectly
returning MOSQ_ERR_INVAL with valid input. This has been fixed.
Closes #1360.on_connect callback is now called with the correct v5 reason code if a v5
client connects to a v3.x broker and is sent a CONNACK with the
"unacceptable protocol version" connack reason code.mosquitto_connect_v5().mosquitto_pub: fix error codes not being returned when mosquitto_pub exits.
Closes #1354.