v0.21.4
Dokploy/dokployv0.21.4Apr 6, 2025by github-actions[bot]
AI Summary
Significant improvements to project management, backup systems (S3 path normalization, auto-deletion), and security measures like HTTPS support and sensitive file removal.
Key Highlights
- Implemented normalizeS3Path utility for backups
- Added HTTPS support and updated user schema
- Fixed sensitive files removal on static build
New Features
- HTTPS support implementation
- S3 path normalization
- Project name validation (disallow start/end with space)
- Projects grid improvement
- Docker login command refactor
- Backup auto-deletion
- Application reload error handling
- Database bulk action endpoint fix
Full Release Notes
## What's Changed * feat(handle-project): enhance project name validation to disallow sta… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/1623 * feat: improve projects grid by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/1630 * feat(registry): refactor Docker login command execution to use execFi… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/1635 * feat(backups): implement normalizeS3Path utility and integrate into b… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/1638 * fix(security): remove sensitive files on static build by @lorenzomigliorero in https://github.com/Dokploy/dokploy/pull/1631 * fix(backups): web-server backups auto-deletion by @vicke4 in https://github.com/Dokploy/dokploy/pull/1616 * feat(settings): add HTTPS support and update user schema by @Siumauricio in https://github.com/Dokploy/dokploy/pull/1637 * fix(application): enhance application reload process with error handl… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/1640 * fix(backups): suppress output during backup and restore processes by @Siumauricio in https://github.com/Dokploy/dokploy/pull/1641 * fix: resolve incorrect endpoints for database bulk actions (#1626) by @krokodaws in https://github.com/Dokploy/dokploy/pull/1629 ## New Contributors * @krokodaws made their first contribution in https://github.com/Dokploy/dokploy/pull/1629 **Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.21.3...v0.21.4