Skip to content

HiveMQ Edge 2026.4 is Released

by HiveMQ Team

What's new in HiveMQ Edge 2026.4

HiveMQ Edge 2026.4 reinforces MQTT protocol correctness through early oversized-packet rejection.

Pulse Agent Upgrade

HiveMQ Edge 2026.4 ships with a new Pulse agent including numerous improvements and bug fixes. The most significant change is how MQTT topics are represented in the semantic graph, making them more intuitive and easier to work with. Users must upgrade to the latest version to properly utilize HiveMQ Pulse.

Additional Improvements

🚀 Improvements

  • MQTT Max Packet Size Early Rejection: HiveMQ Edge now rejects oversized MQTT packets as soon as the fixed header has been read, before the full payload is buffered into memory. This change improves resource efficiency under load and brings HiveMQ Edge into closer alignment with the Community Edition.

Advance Notice

Starting April 2026, HiveMQ Edge will be compiled with Java v25 (class file 69) as the target.

This means that Java 25 (or a compatible JDK 25 distribution) will be required to run HiveMQ Edge going forward. Java 25 is a Long-Term Support release, making it a solid foundation for enterprise deployments. For Edge's container distribution, JDK 25 is already the Java Runtime Environment since 2026.2. Note that Java 21 — the previous LTS — reaches the end of permissive licensing in September 2026. Upgrading now avoids last-minute disruption. We encourage users who provide their own runtime environment to plan their JDK upgrades accordingly ahead of the April release.

Java 25 is a Long-Term Support release and brings meaningful concurrency improvements to HiveMQ Edge. Virtual threads — introduced in Java 21 — are now fully supported, and structured concurrency and scoped values — finalized in Java 25 — make the internal management of concurrent tasks safer and more predictable. Together, these features allow HiveMQ Edge to handle more connections with lower resource overhead and lay the groundwork for further performance and reliability improvements in future releases.

Get Started Today

Use the download link Get HiveMQ Edge 2026.4, 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-edge
  

Or clone our repository

    git clone git@github.com:hivemq/hivemq-edge.git
  

You may also try out our Helm Chart

    helm repo add hivemq https://hivemq.github.io/helm-charts && helm repo update
  


HiveMQ Team

Team HiveMQ brings together deep expertise in MQTT, Industrial AI, IoT data streaming, UNS, and Industrial IoT protocols. Follow us for practical deployment guidance, best practices for building a secure, reliable data backbone, and insights into how we are shaping the future of connected industries.

Our mission is to transform industrial data into real-time intelligence, actionable insights, and measurable business outcomes.

Have questions or need support? Contact us. Our experts are ready to help.

HiveMQ logo
Review HiveMQ on G2