release.2026-08-09T08-35-12Z.2557

FlowiseAI/Flowiserelease.2026-08-09T08-35-12Z.2557Aug 9, 2026by tea-artist

AI Summary

Introduces read-only BYODB settings to prevent configuration errors and improves the reliability of computed field updates and large table backfills.

Key Highlights

  • BYODB database settings now show connection details and status as read-only information.
  • Improved computed-field reliability after permanent table deletion.
  • Improved computed lookup backfills for large tables with resumable batch processing.
  • Soft-deleted tables retain pending updates for replay after restoration.

New Features

  • Read-only BYODB settings display
  • Resumable batch processing for large table backfills

Full Release Notes

## Feature Updates
- BYODB database settings now show connection details, status, and capabilities as read-only information, preventing space users from making unintended configuration changes.

## Bug Fixes & Improvements
- Improved computed-field reliability after permanent table deletion by removing obsolete pending work and avoiding repeated failures. Soft-deleted tables retain pending updates for replay after restoration.
- Improved computed lookup backfills for large tables with resumable batch processing, reducing timeouts and allowing interrupted updates to continue without restarting.