Releases: InfuseAI/ArtiVC
Releases · InfuseAI/ArtiVC
v0.11.0
v0.10.0
What's Changed
- nit: remove else block by @siansiansu in #45
- fix url parsing error in ssh backend by @wcchang1115 in #46
- adjust the entry button and features' headline by @wcchang1115 in #47
- revise description by @wcchang1115 in #49
- chore(manager): also check err is nil or not by @appleboy in #50
- chore(executor): only wait number of go routine by @appleboy in #51
New Contributors
- @siansiansu made their first contribution in #45
Full Changelog: v0.9.0...v0.10.0
v0.9.0
Document
- New logo!
- New cheatsheet
Enhancement
v0.8.0
New Features
- New backend: Google Cloud Storage
- New backend: Azure Blob Storage
Improvements
- Backend: SSH Redesign the SSH backend. Use only one SSH connection with SFTP protocol to transfer data.
v0.7.0
New Feature
- New repository: SSH: Now, you can snapshot your data from local filesystem to a remote filesystem through the SSH repository. Learn more
- Add symbolic support: The symbolic links in the workspace can be also versioned as the regular files.
- Add file permission mode support: The permission mode of file is also kept in the commit.
- debug flag: You can use
avc --debug <subcommand>
to see the debug message.
Others
- New official website https://artivc.io
- Add integration test for s3
v0.6.0
Breaking changes
- Rename the repository name. From ArtiV to ArtiVC
- The executable binary changes from
art
toavc
New Features
- Support rclone repository
- Support partial download
Enhancement
- Don't upload same content if multiple files contain the same content.
- Fix the progress does not show when uploading big files to s3
Document
- Add benchmark page
v0.5.1
Bug fixes
- Fix cross-device link error when
art get
to mounted device.
v0.5.0
New Feature
- Atomic download
- Add
art clone
command - Add
art status
command
Feature Change
- Remove
git pull --merge
andgit pull --sync
. Addgit pull --delete
Others
- New doc site
v0.4.1
Enhancement
- Support atomic download
- Support atomic upload for local repo
- Support relative path for local repo
v0.4.0
New Features
- Homebrew support
- Show transfer speed when uploading or downloading
- Support
.artignore