Skip to content

Release v2026.7.8

Choose a tag to compare

@github-actions github-actions released this 30 Jul 19:59
1756ccf

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:

  • 04a0e45 feat(extensions): enable out-of-the-box via catalog sync + pg_available fallback (#300)

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

NPM SDK:

npm install @nimbleflux/fluxbase-sdk@2026.7.8

Helm:

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

CLI:

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

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-07-30 20:08:45 UTC