Skip to content

Release v2026.7.4-rc.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jul 08:43
3b8dc4e

Declarative app-schema is now available as an opt-in feature for application tables, and direct-apply fallbacks have been added for app-schema with extension refs and missing columns. Additionally, a bug fix has been applied to ensure all workspaces are copied in the Dockerfile.

What's Changed

Pull Requests

  • 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:

  • 5a0f556 fix(release): copy all workspaces in Dockerfile and revert js-yaml to v4 (#290)

Other Changes:

Stats

  • 7 commits
  • 3 contributors

Installation

Docker:

docker pull ghcr.io/nimbleflux/fluxbase:2026.7.4-rc.3

NPM SDK:

npm install @nimbleflux/fluxbase-sdk@2026.7.4-rc.3

Helm:

helm install fluxbase oci://ghcr.io/nimbleflux/charts/fluxbase --version 2026.7.4-rc.3

CLI:

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

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 08:53:02 UTC