Skip to content

HiveMQ Edge 2025.11 is Released

by HiveMQ TeamJUN 30, 2025

What’s new in HiveMQ Edge 2025.11

HiveMQ Edge 2025.11 is a maintenance release to address an issue discovered with the OPC UA adapter, following our latest library upgrade. The adapter would default to using the first configured security option if the server supported more than one, which can lead to connection failures.

The new version addresses this, and users upgrading from 2025.9 should skip the previous release and move to 2025.11 directly.

Get Started Today

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