Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 23:08
Update inner workings

- Changed backup and restore to use laravel pipeline, which enables DI in the pipes (before drivers).
- Changed the `BackupDriver` contract to an abstract and renamed it to `BackupPipe`.
- Remove the path based restore process in favor of `BackupDto`s this change allows us to dispatch the backup we are restoring from in the new events.
- Added four events: `BackupCreated`, `BackupRestored`, `RestoreFailed`, `BackupFailed`.

We also cleaned up the code a bunch, and added a more tests and assertions