tokio-1.25.0

tokio-rs/tokiotokio-1.25.0Jan 29, 2023by Darksonn

AI Summary

This release focuses on improving runtime metrics reporting and increasing buffer sizes for file operations, along with adding a new method to broadcast channels. It serves as a maintenance update to address specific bugs and enhance I/O performance.

Key Highlights

  • Fixed runtime metrics reporting
  • Added `broadcast::Sender::len` method
  • Increased maximum read buffer size to 2MiB

New Features

  • broadcast::Sender::len

Full Release Notes

# 1.25.0 (January 28, 2023)

### Fixed

- rt: fix runtime metrics reporting ([#5330])

### Added

- sync: add `broadcast::Sender::len` ([#5343])

### Changed

- fs: increase maximum read buffer size to 2MiB ([#5397])

[#5330]: https://github.com/tokio-rs/tokio/pull/5330
[#5343]: https://github.com/tokio-rs/tokio/pull/5343
[#5397]: https://github.com/tokio-rs/tokio/pull/5397