Release v2026.7.4-rc.4
Pre-release
Pre-release
This release includes improvements to app-schema handling, such as name-based column extraction and opt-in declarative schema support. Bug fixes are also included, such as ensuring missing columns are properly handled and fixing issues with workspace copying.
What's Changed
Pull Requests
- fix(schema): name-based column extraction for app-schema fallback (#295) @bartcode
- feat(schema): ensure missing columns in app-schema direct fallback (#294) @bartcode
- fix(schema): direct-apply fallback for app-schema with extension refs (#293) @bartcode
- feat(schema): opt-in declarative app-schema for application tables (#292) @bartcode
- chore(deps): update dependency js-yaml to ^5.2.2 [security] (#291) @app/renovate
- fix(release): copy all workspaces in Dockerfile + revert js-yaml to v4 (#290) @bartcode
- chore(deps): update dependency svelte to ^5.56.5 [security] (#289) @app/renovate
Commits
Features:
- 3b8dc4e feat(schema): ensure missing columns in app-schema direct fallback (#294)
- dbc6653 feat(schema): add direct-apply fallback for app-schema with extension refs (#293)
- b47bff5 feat(schema): opt-in declarative app-schema for application tables (#292)
Bug Fixes:
- 8e29ac7 fix(schema): name-based column extraction for app-schema fallback (#295)
- 5a0f556 fix(release): copy all workspaces in Dockerfile and revert js-yaml to v4 (#290)
Other Changes:
Stats
- 9 commits
- 3 contributors
Installation
Docker:
docker pull ghcr.io/nimbleflux/fluxbase:2026.7.4-rc.4NPM SDK:
npm install @nimbleflux/fluxbase-sdk@2026.7.4-rc.4Helm:
helm install fluxbase oci://ghcr.io/nimbleflux/charts/fluxbase --version 2026.7.4-rc.4CLI:
curl -fsSL https://raw.githubusercontent.com/nimbleflux/fluxbase/main/install-cli.sh | bash -s -- v2026.7.4-rc.4Release 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 09:38:45 UTC