Skip to content

Releases: clownware/go-performance-starter

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 18:56
419887e

What's Changed

  • feat(patterns): group 19 patterns into 5 categories with docs-style discovery by @chrispezza in #64
  • docs(changelog): 0.8.0 entry by @chrispezza in #65

Full Changelog: v0.7.0...v0.8.0

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 18:14
dd03f50

What's Changed

  • feat(patterns): wave 2 — 7 more showcases; kill the full-screen loading flash by @chrispezza in #62
  • docs(changelog): 0.7.0 entry by @chrispezza in #63

Full Changelog: v0.6.0...v0.7.0

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 17:45
8e5c21d

What's Changed

  • fix(ci): pass the release tag into the Docker build by @chrispezza in #55
  • feat(auth): enable guest mode — anonymous sign-ins are on in Supabase by @chrispezza in #56
  • feat(design): role-based tokens (ADR-029) + UX polish pass by @chrispezza in #57
  • docs(changelog): 0.6.0 entry by @chrispezza in #58

Full Changelog: v0.5.2...v0.6.0

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 12 Jul 16:42
b4f557e

What's Changed

  • fix(assets): version-stamped static URLs — deploys bust the 1-year cache by @chrispezza in #54

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 08:33
51899d6

What's Changed

  • fix(auth): visible signup/login feedback — plain toasts, inline alerts, 4xx swaps by @chrispezza in #53

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 08:12
6ea07d7

What's Changed

  • feat(ux): brand lockup, sun/moon theme toggle, home surface directory by @chrispezza in #50
  • feat(ux): tabbed auth card + signed-out teasers for quiz and flashcards by @chrispezza in #51
  • docs(changelog): 0.5.0 entry by @chrispezza in #52

Full Changelog: v0.4.1...v0.5.0

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 07:20
89dea0a

What's Changed

  • fix(ci): deploy via Fly registry mirror — GHCR private images are unpullable by @chrispezza in #49

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 07:10
3102ac4

What's Changed

  • chore: rename to go-performance-starter + pre-publication integrity fixes by @chrispezza in #42
  • feat(demo): /patterns showcase + RLS-backed quiz (ADR-024 Slice A) by @chrispezza in #43
  • feat(demo): flashcard review UI on FlashcardRepo (ADR-024 Slice B) by @chrispezza in #46
  • feat(demo): retire the stub demos (ADR-024 Slice C) by @chrispezza in #45
  • fix(ux): Phase A — revive Alpine under CSP, navigation, login redirect, quiz seeds by @chrispezza in #47
  • docs(changelog): 0.4.0 entry by @chrispezza in #48

Full Changelog: v0.3.1...v0.4.0

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 12 Jul 02:58

What's Changed

  • test: close handler and org-repo coverage gaps by @chrispezza in #40
  • fix(db): move RLS helper out of Supabase-reserved auth schema by @chrispezza in #41

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:38
212c637

What's Changed

  • feat(view): add templ tooling and convert home page (Phase 1) by @chrispezza in #2
  • feat(view): templ component library (Phase 2) by @chrispezza in #5
  • feat(view): convert all pages and partials to templ (Phase 3) by @chrispezza in #7
  • feat(view): complete templ migration (Phases 2-5) by @chrispezza in #10
  • feat(css): migrate to Tailwind CSS 4 and update dependencies by @chrispezza in #11
  • feat: v0.2.0 — resolve open issues #3, #4, #9 by @chrispezza in #12
  • feat: agentic discipline parity + docs/messaging modernization by @chrispezza in #15
  • docs: ADR-024 demo direction + design brief by @chrispezza in #19
  • fix(lint): migrate golangci-lint to v2 + add vuln-scan job (closes #18) by @chrispezza in #20
  • fix(db): repair broken sqlc generation (schema drift) by @chrispezza in #21
  • fix(ci): bootstrap auth.uid() stub so migrations run on vanilla Postgres (closes #23) by @chrispezza in #24
  • feat(demo): quiz + flashcards data layer (ADR-024) [needs test harness] by @chrispezza in #22
  • test(repo): Postgres integration tests for quiz + flashcard repos by @chrispezza in #25
  • test(rls): prove flashcard RLS isolation + scope service_role_bypass TO service_role by @chrispezza in #26
  • test(repo): user repository integration + RLS isolation by @chrispezza in #27
  • docs(adr): deployment target (ADR-025), logging standard (ADR-026), accept ADR-024 by @chrispezza in #30
  • feat(security): production hardening — CSRF, timeouts, pool tuning, metrics gating by @chrispezza in #31
  • feat(rls): enforce row-level security at runtime via scoped repositories by @chrispezza in #32
  • chore: consistency sweep — slog everywhere, dead code, RLS forward migration by @chrispezza in #33
  • feat(auth): anonymous guest-mode backend — GoTrue sign-in, claims plumbing, TTL reaper by @chrispezza in #34
  • feat(deploy): release pipeline, fly.toml worked example, migrate-before-deploy by @chrispezza in #35
  • fix(docker): npm ci without removed --only flag; build image in PR CI by @chrispezza in #36

Full Changelog: v0.1.0...v0.3.0