Taskvisor 0.8 introduces significant updates to the Tokio task supervisor, focusing on explicit ownership management throughout the task lifecycle. Key improvements include clearer differentiation between logical outcomes and physical task exits, enhanced event tracking, and optimized resource management to prevent overlaps during task completion and cleanup. These changes aim to ensure reliable and predictable task handling within concurrent applications.