Skip to content

Release v2026.8.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 07:45
360da61

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.1

NPM SDK:

npm install @nimbleflux/fluxbase-sdk@2026.8.1

Helm:

helm install fluxbase oci://ghcr.io/nimbleflux/charts/fluxbase --version 2026.8.1

CLI:

curl -fsSL https://raw.githubusercontent.com/nimbleflux/fluxbase/main/install-cli.sh | bash -s -- v2026.8.1

Release 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