Skip to content

Release v2026.5.5-rc.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 May 18:36
· 13 commits to main since this release
6892730

What's Changed

Pull Requests

  • feat(e2e-ui): comprehensive Playwright page tests (#227) @bartcode
  • chore(deps): update dependency astro to ^6.2.1 [security] (#226) @app/renovate
  • refactor: god-object decomposition, file splits, facade elimination, SettingsCache extraction (#225) @bartcode
  • refactor: standardize error responses across handlers and middleware (#224) @bartcode
  • refactor: split admin route deps, eliminate Server god-struct (#223) @bartcode
  • refactor: eliminate sideways mutations, split route adapter (#222) @bartcode
  • refactor: eliminate wiring bridge — modules own their handler groups (#221) @bartcode
  • refactor: eliminate Server.Shutdown god-method, clean up module system (#220) @bartcode
  • Quality and security improvements (#219) @bartcode
  • Test coverage improvements, global elimination, E2E tests, and bug fixes (#218) @bartcode
  • Refactor to modular architecture, fix bugs, and improve test infrastructure (#217) @bartcode
  • fix(docs): update broken links in admin, developer-guide, and distributed-tracing docs (#216) @bartcode
  • chore(deps): update dependency axios to ^1.15.2 [security] (#213) @app/renovate

Commits

Features:

  • 46919d9 feat(e2e-ui): comprehensive Playwright page tests (#227)

Bug Fixes:

  • b8619b7 fix: remove unused label variable in auth-flows test
  • 0423410 fix(docs): update broken links in admin, developer-guide, and distributed-tracing docs (#216)
  • 31b8e76 fix: use tenant UUID for user count instead of IS NULL check

Other Changes:

  • 9c645b3 docs: update developer guide for module system and file splits
  • 38281c5 refactor: god-object decomposition, file splits, facade elimination, SettingsCache extraction (#225)
  • 039f66e refactor: standardize error responses across handlers and middleware (#224)
  • 7e7fea9 refactor: split admin route deps, eliminate Server god-struct (#223)
  • f1e7008 refactor: eliminate sideways mutations, split route adapter (#222)
  • 2c483d8 refactor: eliminate wiring bridge — modules own their handler groups (#221)
  • 2d51f52 refactor: eliminate Server.Shutdown god-method, remove dead registrations (#220)
  • 931fe52 Quality and security improvements (#219)
  • 3101d6f Test coverage improvements, global elimination, E2E tests, and bug fixes (#218)
  • 04478d6 Refactor to modular architecture, fix bugs, and improve test infrastructure (#217)

Stats

  • 19 commits
  • 3 contributors

Installation

Docker:

docker pull ghcr.io/nimbleflux/fluxbase:2026.5.5-rc.2

NPM SDK:

npm install @nimbleflux/fluxbase-sdk@2026.5.5-rc.2

Helm:

helm install fluxbase oci://ghcr.io/nimbleflux/charts/fluxbase --version 2026.5.5-rc.2

CLI:

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

Release automatically generated by GitHub Actions


Smoke Test Results

Component Status
Docker Image ✅ Verified
NPM SDK ✅ Verified
NPM React SDK ✅ Verified

Smoke tests completed at 2026-05-17 18:45:28 UTC