v1.855.1

Released on 06.18.2025

These are the release notes for version v1.855.1 of the Onum platform.

New features

🆕 New Data Sink type: Syslog Resilient

We've added a new Data Sink type to our catalog!

The Syslog Resilient Data Sink differs from the basic Syslog Data Sink in that it has a special port used to deliver events that could not be delivered to the destination due to connectivity issues.

Head to our article to learn more about it.


🆕 New authentication type in the Apache Kafka Listener

The Apache Kafka Listener has been updated to v2.0.0!

There's now a new authentication method available to set in the Apache Kafka Listener configuration settings: SCRAM (Salted Challenge Response Authentication Mechanism).

Learn more about this in our article.


🆕 Convert your Protobuf files to JSON format

The Field Transformation Action has been updated to v1.0.1!

You can now use the Protobuf to JSON operation to convert your Protobuf (Protocol Buffers) messages into JSONs, making it easier to share data with systems that do not support the standard Protobuf binary wire format.

Learn more in this article.


🆕 HSET and HGET commands in the Redis Action

The Redis Action has been updated to v1.1.0!

We've added a couple of new commands to the output configuration of the Redis Action:

  • HSET - This command overwrites the values of specified fields that exist in the hash. If the key doesn't exist, a new key holding a hash is created.

  • HGET - This command returns the value associated with the field in the hash stored at key.

Learn more in this article.

🛠️ Fixes

  • [Actions] Fixed an issue in the Parser Action that caused an error when typing an operation in PCL.

  • [Pipelines] Fixed a problem with refreshing in Pipelines that caused a blink effect when performing some actions.

Last updated

Was this helpful?