Change8

v16.2.0-canary.3

Breaking Changes
📦 next-jsView on GitHub →
1 breaking1 features🔧 1 symbols

Summary

This release removes the deprecated `deploymentId` from App Router render options and introduces an LRU cache with invocation ID scoping for the minimal mode response cache.

⚠️ Breaking Changes

  • Removed the `deploymentId` field from App Router `RenderOptsPartial`. Consumers relying on this field must update their code.

Migration Steps

  1. Remove usage of `deploymentId` when constructing or using `RenderOptsPartial` in App Router contexts.

✨ New Features

  • Implemented LRU cache with invocation ID scoping for minimal mode response cache.

Affected Symbols