Skip to content

Release Notes

Kody Jordan edited this page Aug 21, 2026 · 31 revisions

QualityChecks Release Notes - v1.10.0

Release Status

Version 1.10.0 improves post-deployment application loading and prevents disruptive refresh loops during sign-in.

This release includes:

  • Removed the mutable build-version polling and timestamp-based reload URLs.
  • Retains the established application entry and URL handling while using Vite's hashed build assets.
  • Performs one bounded automatic refresh only when a stale JavaScript or stylesheet asset fails to load.

Summary

QualityChecks v1.10.0 replaces the previous cache-busting mechanism with immutable hashed application assets while retaining the established application entry and URL handling. It prevents version-parameter reload loops while retaining one automatic recovery refresh for a genuinely stale asset request.

Included in v1.10.0

Fixes

  • Preserved the existing application entry and URL normalization behavior for production users.
  • Removed timestamp-based build-version checks that could trigger repeated refreshes during deployment propagation.
  • JavaScript and stylesheets use Vite-generated content hashes as their cache keys.
  • A stale JavaScript or stylesheet request triggers at most one automatic refresh while preserving the user route; a repeated failure displays a stable refresh action instead of looping.
  • Added build-artifact verification to ensure each deployment includes a hashed application entry and no mutable build-version file.

QualityChecks-Roadmap Wiki

Overview

Release Notes

Clone this wiki locally