Skip to main content

Identity Mesh — August 21, 2026

Release Date: August 21, 2026
Release Type: Bug Fixes


Overview

This release corrects four defects in asset ownership display, asset counting, cryptographic algorithm filtering, and the delivery of risk evaluation events, and improves the responsiveness of the cryptographic asset list.

  • Ownership and counts read correctly — the "No owner" tag now reflects owner data rather than risk data, and an asset count that fails to load is reported as a failure instead of being shown as zero.
  • Cryptographic asset list — signature algorithm filtering matches the label shown on screen, and large asset lists are paginated before enrichment so summaries return faster.
  • Risk evaluation delivery — an evaluation event that cannot be delivered is now set aside after a bounded number of retries, so it no longer holds up the results queued behind it.

Improvements

Faster cryptographic asset summaries

Asset summary facets are now bounded, and the cryptographic asset list is paginated before enrichment runs over it. On estates with large numbers of cryptographic assets, the summary and the first page of results return substantially sooner, and the list no longer stalls while enrichment completes for records that are not being displayed.


Bug fixes

The "No owner" tag was derived from risk data instead of owner data

An asset with no assigned owner was only tagged "No owner" when that absence was reflected in its risk record. Assets whose ownership was unset in the owner data itself, but which had no corresponding risk entry, showed no tag at all and were indistinguishable from owned assets in the list. The tag is now derived from owner data directly, so every unowned asset carries it.

A failed asset count was displayed as zero

When a request for an asset count did not complete, the interface rendered the result as 0 rather than reporting the failure. A count that had failed to load was therefore indistinguishable from a genuine count of zero assets, and the view gave no indication that a retry was warranted. Failed counts are now surfaced as failures.

Cryptographic signature algorithm filtering did not match the displayed label

Filtering the cryptographic asset list by signature algorithm matched against an internal representation rather than the label shown in the interface. Selecting a value that was visible on screen could return no results, or omit assets that plainly carried the selected algorithm. Filtering now matches the displayed label.

Unconfirmed risk evaluation events were retried indefinitely

A risk evaluation event whose delivery could not be confirmed was retried without limit, which delayed the events queued behind it and, in sustained cases, held up evaluation results for an estate. Such an event is now retried a bounded number of times and then set aside for follow-up, so a single undeliverable event no longer blocks the ones after it.