github GilbN/geometrikks v0.7.1

latest release: v0.8.0-dev.1
16 hours ago

What's Changed

  • build(deps): bump aiohttp from 3.14.1 to 3.14.3 in the uv group across 1 directory by @dependabot[bot] in #118
  • build(deps): bump the github-actions group across 1 directory with 5 updates by @dependabot[bot] in #98
  • Feat/auth disabled mode by @GilbN in #119
  • build(deps): bump the github-actions group with 5 updates by @dependabot[bot] in #120
  • chore(deps): bump lucide-react from 0.562.0 to 1.27.0 by @dependabot[bot] in #99
  • build(deps-dev): bump vite from 7.3.6 to 8.2.0 by @dependabot[bot] in #100
  • build(deps-dev): bump @vitejs/plugin-react from 5.2.0 to 6.0.5 by @dependabot[bot] in #101
  • build(deps): bump the python-minor-patch group across 1 directory with 3 updates by @dependabot[bot] in #122
  • build(deps): bump the frontend-minor-patch group across 1 directory with 9 updates by @dependabot[bot] in #123
  • fix: show chart tooltips and summary range in local time by @GilbN in #126
  • fix(frontend): keep analytics charts readable on dense and spike-dominated data by @GilbN in #127
  • fix(analytics): bucket daily chart data into browser-local days by @GilbN in #128
  • Release v0.7.1 by @GilbN in #130

Highlights

Added

  • Time-series charts auto-clamp the y-axis when a single traffic burst dwarfs the rest of the range, with a "y-axis clipped" note and true values kept in tooltips.
  • Settings > Status Authentication card reporting whether built-in auth is active.
  • /logout as a route of its own.

Changed

  • GET /api/v1/auth/me now reports an auth mode (session / disabled); the auth endpoints answer as mode-appropriate no-ops when APP_AUTH_DISABLED=true.
  • 404/401 responses log a single client_error warning instead of an error-level traceback.

Fixed

  • Daily chart buckets are computed as browser-local days, so "Today" no longer renders an extra day.
  • Status-classes chart switches to a stacked area past 48 buckets instead of rendering invisible sub-pixel bars.
  • Chart tooltips and the Summary date-range badge show browser-local time instead of raw UTC.
  • With APP_AUTH_DISABLED=true the auth endpoints stay registered, so /api/v1/auth/me no longer 404s on every page load.

Full Changelog: v0.7.0...v0.7.1

Don't miss a new geometrikks release

NewReleases is sending notifications on new releases.