- Added sqlite-query dependency to xvc pipelines. A step is invalidated to run when the output from an SQLite query changes. - Moved bundled sqlite behind a feature flag, bundled_sqlite. - Merged xvc-workflow-tests crate to the main xvc crate. - Added compiling Xvc with non-default features document
0.6.8
- Modifications for Python bindings
0.6.7
- Added `xvc file share` command to share files from S3 signed URLs
0.6.6
- Added `xvc pipeline step remove` command - Added `to` and `for` as aliases to `--step-name` option in `xvc pipeline step dependency` - Added custom Display implementation for dependency types
0.6.5
- Add benchmarks between Xvc and DVC
- Add how-to/benchmark-versus-dvc.md - Add regex filtering for how-to documents to trycmd test docs
- Refactored Pipelines API to expose more functionality - PR: <https://github.com/iesahin/xvc/pull/243> - Exposed Git operations in the API - Fixed `xvc pipeline step update` clobbering `--when` option
- Added `xvc pipeline step list` command to list pipeline steps
- Updated file related operations not to list all files - Added `XvcPathMetadataProvider` to `xvc-walker` to cache file system metadata - Added git revision to the version stringZ - `xvc file list` doesn't list files starting with `.` now. - Added `--show-dot-files` to list them. - Fixed `--recheck-method` to be reset to default if not specified
0.6.3
- Updated README and added its commands to the tests - Updated openssl dependency to use vendored feature for Python bindings - Fixed clippy warnings - Initial Python bindings in <https://github.com/iesahin/xvc.py>