tokio-1.51.2

Kedreamix/Linly-Talkertokio-1.51.2May 4, 2026by Darksonn

AI Summary

This release addresses a performance regression by reverting a slot stealing change introduced in the previous version to restore stable performance.

Key Highlights

  • Reverts LIFO slot stealing change from v1.51.0
  • Fixes performance impact identified in issue #8065
  • Backwards compatible with existing Tokio applications

Full Release Notes

# 1.51.2 (May 4th, 2026)

This release reverts the LIFO slot stealing change introduced in 1.51.0 ([#7431]), due to [its performance impact][#8065]. ([#8100])

[#7431]: https://github.com/tokio-rs/tokio/pull/7431
[#8065]: https://github.com/tokio-rs/tokio/pull/8065
[#8100]: https://github.com/tokio-rs/tokio/pull/8100