Skip to content

1.2.3

Choose a tag to compare

@github-actions github-actions released this 23 Jun 23:04
· 79 commits to trunk since this release

QIT CLI 1.2.3 Release Notes

Bug Fixes

Fixed intermittent "manager sync data bucket for 'versions' is not available" error in CI

Resolved a race condition that could cause test runs to fail with
Failed to parse environment JSON and The manager sync data bucket for 'versions' is not available,
most often on cold CI runners using --woocommerce_version=rc or --wordpress_version=rc.

The sync data that resolves these versions is cached with a short TTL and refreshed at
CLI startup. Slow setup steps — package download, npm install, and Playwright browser
installation — could elapse past that TTL before the version was resolved, leaving the
cache pruned. The CLI now re-syncs on demand when the data has expired instead of failing.

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

  • Re-sync on stale manager sync bucket to fix cold-CI race (qit-984) by @zhongruige in #463

Full Changelog: 1.2.2...1.2.3