v0.28.4

Dokploy/dokployv0.28.4Mar 6, 2026by github-actions[bot]

AI Summary

Refactored authentication logic and simplified mutation handling in the frontend. Fixed backup rsync commands to exclude special files and ensured Docker login before rollback operations.

Key Highlights

  • Refactored authClient to use api.organization.active
  • Simplified createMount mutation by returning the promise directly
  • Fixed Docker login before rollback and fixed execAsyncRemote argument order
  • Enhanced Docker configuration with environment variables for API access
  • Added enableSubmodules and updated watchPaths in application schema

New Features

  • Enhanced Docker configuration with environment variables for API
  • Added enableSubmodules and update watchPaths in application schema

Full Release Notes

## What's Changed
* refactor: replace authClient with api.organization.active for active … by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3880
* refactor: simplify createMount mutation by returning the promise dire… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3881
* fix: update rsync command in web-server backup to exclude special fil… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3893
* fix: add docker login before rollback and fix execAsyncRemote argument order by @aak-lear in https://github.com/Dokploy/dokploy/pull/3882
* feat: enhance Docker configuration with environment variables for API… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3894
* feat: add enableSubmodules and update watchPaths in application schema by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3898
* fix: skip redirect middleware for preview deployments to prevent wild… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3899

## New Contributors
* @aak-lear made their first contribution in https://github.com/Dokploy/dokploy/pull/3882

**Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.28.3...v0.28.4