v3.219.0
Released on 06.03.2026
These are the release notes for version v3.219.0 of Falcon Onum.
π New operations in the Field Transformation Action
The Field Transformation Action has been updated to v1.10.0! The following operations have been added:
AES-256-GCM Decrypt - Decrypts a base64-encoded AES-256-GCM ciphertext using the provided encryption key.
AES-256-GCM Encrypt - Encrypts a plaintext string using the AES-256-GCM algorithm.
From timestamp - Transforms a timestamp into its string representation.
Also, the schema compilation and message type resolution in the Protobuf to JSON and JSON to Protobuf operations are now performed during the validation phase, before the operation is created.
Learn more about the Amazon S3 Listener in this article.
π Updated Listeners and Data Sinks
Check out all the updates here:
v1.0.3
Fixed incorrect deserialization of the GCS object size field. The GCS JSON API returns this value as a quoted string; the field type has been changed from
int64touint64to correctly represent the unsigned value.Fixed infinite Pub/Sub redelivery loop on permanent errors. Size limit exceeded, int64 overflow, corrupt compressed data (gzip/bzip2/zip), and oversized scanner tokens are now
ackedinstead ofnacked. Transient errors (network, I/O) continue to benackedfor retry.
v1.0.1
Added per-content-type logging with metrics.
Added source available time field to the event.
Security enhancements: enforce HTTPS-only validation with Microsoft host-suffix allowlist on
loginServerUrlandresourceEndpointfields to prevent SSRF attacks and host-suffix spoofing (e.g.https://login.microsoftonline.com.evil.comis rejected), allowlist derived from Microsoft 365 IP Address and URL web service.Fixed unbounded time window growth causing AF20055 errors by processing data in bounded windows with partial progress on failure.
Fixed state clearing on error path that wiped retry and pagination resume state, making retry logic dead code.
Fixed
ClearWindowStateto preservefailedContentURIsandfailedRetryAttemptsacross successful windows so failed content is retried on the next tick.
v1.0.1
Added default value (
10000) foreventCountin batch configuration to prevent unexpected behavior when batch mode is enabled but event count is not explicitly configured.Trimmed whitespace from connection string and credential values to prevent URL parse failures caused by trailing newline characters.
Redacted sensitive SAS token parameters and account keys from error messages to prevent credential exposure in logs.
π οΈ Fixes
[UI] Fixed an issue that prevented horizontal scrolling in table headers in certain areas.
[Pipelines] Fixed an issue where unnecessary metric requests were triggered when updating Pipeline tags, caused by the coupling of tags with filters.
Last updated
Was this helpful?

