Release Highlights - Datacenter

19.24.0 Datacenter Highlights
Enhanced Auditing Capabilities
If enhanced audit service is enabled, the iGrafx Platform writes audit events to a local JSON-lines file on the application server, giving administrators a self-contained, easy-to-ship record of security-relevant and other platform activity. The feature is enabled by default and produces <igrafx.basedirectory>/auditlogs/auditevents.jsonl, rolling over to a timestamped file every 10 MB. You can confirm it is active under Admin → Support → System Information.

More details on the supported audit payloads can be found here: Enhanced Auditing Capabilities
Status Log for Executed Jobs
This feature is now fully integrated. You can now see your most recent jobs (=long-running tasks) under Notifications → Status Log. The log refreshes every 5 seconds while jobs are in progress, and every 10 seconds when no jobs are running. Jobs are automatically removed from the logs after one week. This retention period cannot be configured.

More details: Job Status Notifications
API for Cycle Group Name and ID Retrieval
The API now returns cycle group names and IDs for both active and non-active cycle groups.
For non-running cycles, full cycle group details remain available via the existing /api/repositories/{repository}/cyclegroups/{cycleGroupId} endpoint.
Read more about our REST API documentation