Skip to content

feat: upgraded Langflow version to 1.9.0, upgraded Docling version#1366

Merged
lucaseduoli merged 9 commits intorelease-saas-0.1from
feat/langflow_upgrade_saas
Apr 14, 2026
Merged

feat: upgraded Langflow version to 1.9.0, upgraded Docling version#1366
lucaseduoli merged 9 commits intorelease-saas-0.1from
feat/langflow_upgrade_saas

Conversation

@lucaseduoli
Copy link
Copy Markdown
Collaborator

@lucaseduoli lucaseduoli commented Apr 9, 2026

This pull request updates Langflow version to 1.9.0, and updates the DoclingManager process management in the TUI to improve reliability and simplify output handling. The most significant change is redirecting the subprocess output to a log file instead of using pipes, which prevents crashes when the parent process exits unexpectedly. The code also upgrades dependencies and streamlines output capture by tailing the log file in a single thread.

Process management and output handling improvements:

  • Redirected subprocess stdout and stderr to a log file (docling-serve.log) in the TUI directory, instead of using pipes. This prevents SIGPIPE crashes and loss of in-memory state when the parent process exits. [1] [2]
  • Updated the output capture mechanism to use a single thread that tails the log file, replacing the previous dual-threaded approach for capturing stdout and stderr pipes.
  • Adjusted final process output reading to fetch from the log file, since pipes are no longer used.

Dependency updates:

  • Upgraded docling-serve[ui] from version 1.5.0 to 1.15.1 and docling-core from 2.48.1 to 2.71.0 in the subprocess command.

Duplicate of #1355

@github-actions github-actions bot added backend 🔷 Issues related to backend services (OpenSearch, Langflow, APIs) docker enhancement 🔵 New feature or request and removed enhancement 🔵 New feature or request labels Apr 9, 2026
@lucaseduoli lucaseduoli self-assigned this Apr 9, 2026
@github-actions github-actions bot added enhancement 🔵 New feature or request and removed enhancement 🔵 New feature or request labels Apr 10, 2026
Copy link
Copy Markdown
Collaborator

@edwinjosechittilappilly edwinjosechittilappilly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the lgtm label Apr 13, 2026
@lucaseduoli lucaseduoli merged commit 16f6c38 into release-saas-0.1 Apr 14, 2026
7 of 8 checks passed
@github-actions github-actions bot deleted the feat/langflow_upgrade_saas branch April 14, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend 🔷 Issues related to backend services (OpenSearch, Langflow, APIs) docker enhancement 🔵 New feature or request lgtm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants