Skip to content

Releases: marceloavf/digitalocean-tools-vsts

v2.0.1

22 Jan 17:04
Compare
Choose a tag to compare

2.0.1 (2022-01-22)

Bug Fixes

  • node-fetch security upgrade (d9e4574)

v2.0.0

13 Dec 14:52
Compare
Choose a tag to compare

2.0.0 (2021-12-13)

Features

BREAKING CHANGES

  • Many packages have been updated to major versions

v1.0.0

07 Nov 21:11
Compare
Choose a tag to compare

1.0.0 (2020-11-07)

Features

  • DOSDownload: add digitalocean spaces download task (#15) (c886ab3)

BREAKING CHANGES

  • This release change and improve a lot of things in multiple tasks (Delete & Upload).

  • docs: update links to use repository instead of wiki
  • chore: upgrade packages and node to v14
  • fix(DOSDelete): refactor filter files
  • refactor(DOSUpload): use common filter files
  • feat: add task to download from space
  • fix(DOSDownload): get stream errors on pipe and before
  • test(DOSDownload): add error tests
  • chore: reduce code duplication on tests
  • test: refactor parameters tests
  • docs(readme): add tips and tweaks links
  • chore: remove unused package
  • chore(DOSUpload): add matcher package
  • chore: remove inner packages to allow webpack implementation
  • chore: add webpack
  • fix(DOSUpload): remove unused resource path
  • fix(DOSDownload): source & target path, icon, getInput instead of path

v0.5.0

22 Oct 11:44
Compare
Choose a tag to compare

0.5.0 (2020-10-22)

Features

  • DOSUpload: add advanced options to concurrency and retry limit (b44872a)

v0.4.0

20 Oct 17:44
Compare
Choose a tag to compare

0.4.0 (2020-10-20)

Bug Fixes

  • DOSDelete: disable filename patterns glob when enable semver (964516c)

Features

  • DOSUpload: add retry failed upload (f441ac0)

v0.3.0

19 Oct 17:42
Compare
Choose a tag to compare

0.3.0 (2020-10-19)

Features

  • DOSUpload: add upload queue concurrency (4857f46), closes #12

v0.2.2

16 Oct 16:39
Compare
Choose a tag to compare

0.2.2 (2020-10-16)

Bug Fixes

  • DOSDelete: remove isTruncated and use eachPage instead, add tests (e2644f1)

v0.2.1

09 Oct 13:34
Compare
Choose a tag to compare

0.2.1 (2020-10-09)

Bug Fixes

  • rework upload implementation, add tests and new configurations (ca69b14)

v0.2.0

21 Jan 15:28
Compare
Choose a tag to compare

0.2.0 (2019-01-21)

Features

  • spaces-upload: allow setting content-type and auto-detect common ones (#7) (0b85658)

v0.1.1

07 Aug 18:28
Compare
Choose a tag to compare

0.1.1 (2018-08-07)

Bug Fixes

  • spaces-delete: include filter to remove non string to sort (0d1b65d)