Skip to content

v1.2.27

Latest
Compare
Choose a tag to compare
@jkaninda jkaninda released this 25 Jan 08:41
· 2 commits to main since this release
dd5f33f

What's Changed

Dependency Updates

  • chore(deps): Bumped Go version from 1.23.4 to 1.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 and MAIL_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