Skip to content

[6.0.2] - 2021-12-03

Compare
Choose a tag to compare
@funkyshu funkyshu released this 03 Dec 19:33
3f11b72

Fixed

  • fixed linting issues with missing godoc on exported functions and new build tag formatting.
  • fixed #92 (broken by #72) where calling ListByPrefix() was fail from non-root locations when calling file-level prefixes.
  • fixed azure helper func for vfssimple, ensuring it works on File URIs in addition to Location URIs
  • fixed #97 by updating vfssimple logic to ensure the most specific registered backend that matches a url is used, not just the first one it comes across. Updated vfssimple docs.
  • Added vfssimple tests. Zero to 100% coverage.
  • Fix codecov validation which got lost when converting to github actions. Removed .travis.yml.