Skip to content

v0.17.1

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 03:47
· 16 commits to master since this release

0.17.1

  • Fixes a crash when branch names contain a slash. #1089
  • Helper mode: Fixed crashes when environment variables contain invalid UTF-8 sequences. #1085
  • import: --replace-existing now preserves attachments (files at the dataset root level, such as licenses or READMEs) instead of deleting them along with the dataset data. #1083
  • Fixes the HTML diff viewer (-o html) failing to load the page if the data contained <, >, or / characters. #1081
  • Adds support for an env-var flag KART_ALLOW_FROM_GIT=1 that turns off the safe-guard that stops Kart from running on what appear to be Git repositories. #1100
  • Adds support for cloning from git bundles to speed up initial clones of large repositories #1106

New contributors

blacha made their first contribution in #1100