- Bump dependencies - Replace globset with fast-glob for memory usage - Remove --details option from xvc check-ignore - Fixed xvc check-ignore to work with supplied paths - Fixed loading store targets from xvc file list - Directory targets in various commands doesn't require / at the end when they only exist in the cache - Removed some duplicate tests from ignore - Minio tests now use mc instead of s3cmd - Add a step to run a subset of tests in CI for faster feedback
0.6.10
- PR: <https://github.com/iesahin/xvc/pull/259> - Removed caching for globs that caused bugs in Python bindings and long running processes. - Documentation updates - Fix optional features. Now inter-workspace dependencies are defined by `default-features = false` on Cargo.toml - Added `bundled-openssl` feature to use `vendored` feature of `openssl` crate optionally. This is turned on for Windows builds on GA. - Crates are published from Github Actions
0.6.9
- 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