v0.29.9
What's Changed
Build Concurrency 🚀
For the last 2 years, Dokploy has used a single global queue for all builds. Starting with this release, each server now has its own dedicated queue, with support for up to 2 concurrent builds per server default is 1 (unlimited on Enterprise).
This means faster deployments, less waiting, and better resource utilization across your infrastructure. We hope this change helps everyone ship faster!
- refactor: unify server admin tools into dashboard pages with server selector by @Siumauricio in #4625
- Feat/concurrent deployments in memory queue by @Siumauricio in #4645
- fix: resolve server from parent entity in deployment.readLogs by @elijahdev0 in #4689
- feat: enhance TLS certificate selection UI in AddDomain component by @Siumauricio in #4705
- fix: add method="post" to auth forms to prevent credential leak in URL by @vikyw89 in #4683
- Feat/tailwind v4 shadcn update by @Siumauricio in #4706
- feat: add claim mapping functionality to OIDC registration dialog by @Siumauricio in #4712
- fix: allow members with git providers permission to create/delete their own providers by @Siumauricio in #4713
- prevent social icons from overlapping in onboarding layout by @Phoenix1808 in #4692
- fix(registry): preserve username case for ECR compatibility by @rafaumeu in #4647
- fix: don't let ssh-keyscan abort SSH git clones by @weibeu in #4605
- fix(validation): allow hashtag in git branch names by @Siumauricio in #4714
- fix: prevent request path truncation in request logs by @Siumauricio in #4643
- fix: resolve traefik container dynamically in access-log cleanup (swarm mode) by @Siumauricio in #4646
- fix: use github owner login for webhook deploy matching by @agentHits in #4674
- fix(server-setup): report the installed Docker version in the setup banner by @ioanbeilic in #4723
- fix(domain): validate hostname format to reject invalid characters by @Siumauricio in #4729
- fix: reduce SSR payload size by scoping user.get columns by @Siumauricio in #4730
- fix(projects): make project cards grid fill available width by @Siumauricio in #4731
- fix(ai): use nullable instead of optional for configFiles in AI suggestion schema by @Siumauricio in #4732
- fix(deployment): resolve schedule to its service before permission check in allByType by @Siumauricio in #4733
- fix(databases): update default Redis version from 7 to 8 by @GuillaumeLecomte1 in #4224
- feat(databases): add copy button to User and Database Name fields by @Siumauricio in #4735
- fix(ai): allow configFiles to be null in template generator Details type by @Siumauricio in #4736
- fix(backup): redact S3 credentials from logs and error output by @rafaumeu in #4648
- fix(ai): allow Ollama Cloud API key in AI settings by @VincentEmmanuel in #4262
New Contributors
- @elijahdev0 made their first contribution in #4689
- @Phoenix1808 made their first contribution in #4692
- @rafaumeu made their first contribution in #4647
- @weibeu made their first contribution in #4605
- @agentHits made their first contribution in #4674
- @ioanbeilic made their first contribution in #4723
- @GuillaumeLecomte1 made their first contribution in #4224
- @VincentEmmanuel made their first contribution in #4262
Full Changelog: v0.29.8...v0.29.9