rs-0.55.2

zed-industries/zedrs-0.55.2Aug 6, 2026by github-actions[bot]

AI Summary

Released Rust Polars 0.55.2 with adaptive HTTP rate-limiting and various bug fixes including rayon unsoundness.

Key Highlights

  • Added adaptive HTTP rate-limiter for cloud IO
  • Fixed unsoundness in rayon block_on
  • Improved CSPE node equality checking

New Features

  • Adaptive HTTP rate-limiter implementation

Full Release Notes

## ✨ Enhancements

- Add adaptive HTTP rate-limiter for cloud IO (#28591)

## 🐞 Bug fixes

- Unsoundness in rayon block\_on (#28709)
- Check for (shallow) IR node equality on top of hashing in CSPE (#28506)

## 📖 Documentation

- Document that arg\_extremum functions return any index on ties (#28691)

Thank you to all our contributors for making this release possible!
@dancsi, @dsprenkels, @kdn36, @orlp and @ritchie46