Full changelog lives in the repository: dbdock/dbdock CHANGELOG.md. Below is a high-level summary of notable releases.Documentation Index
Fetch the complete documentation index at: https://docs.dbdock.xyz/llms.txt
Use this file to discover all available pages before exploring further.
1.1.26 — Latest
--driverflag oncopydbfor serverless Postgres compatibility (Neon, Supabase pooler, PlanetScale Postgres)- Stricter TypeScript types across the codebase
- Re-enabled
@typescript-eslint/no-explicit-any— the codebase is nowany-free - Open-source release: moved to
github.com/dbdock/dbdock, added CONTRIBUTING/SECURITY/CHANGELOG, CI workflow
1.1.22
- Replaced
uuidwithnanoidfor backup ID generation (smaller, URL-safe) - SMTP configuration handling improvements with optional chaining
1.1.17
- Support for environment-only configuration — no config file needed
DBDOCK_DB_URL/DATABASE_URLas first-class database configuration
1.1.15
copydbcommand for direct database-to-database copies
1.1.11
- Custom webhook support
- Improved environment variable handling
1.1.4
- Migration tool for moving legacy secrets from config to env (
dbdock migrate-config) - Credential masking in logs
1.0.0
- First stable release
- PostgreSQL backup and restore
- Storage adapters: local, S3, R2, Cloudinary
- AES-256-GCM encryption, zstd compression
- Retention policies
- Email and Slack alerts
- Cron-based scheduling
- Programmatic SDK

