v3.82.1

payloadcms/payloadv3.82.1Apr 9, 2026by DanRibbens

AI Summary

This patch release focuses on bug fixes for Next.js turbo server fast refresh configuration, nested docs breadcrumbs, and S3 performance optimization. It also includes documentation corrections and template updates.

Key Highlights

  • Fixed incorrect config key for disabling turbo server fast refresh in Next.js
  • Awaited breadcrumbs in the nested docs plugin to prevent race conditions
  • Optimized S3 storage performance by avoiding getObject calls when ETag matches
  • Fixed incorrect select syntax examples in querying documentation

Full Release Notes

## [v3.82.1](https://github.com/payloadcms/payload/compare/v3.82.0...v3.82.1) (2026-04-09)


### 🐛 Bug Fixes

* **next:** use correct config key for disabling turbo server fast refresh ([#16215](https://github.com/payloadcms/payload/issues/16215)) ([11adc9d](https://github.com/payloadcms/payload/commit/11adc9d))
* **plugin-nested-docs:** await populateBreadcrumbs in resaveChildren ([#15582](https://github.com/payloadcms/payload/issues/15582)) ([0554b50](https://github.com/payloadcms/payload/commit/0554b50))

### ⚡ Performance

* **storage-s3:** avoid getObject call if ETag matches ([#15295](https://github.com/payloadcms/payload/issues/15295)) ([7ccc3f0](https://github.com/payloadcms/payload/commit/7ccc3f0))

### 📚 Documentation

* fix incorrect select syntax example in querying docs ([#14590](https://github.com/payloadcms/payload/issues/14590)) ([be6c443](https://github.com/payloadcms/payload/commit/be6c443))

### 📝 Templates

* bump to 3.82.0, remove --no-server-fast-refresh flag ([#16212](https://github.com/payloadcms/payload/issues/16212)) ([79c8d7e](https://github.com/payloadcms/payload/commit/79c8d7e))

### 🤝 Contributors

- William Ding (@wingding12)
- Syazwan (@syazwanz)
- Alessio Gravili (@AlessioGr)
- Anders Semb Hermansen (@andershermansen)