What's Changed
Dependency Updates
- chore(deps): Bumped Go version from
1.23.4
to1.23.5
by @dependabot in #166
New Features
-
feat: Added backup duration metrics by @jkaninda .
This enhancement provides visibility into the time taken for each backup operation, helping users monitor performance. -
feat: Set default values from environment variables if not explicitly provided for multiple backups.
Environment variables can now use the database name as a suffix (e.g.,DB_HOST_DATABASE1
) for more granular configuration.
This simplifies managing multiple databases with unique settings.
Improvements
- chore: Removed
MAIL_USERNAME
andMAIL_PASSWORD
from the required environment variables for notifications.
This change makes the configuration more flexible, allowing users to omit these fields if they are not using username and password.
Full Changelog: v1.2.26...v1.2.27