Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
distribution-0.18-bundle.tar.gz | 2024-12-27 | 10.6 MB | |
README.md | 2024-12-27 | 899 Bytes | |
Release 0.18 source code.tar.gz | 2024-12-27 | 316.3 kB | |
Release 0.18 source code.zip | 2024-12-27 | 540.7 kB | |
Totals: 4 Items | 11.4 MB | 0 |
Features
MQTT5 protocol version support. Almost all features are supported except: - enhanced authentication - maximum packet size limitation - server reference - server assigned client ID Refer to [#695] for the details.
Breaking changes
Support for BugSnag and Librato metrics were dropped, so the settings: use_metrics
, metrics.librato.*
, use_bugsnag
, bugsnag.token
are NOT anymore recognized. Please clean your moquette.conf
if you used. In a future version will be developed some form of observability.
Deprecations
Default persistence for session queues (selected by persistent_queue_type
) switched from H2
to segmented
, leveraging memory mapped pages instead of the BTree offered by H2. Persisting queue in H2 is planned for complete removal.
Dependencies
- Updated Netty to 4.1.116 and tcnative to 2.0.69 (#886).
- Updated H2 to 2.1.214 (#886).