For the complete documentation index, see llms.txt. This page is also available as Markdown.

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:

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:

Product
New version
Updates

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 int64 to uint64 to 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 acked instead of nacked. Transient errors (network, I/O) continue to be nacked for 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 loginServerUrl and resourceEndpoint fields to prevent SSRF attacks and host-suffix spoofing (e.g. https://login.microsoftonline.com.evil.com is 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 ClearWindowState to preserve failedContentURIs and failedRetryAttempts across successful windows so failed content is retried on the next tick.

v1.0.1

  • Added default value (10000) for eventCount in 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?