3.66.0
Breaking Changes📦 dvcView on GitHub →
⚠ 1 breaking✨ 1 features
Summary
This release restricts the `pathspec` dependency to versions below 1, introduces the `--collapse-foreach-matrix` CLI option, and updates the `flufl-lock` version bounds.
⚠️ Breaking Changes
- The `pathspec` dependency is now restricted to versions <1, which may break projects that relied on newer versions. Update your `pathspec` requirement to <1 or adjust code to be compatible.
Migration Steps
- If your project depends on `pathspec` >=1, downgrade the dependency to a version <1 or modify code to work with the older API.
✨ New Features
- Added `--collapse-foreach-matrix` CLI option to collapse foreach/matrix stages into a single node.