1.2.4
QIT CLI 1.2.4 Release Notes
Bug Fixes
Fixed local --zip runs reusing a stale cached build after rebuilding in place
When running tests against a local zip, the CLI caches the file using a key derived from its path. Overwriting the same zip in place, for example rebuilding a plugin to the same filename, left the previously cached copy in place, so subsequent runs tested the old build. Moving the zip to a new path was the only workaround.
The CLI now re-copies a local zip into the cache when the source file is newer or a different size than the cached copy, so in-place rebuilds are picked up automatically. Unchanged files continue to use the cache with no extra work.
Support and Feedback
If you have any questions, encounter issues, or have suggestions, please visit our GitHub Issues Page or run qit feedback "your message".
What's Changed
- Bust local zip cache to prevent stale runs by @zhongruige in #464
Full Changelog: 1.2.3...1.2.4