Skip to content

What's your UNS maturity level? Get a custom report: Take the UNS Maturity Assessment

HiveMQ Edge 2025.9 is Released

by HiveMQ Team

What’s new in HiveMQ Edge 2025.9

HiveMQ’s latest Edge release introduces database connectivity support via the new Databases Protocol Adapter, unlocking more advanced data connectivity use cases at the Edge. This release also includes a number of fixes and enhancements to the existing feature set.

Databases Protocol Adapter

Now, users can accomplish more on the Edge with the Databases Protocol Adapter, which enables the querying of databases connected via IP. The adapter supports MySQL, MSSQL, and PostgreSQL connections, and SQL languages.

Databases Protocol Adapter Create new connection

How it works

Like all HiveMQ Edge Protocol Adapters, users need to define an adapter configuration. For the Database adapter, the endpoint and database type must be configured.

Databases Protocol Adapter fill in connection details

Next, a user needs to create a tag, which is essentially a query to collect the data.

Databases Protocol Adapter fill in connection details

Once a connection is established and tags are created, users can map these to MQTT topics for use in HiveMQ Edge, or publish the data immediately northbound to their MQTT broker.

Databases Protocol Adapter Topic Mapping

How it helps

Having the ability to query databases with HiveMQ Edge enables users to unlock more advanced DataOps use cases when utilizing Data Hub on Edge or Data Combinations features to govern and contextualize OT data before sending it downstream.

For example, querying order details such as a "consignment number" allows users to combine that number with real-time sensor data (temperature, pressure, speed) collected during production. By linking the consignment number to sensor data, a traceable connection is established. This integrates sensor readings with order details (customer, destination, instructions), eliminating ambiguity and providing a clear view of the manufacturing and logistics process for that specific consignment. This enhances optimization, troubleshooting, and reporting.

Additional Improvements

  • Upgraded HiveMQ DataHub - delivering improved performance and a reduced package size.
  • Fixed an issue where sessions were not properly closed, improving resource management and system stability.

Get Started Today

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

The HiveMQ team loves writing about MQTT, Sparkplug, Industrial IoT, protocols, how to deploy our platform, and more. We focus on industries ranging from energy, to transportation and logistics, to automotive manufacturing. Our experts are here to help, contact us with any questions.

HiveMQ logo
Review HiveMQ on G2