Releases: marceloavf/digitalocean-tools-vsts
Releases · marceloavf/digitalocean-tools-vsts
v3.0.0
3.0.0 (2024-11-12)
Bug Fixes
BREAKING CHANGES
- increase node version from v10 to v16
v2.0.1
2.0.1 (2022-01-22)
Bug Fixes
- node-fetch security upgrade (d9e4574)
v2.0.0
2.0.0 (2021-12-13)
Features
BREAKING CHANGES
- Many packages have been updated to major versions
v1.0.0
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
0.5.0 (2020-10-22)
Features
- DOSUpload: add advanced options to concurrency and retry limit (b44872a)
v0.4.0
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
0.3.0 (2020-10-19)
Features
- DOSUpload: add upload queue concurrency (4857f46), closes #12
v0.2.2
0.2.2 (2020-10-16)
Bug Fixes
- DOSDelete: remove isTruncated and use eachPage instead, add tests (e2644f1)
v0.2.1
0.2.1 (2020-10-09)
Bug Fixes
- rework upload implementation, add tests and new configurations (ca69b14)
v0.2.0
0.2.0 (2019-01-21)
Features
- spaces-upload: allow setting content-type and auto-detect common ones (#7) (0b85658)