Skip to content

v0.9.0-rc.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 08:48
· 168 commits to main since this release
f5cf19d

Changelog

  • f5cf19d Merge pull request #360 from zong-zhe/add-tmp-path
  • 1e80f0e fix: fix windows test case
  • 12338e0 fix: fix test case
  • 755928d feat: add a tmp dir for adding dependency to reduce the impact of failed downloads
  • c5c5085 Merge pull request #359 from zong-zhe/fix-git-url-scheme
  • 20f945d fix: add default scheme https
  • 8b8d033 fix: fix invalid git url
  • 4244558 Merge pull request #358 from zong-zhe/refactor-parse-url
  • 433c658 fix: fix test case
  • 0739548 fix: fix typo
  • 780950e refactor: refactor the function to parse KCL dependency url
  • d7258bd feat: support add dependencies from url (#357)
  • 7a35562 Merge pull request #354 from officialasishkumar/refactor-dowloading-git-repo-via-gitDownloader
  • e496a6f removed git subdirectory when download from git Downloader
  • 33f0bac feat: change git download from DownloadFromGit to GitDownloader
  • 6359c77 typo fix in TestDownloadOci in client_test.go
  • f76ef15 feat: added tests for gitDownload