Skip to content

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Jul 4, 2025

1.46.1 (July 4th, 2025)

This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using tokio::spawn rather than Runtime::spawn. This issue only effected the spawn location in TaskMeta::spawned_at, and did not effect task locations in Tracing events.

Unstable

  • runtime: add TaskMeta::spawn_location tracking where a task was spawned (#7440)

@hawkw hawkw requested review from hds and Darksonn July 4, 2025 18:06
@Darksonn Darksonn added the A-tokio Area: The main tokio crate label Jul 4, 2025
@hawkw hawkw enabled auto-merge (squash) July 4, 2025 18:29
@hawkw hawkw disabled auto-merge July 4, 2025 18:29
@hawkw hawkw enabled auto-merge (squash) July 4, 2025 18:29
# 1.46.1 (July 4th, 2025)

This release fixes incorrect spawn locations in runtime task hooks for tasks
spawned using `tokio::spawn` rather than `Runtime::spawn`. This issue only
effected the spawn location in `TaskMeta::spawned_at`, and did not effect task
locations in Tracing events.

## Unstable

- runtime: add `TaskMeta::spawn_location` tracking where a task was spawned
  ([#7440)])

[#7440]: #7440
@hawkw
Copy link
Member Author

hawkw commented Jul 4, 2025

@hawkw hawkw merged commit ab3ff69 into master Jul 4, 2025
157 of 161 checks passed
@hawkw hawkw deleted the eliza/v1.46.1 branch July 4, 2025 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants