Skip to content

Release v2026.7.4-rc.5

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jul 12:12
be646cf

Declarative app-schema support has been added for application tables, including direct-apply fallback and .pgschemaignore support. Bug fixes include improved name-based column extraction and copying all workspaces in the Dockerfile.

What's Changed

Pull Requests

  • feat(schema): .pgschemaignore support for declarative app-schema + bump pgschema to 1.12.1 (#297) @bartcode
  • 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:

  • be646cf feat(schema): .pgschemaignore support for declarative app-schema + bump pgschema to 1.12.1 (#297)
  • 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

  • 11 commits
  • 3 contributors

Installation

Docker:

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

NPM SDK:

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

Helm:

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

CLI:

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

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 12:22:35 UTC