Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@NorkzYT NorkzYT released this 01 Jan 18:00
· 6 commits to main since this release

Release v1.0.3 - Cron Schedule Validation & Environment Fixes 🛠️

We are pleased to announce BackupOnePass v1.0.3, featuring important enhancements to cron schedule validation and environment variable handling. This update improves reliability and error handling for backup scheduling.


What's New?

  1. Cron Schedule Validation:

    • Enforced a minimum cron interval of 2 minutes for BACKUP_SCHEDULE.
    • Added validation to prevent invalid schedules from being applied.
    • Improved error feedback for misconfigured schedules.
  2. Environment Variable Export Fix:

    • Fixed escaping in environment variable export to handle special characters safely.
    • Ensures compatibility with complex values in environment variables.

Breaking Changes:

  • Cron Interval Restriction:
    BACKUP_SCHEDULE values less frequent than every 2 minutes are no longer supported.