- When fetching files from Google Cloud Storage, go-getter will now consider the
GOOGLE_OAUTH_ACCESS_TOKEN
environment variable as a potential source of a Google Cloud Platform access token. (#302) - Fixed a regression from v1.5.9 where
git::
sources would no longer accept direct commit ids in the optionalref
argument, and would instead only allow named refs from the remote. As a compromise, go-getter will now accept forref
anything thatgit checkout
would accept as a valid tree selector, unless you also setdepth
to activate shallow clone mode in which caseref
must be a named ref due to requirements of the Git protocol in that case. (#345)