The Eclipse Foundation is home to the Eclipse IDE, Jakarta EE, and hundreds of open source projects, including runtimes, tools, specifications, and frameworks for cloud and edge applications, IoT, AI, automotive, systems engineering, open processor designs, and many others.
The Eclipse Foundation is an international non-profit association supported by our members, including industry leaders who value open source as a key enabler for their business strategies.
Whether you intend on contributing to Eclipse technologies that are important to your product strategy, or simply want to explore a specific innovation area with like-minded organizations, the Eclipse Foundation is the open source home for industry collaboration.
The Eclipse community consists of individual developers and organizations spanning many industries. Stay up to date on our open source community and find resources to support your journey.
The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and vendor-neutral environment for open source software collaboration and innovation.
Fix subscription topics being limited to 200 characters instead of 200 hierarchy levels. Closes #1441.
Only a single CRL could be loaded at once. This has been fixed. Closes #1442.
Fix problems with reloading config when `per_listener_settings` was true. Closes #1459.
Fix retained messages with an expiry interval not being expired after being restored from persistence. Closes #1464.
Fix messages with an expiry interval being sent without an expiry interval property just before they were expired. Closes #1464.
Fix TLS Websockets clients not receiving messages after taking over a previous connection. Closes #1489.
Fix MQTT 3.1.1 clients using clean session false, or MQTT 5.0 clients using session-expiry-interval set to infinity never expiring, even when the global `persistent_client_expiration` option was set. Closes #1494.
Client library
Fix publish properties not being passed to on_message_v5 callback for QoS 2 messages. Closes #1432.
Fix documentation issues in mosquitto.h. Closes #1478.
Document `mosquitto_connect_srv()`. Closes #1499.
Clients
Fix duplicate cfg definition in rr_client. Closes #1453.
Fix `mosquitto_pub -l` hang when stdin stream ends. Closes #1448.
Fix `mosquitto_pub -l` not sending the final line of stdin if it does not end with a new line. Closes #1473.
Make documentation for `mosquitto_pub -l` match reality - blank lines are sent as empty messages. Closes #1474.
Free memory in `mosquitto_sub` when quiting without having made a successful connection. Closes #1513.
Build
Added `CLIENT_STATIC_LDADD` to makefile builds to allow more libraries to be linked when compiling the clients with a static libmosquitto, as required for e.g. openssl on some systems.
Installer
Fix mosquitto_rr.exe not being included in Windows installers. Closes #1463.