Releases: hashicorp/go-getter
Releases · hashicorp/go-getter
v1.4.1
v1.4.0
Bug fixes:
- Reflect Go 1.12 changes which make SCP-style URLs with explicit SSH scheme invalid #205 This makes
Detector
fail early, instead of ignoring the invalid URL and letting Getter fail. This also replaces custom validation message with the one fromnet/url
library in Go 1.12.8+ or any such patched versions of Go.
Enhancements:
- Support for BitBucket API 2.0 #189
v1.3.0
v1.2.0
v1.1.0
v1.0.3: Merge pull request #163 from hashicorp/checksum_pass_args
v1.0.2: Merge pull request #159 from hashicorp/windows_copy
getfile on windows: when a file cannot be symlinked for privilege reasons, copy it
v1.0.1: Merge pull request #154 from hashicorp/add_progress_bar_dep
go mod, use/add github.com/cheggaaa/pb v1.0.27 & run go mod tidy