Skip to content

v3.68.2

Choose a tag to compare

@denolfe denolfe released this 10 Dec 19:31
· 651 commits to main since this release
309ae51

v3.68.2 (2025-12-10)

🐛 Bug Fixes

  • next: use fileURLToPath for cross-platform path resolution (#14877) (e86098d)

Fixes Windows users getting ENOENT errors on dev startup.

  • next: unhandled error in renderListView server function when no user present (#14878) (10a8f0f)
  • next: merge user serverExternalPackages in withPayload (#14881) (dcecc46)

🛠 Refactors

  • replace generic Error('Unauthorized') with UnauthorizedError (#14879) (c9a8aa0)
  • next: remove unnecessary react hooks from DefaultTemplate rsc (#14876) (7a94cc1)

🏡 Chores

  • translations: improve Vietnamese translations (#14886) (25ef7d1)

🤝 Contributors