github GilbN/geometrikks v0.4.3-dev.2

latest releases: v0.15.0-dev.2, v0.15.0-dev.1, v0.14.3...
pre-releaseone month ago

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

Don't miss a new geometrikks release

NewReleases is sending notifications on new releases.