Skip to content

v0.4.3-dev.2

Pre-release
Pre-release

Choose a tag to compare

@GilbN GilbN released this 22 Jul 22:00
· 866 commits to develop since this release
0a80044

What's Changed

  • fix: improve service worker handling and optimize access log queries by @GilbN in #48
  • Fixed a stale service worker breaking production loads (blank page, module
    MIME-type errors): the app shell at / is no longer precached (navigations
    are NetworkFirst with the cached shell as offline fallback), and /sw.js
    404s while VITE_DEV_MODE=true so a dev-mode server can never install the
    worker.

  • /api/v1/access-logs now runs separate page and count queries instead of a
    count(*) OVER () window function, cutting large time-range requests from
    15+ s to ~130 ms on a 17M+ dataset.

Full Changelog: v0.4.3-dev.1...v0.4.3-dev.2