Releases: fieldcap/datack
Releases · fieldcap/datack
v1.0.20
Changed
- Prevent any task from starting for an item when another job has any uncompleted tasks for it.
v1.0.19
Added
- Add task to restore a SQL Server database.
- Add task to download a S3 file.
- Add task to extract a 7z.
v1.0.17
Changed
- Fixed bug with determening if a database backup is full and not copy only.
v1.0.16
Changed
- Filter out database that do not have a FULL database when trying to create a LOG or DIFF backup.
v1.0.14
Added
Changed
- Upgrade to .NET 7
- Small bug fixes with nullable checks
v1.0.13
Changed
- Upgrade packages, code cleanup.
- Fixed issue with jobs not cancelling when the server throws an error.
v1.0.12
Changed
- Fixed bug with timeout server checking.
v1.0.11
Changed
- Fixed race condition where the job would be marked as completed while it's still setting up.
v1.0.10
Changed
- Fixed issue with the timeout checker timing out a job that hasn't created tasks yet.