Skip to content

Releases: NichlasB/alynt-drime-backups-uploader

Alynt Drime Backups Uploader 0.5.13

Choose a tag to compare

@NichlasB NichlasB released this 20 Aug 21:47

Patch release for the V2.1 Request Backup Now pilot. Fixes remote action worker completion so scans with no new candidates succeed without scheduling unnecessary upload work, and an already scheduled upload worker is treated as available instead of a failure.

Alynt Drime Backups Uploader 0.5.12

Choose a tag to compare

@NichlasB NichlasB released this 20 Aug 19:01

What's New in v0.5.12

This release adds the client-side receiver for separately opted-in V2.1 dashboard action intents while preserving the read-only V1 monitoring model by default.

Highlights

  • Adds the signed dashboard action-intent endpoint for the bounded scan/upload-now action.
  • Verifies dashboard signatures, idempotency, rate limits, and busy state before scheduling local work.
  • Reports redacted action summaries without exposing Drime credentials, backup paths, or remote-control surfaces.
  • Updates Composer dev-tool lockfile packages to clear PHPCS/WPCS release security audit advisories.

Upgrade Notes

No breaking changes. Existing dashboard polling remains read-only unless a site administrator explicitly opts this client into V2.1 action requests from the paired dashboard.

Alynt Drime Backups Uploader 0.5.11

Choose a tag to compare

@NichlasB NichlasB released this 18 Aug 09:09

Adds WPvivid Pro/addon schedule detection for read-only dashboard schedule-aware freshness policy.

Alynt Drime Backups Uploader 0.5.10

Choose a tag to compare

@NichlasB NichlasB released this 18 Aug 08:49

Adds redacted WPvivid schedule policy evidence to the authenticated read-only status payload for dashboard schedule-aware freshness.

Alynt Drime Backups Uploader v0.5.9

Choose a tag to compare

@NichlasB NichlasB released this 16 Aug 12:03

What's New in v0.5.9

This patch reduces noisy final-failure emails when Drime returns temporary API errors during backup uploads. Transient 429 and 5xx responses now keep retryable packages queued for later workers, while true final failures remain visible for explicit administrator retry.

Highlights

  • Deferred final failed-upload emails for transient Drime API failures.
  • Prevented automatic scans from requeueing signatures already in the failed-upload registry.
  • Added regression coverage for transient retry deferral and failed-signature queue exclusion.

Upgrade Notes

No breaking changes. Recommended for all rollout sites using failure email notifications or scheduled server/WPvivid uploads.

Alynt Drime Backups Uploader v0.5.8

Choose a tag to compare

@NichlasB NichlasB released this 15 Aug 19:12

What's New in v0.5.8

This patch fixes duplicate-skip handling for WPvivid backup files that already exist in Drime. Those files are now recorded as completed duplicate-skipped uploads instead of retrying until failed-upload email notifications are sent.

Highlights

  • Treat duplicate-skipped WPvivid files as completed uploads.
  • Clear matching queued and failed records once the duplicate-skipped item settles.
  • Add regression coverage for the live WPvivid duplicate notification case.

Changelog

  • Fixed: Treat Drime duplicate-skip results as completed uploads even when the queued item has no sidecars, preventing already-present WPvivid backup files from retrying into failed-upload email notifications.

Upgrade Notes

No breaking changes in this release.

Alynt Drime Backups Uploader v0.5.7

Choose a tag to compare

@NichlasB NichlasB released this 13 Aug 21:17

Adds redacted WPvivid source-activity hints to the authenticated read-only dashboard status payload so dashboards can distinguish WPvivid activity/log evidence from Alynt WPvivid upload proof. No filesystem paths, package identifiers, Drime credentials, signed URLs, or raw package data are exposed.

Alynt Drime Backups Uploader v0.5.6

Choose a tag to compare

@NichlasB NichlasB released this 13 Aug 15:25

Added

  • Added redacted per-source backup freshness and local remote-inventory evidence to the authenticated read-only dashboard status payload, covering server-runner/generic-outbox and WPvivid sources without exposing paths, package identifiers, Drime credentials, or raw remote data.

Changed

  • Hardened the updater release workflow and refreshed the translation template.

Alynt Drime Backups Uploader v0.5.5

Choose a tag to compare

@NichlasB NichlasB released this 12 Aug 12:22

Small patch release for the central dashboard pairing panel. Paired sites now show read-only dashboard monitoring as already active instead of rendering a misleading unchecked opt-in checkbox, while the revoke action remains visible and explicit opt-in is still required for new pairings. Also removes an environment-sensitive rollback test assertion so release CI is stable.

Alynt Drime Backups Uploader v0.5.4

Choose a tag to compare

@NichlasB NichlasB released this 12 Aug 12:05

Fixed

  • Fixed the Central Dashboard panel on already paired sites so it shows read-only monitoring as active instead of displaying a misleading unchecked opt-in checkbox.
  • Kept the revoke action visible and preserved the explicit opt-in requirement for new dashboard pairings.