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