Skip to content

Releases: fieldcap/datack

v1.0.20

25 Jul 19:19
Compare
Choose a tag to compare

Changed

  • Prevent any task from starting for an item when another job has any uncompleted tasks for it.

v1.0.19

24 Jul 15:20
Compare
Choose a tag to compare

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

07 Nov 17:27
Compare
Choose a tag to compare

Changed

  • Fixed bug with determening if a database backup is full and not copy only.

v1.0.16

07 Nov 15:09
Compare
Choose a tag to compare

Changed

  • Filter out database that do not have a FULL database when trying to create a LOG or DIFF backup.

v1.0.15

01 Dec 00:04
Compare
Choose a tag to compare

Changed

  • Fixed PostgreSQL backups

v1.0.14

30 Nov 23:05
Compare
Choose a tag to compare

Added

  • PostgreSQL support

Changed

  • Upgrade to .NET 7
  • Small bug fixes with nullable checks

v1.0.13

18 Jul 14:58
Compare
Choose a tag to compare

Changed

  • Upgrade packages, code cleanup.
  • Fixed issue with jobs not cancelling when the server throws an error.

v1.0.12

31 Jan 14:26
Compare
Choose a tag to compare

Changed

  • Fixed bug with timeout server checking.

v1.0.11

30 Jan 19:37
Compare
Choose a tag to compare

Changed

  • Fixed race condition where the job would be marked as completed while it's still setting up.

v1.0.10

10 Jan 14:27
Compare
Choose a tag to compare

Changed

  • Fixed issue with the timeout checker timing out a job that hasn't created tasks yet.