v16.2.1-canary.17
📦 next-jsView on GitHub →
✨ 2 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces a new environment variable for filename salting and improves stability by fixing a deadlock issue in the task cache. It also includes various documentation clarifications and test stability improvements.
✨ New Features
- Added NEXT_HASH_SALT environment variable for content-hash filename salting.
- Added TTL support for session dependent tasks.
🐛 Bug Fixes
- Fixed DashMap read-write self-deadlock in task_cache causing hangs.