Skip to main content

Identity Mesh — March 13, 2026

Version: Identity Mesh 03-13-2026
Release Date: March 13, 2026\

Overview

This release fixes two issues related to audit log reliability: an audit log CSV export that never finished downloading, and asset export outcomes that were missing from the audit log.

Bug fixes

Audit log CSV export never completed

Fixed an issue where clicking Export on the Audit Logs page (Settings > Config Management > Audit Logs) started the CSV download but never finished — the browser showed the file stuck partway with a "Resuming..." status.

The export now writes records to the file as they are retrieved, so downloads complete reliably even for wide date ranges and large datasets of more than 15,000 records. In addition:

  • The Export button is disabled while an export is running, preventing accidental duplicate exports.
  • Notifications show that an export is in progress and confirm completion with the number of logs exported.
  • Running several exports back to back works without errors.
  • Records are not duplicated across page boundaries in the exported file.

Asset export outcomes missing from audit logs

Fixed an issue where a failed asset export was recorded as successful in the audit log, or not recorded at all, leaving no way to trace export outcomes.

Audit logs now capture the full lifecycle of every asset export:

  • Both the start of an export and its final outcome — success or failure — are logged.
  • The entries for an export share the same transaction ID, so you can trace an export from start to finish.
  • Each entry is attributed to the user who initiated the export.
  • For exports triggered through the API, the client IP address is also recorded.

This gives you full accountability for export operations and lets you troubleshoot failed exports directly from the audit log.