Skip to content

Commit c4153fa

Browse files
committed
docs: mark SUPABASE_KEY rename as breaking change in CHANGELOG
1 parent c9c7af9 commit c4153fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Dashboard redesigned with dark theme and glassmorphism (PR #219).
2626
- NavLink component moved to module scope to prevent remount on every render.
2727
- Replaced manual fetch-in-useEffect with React Query for repo list (30s polling, request dedup, caching).
28-
- Docker env vars standardized: SUPABASE_ANON_KEY (was SUPABASE_KEY), added SUPABASE_JWT_SECRET, VOYAGE_API_KEY, COHERE_API_KEY, SENTRY_DSN.
28+
- Docker env vars standardized: SUPABASE_ANON_KEY replaces SUPABASE_KEY (**Breaking** -- self-hosted users must rename SUPABASE_KEY to SUPABASE_ANON_KEY in their .env). Added SUPABASE_JWT_SECRET, VOYAGE_API_KEY, COHERE_API_KEY, SENTRY_DSN.
2929
- Repository type in useCachedQuery now uses shared interface (fixes undefined git_url).
3030

3131
### Removed

0 commit comments

Comments
 (0)