Release v2026.8.1
Fixed issues with authentication, including degrading to anonymous access on expired tokens and clearing stale sessions when token refresh fails. These changes improve the overall authentication experience.
What's Changed
Pull Requests
- fix(sdk): clear stale session when 401 token refresh fails (#305) @bartcode
- fix(auth): degrade to anonymous on expired tokens for optional-auth routes (#304) @bartcode
- fix(schema): DROP VIEW before CREATE OR REPLACE VIEW in MakeSQLIdempotent (#303) @bartcode
Commits
Bug Fixes:
- 360da61 fix(auth): degrade to anonymous on expired tokens for optional-auth routes (#304)
- 7cc02f7 fix(sdk): clear stale session when 401 token refresh fails (#305)
Other Changes:
Stats
- 3 commits
- 2 contributors
Installation
Docker:
docker pull ghcr.io/nimbleflux/fluxbase:2026.8.1NPM SDK:
npm install @nimbleflux/fluxbase-sdk@2026.8.1Helm:
helm install fluxbase oci://ghcr.io/nimbleflux/charts/fluxbase --version 2026.8.1CLI:
curl -fsSL https://raw.githubusercontent.com/nimbleflux/fluxbase/main/install-cli.sh | bash -s -- v2026.8.1Release automatically generated by GitHub Actions
Smoke Test Results
| Component | Status |
|---|---|
| Docker Image | ✅ Verified |
| NPM SDK | ✅ Verified |
| NPM React SDK | ✅ Verified |
| NPM Svelte SDK | ✅ Verified |
| NPM Next.js SDK | ✅ Verified |
| NPM Vue SDK | ✅ Verified |
Smoke tests completed at 2026-08-01 07:56:46 UTC