What’s new in HiveMQ Edge 2025.13
This release provides a number of bugfixes and improvements for DataHub.
Additional Improvements
🛠️ Bug Fixes
- MQTT Bridge: Fixed an issue preventing the creation of bridges with wildcard topics via the UI.
- MQTT bridge: Bridge status is now correctly displayed in the UI
🚀 Improvements
- DataHub & MQTT Bridges: DataHub now has the ability to interact with bridged MQTT traffic.
Deprecation Notice
HiveMQ Edge will soon be migrating to JDK v21 which will provide many enhancements and improvements to the efficiency and performance of HiveMQ Edge. This change will remove the capability to run HiveMQ Edge on 32Bit CPU architectures. An official date of change will be issued in the near future, this is just a preliminary warning for those operating HiveMQ Edge on 32Bit systems.
Get Started Today
Use the download link Get HiveMQ Edge 2025.13, or find us on GitHub and Docker:
Get started by running
docker run --name hivemq-edge --pull=always -d -p 1883:1883 -p 8080:8080 hivemq/hivemq-edgeOr clone our repository
git clone git@github.com:hivemq/hivemq-edge.gitYou may also try out our Helm Chart
helm repo add hivemq https://hivemq.github.io/helm-charts && helm repo update