Release v2026.7.8
Bug fixes and maintenance improvements, including fixes for schema and extension issues, such as catalog sync ordering and empty userID normalization. Additional functionality has been added to enable out-of-the-box extensions via catalog sync.
What's Changed
Pull Requests
- fix(schema): DROP VIEW before CREATE OR REPLACE VIEW in MakeSQLIdempotent (#303) @bartcode
- fix(schema): run ensureMissingColumns BEFORE bulk SQL exec in fallback (#302) @bartcode
- fix(extensions): catalog sync ordering + empty userID normalization (#301) @bartcode
- feat(extensions): enable out-of-the-box via catalog sync + pg_available fallback (#300) @bartcode
Commits
Features:
Bug Fixes:
- 1756ccf fix(schema): prepend DROP VIEW for CREATE OR REPLACE VIEW in MakeSQLIdempotent (#303)
- 15a5e97 fix(schema): run ensureMissingColumns BEFORE bulk SQL exec in fallback (#302)
- 7b29ca4 fix(extensions): catalog sync ordering + empty userID normalization (#301)
Other Changes:
Stats
- 8 commits
- 2 contributors
Installation
Docker:
docker pull ghcr.io/nimbleflux/fluxbase:2026.7.8NPM SDK:
npm install @nimbleflux/fluxbase-sdk@2026.7.8Helm:
helm install fluxbase oci://ghcr.io/nimbleflux/charts/fluxbase --version 2026.7.8CLI:
curl -fsSL https://raw.githubusercontent.com/nimbleflux/fluxbase/main/install-cli.sh | bash -s -- v2026.7.8Release 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-07-30 20:08:45 UTC