v0.26.2

Dokploy/dokployv0.26.2Dec 13, 2025by github-actions[bot]

AI Summary

Fixed backup log cleanup optional chaining. Updated Next.js to v16.0.10 and removed Turbopack. Prevented renaming of the default environment and enforced build server selection rules.

Key Highlights

  • Updated Next.js to version 16.0.10
  • Prevented renaming of the default environment
  • Enforced build server selection rules
  • Refactored deployments to execute in background to prevent timeouts

New Features

  • Next.js upgrade to 16.0.10
  • Environment protection (default env)
  • Build server selection enforcement
  • Background deployment execution

Full Release Notes

## What's Changed
* fix(backups): optional chaining for logCleanupCron by @AbdenourTadjer33 in https://github.com/Dokploy/dokploy/pull/3221
* chore(dependencies): update Next.js to version 16.0.10 and remove tur… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3250
* fix(environment): prevent renaming of the default environment by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3251
* fix(environment): clarify .env file creation instructions by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3252
* fix(build-server): enforce selection rules for Build Server and Build… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3257
* Fix/long request on cleanup by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3258
* refactor(deploy): execute deployments in background to prevent timeouts by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3259

## New Contributors
* @AbdenourTadjer33 made their first contribution in https://github.com/Dokploy/dokploy/pull/3221

**Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.26.1...v0.26.2