www/posts/2012/12/version-1-1-released.md
This is a feature and bugfix release.
max_inflight_messages and max_queued_messages not being applied.clean_session correctly.clean_session==false now remove unused subscriptions on
broker restart.mosquitto_lib_cleanup() where possible.mosquitto_loop_read() and mosquitto_loop_write() now handle errors
themselves rather than having mosquitto_loop() handle their errors. This
makes using them in a separate event loop more straightforward.mosquitto_loop_forever() / loop_forever() function call to make
simple clients easier.mosquitto_tls_set() will now return an error or raise an exception
immediately if the CA certificate or client certificate/key cannot be
accessed.mosquitto_loop() if a system call is
interrupted. This prevents disconnects/reconnects in threaded mode and
simplifies non-threaded client handling.mosquitto_message_retry_set().mosquitto_topic_matches_sub() for subscriptions with + as the final
character. Fixes bug #1085797.max_packets parameter which is now unused.error_string() function. Fixes bug #1086777.mosquitto_pub -l -q 2 disconnecting before all messages were
transmitted.