v.25.8New Feature

Views, created by ephemeral users, will now

Views, created by ephemeral users, will now store a copy of an actual user and will no longer be invalidated after the ephemeral user is deleted. #84763 (pufit).
Views created by ephemeral users now store a copy of the actual user information, preventing them from being invalidated once the ephemeral user is deleted.

Why it matters

This feature solves the issue where views created by ephemeral users become invalid after those users are deleted, ensuring that such views remain accessible and stable even after the ephemeral user's session ends.

How to use it

No special configuration is required. Views created by ephemeral users will automatically store a copy of the creator's user information and will persist without invalidation after the ephemeral user's deletion.