13 January 2026
To receive updates about new posts and release notes, subscribe to our RSS feed: https://documentation.omadaidentity.com/horizons-release-notes/rss.xml
Changes
Clean-up import profile
The clean-up import profile implementation has been improved to boost efficiency and minimize downtime risks.
Previously the clean-up import profile was performed by an event definition. With the introduced changes, a scheduler component acts as a replacement for the event definition. It is operated and managed by Omada to optimize efficiency and minimize negative performance impact by adjusting the schedule based on recorded and predicted data load.
The clean-up feature itself is not affected by this change, providing instead more predictable and controllable behavior.
Resolved bugs and issues
Queued imports not running
There was an issue with scheduled imports not initiating, despite no obvious blockers (actively running imports).
The issue has been resolved with the improvement to import execution and queue handling logic.
INC-298748
Test connection and preview feature failing
There was an issue with the test connection and preview features timing-out. The issue has been resolved and both features are performed correctly.
INC-302553
Scheduled import failing
A scheduled overnight import was failing during the Processing phase. The timeout was caused by incorrect reporting on processing progress. The issue has been resolved, and imports are now running correctly.
INC-303120
No-data import disables identities
There was an issue where imports were processed as valid, even though they did not contain identity data. It initiated the DeleteDetection and led to the removal of all identities in the environment. This was caused by performing the delete-threshold validation when imports were queued and not initiated. The issue was resolved by shifting the threshold validation to a moment when the import is initiated. This ensures that the evaluation is accurate for each import.
INC-303020
Failing deprovisioning attempts
Omitted removed resource assignment resulted in a repeated and failing deprovisioning attempts. The issue has been resolved by correcting deletion state tracking and by enforcing a full state refresh after imports.
INC-299571
Account ownership issue
Account ownership configuration provided in a survey did not result in the account being correctly joined to an appropriate identity. This resulted in the same accounts reappearing in later surveys. The issue has been resolved.
INC-298777