Skip to content

Conversation

@mendonk
Copy link
Collaborator

@mendonk mendonk commented Oct 2, 2025

This branch accepts docs PRs for Langflow v1.7 features, and will merge at release.

Preview build

Release notes

Preview links:

Removed:

Before release, check:

  • Links from release notes to added feature.
  • Parity with main.
    Add any other last-minute items specific to this release to this list.

@mendonk mendonk self-assigned this Oct 2, 2025
@mendonk mendonk added the DO NOT MERGE Don't Merge this PR label Oct 2, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 2, 2025

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

Documentation updates add guidance for enabling API key authentication on webhooks via the LANGFLOW_WEBHOOK_AUTH_ENABLE environment variable, incorporate this into webhook docs in two locations, and add a 1.7.0 release notes entry highlighting webhook authentication.

Changes

Cohort / File(s) Summary
Webhook auth guidance
docs/docs/Develop/api-keys-and-authentication.mdx, docs/docs/Flows/webhook.mdx
Adds instructions that webhooks are unauthenticated by default (LANGFLOW_WEBHOOK_AUTH_ENABLE=False) and how to enable API key authentication by setting LANGFLOW_WEBHOOK_AUTH_ENABLE=True. Inserts the note in API keys page and twice within webhook docs.
Release notes 1.7.0
docs/docs/Support/release-notes.mdx
Introduces v1.7.0 release notes with an entry describing webhook authentication; includes placeholders for integrations and deprecations.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

documentation, size:L, lgtm

Suggested reviewers

  • aimurphy
  • ogabrielluiz

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title Check ❓ Inconclusive The title “docs: 1.7 release branch” is generic and does not succinctly describe the specific documentation updates introduced in this changeset; it merely labels the branch rather than highlighting the new webhook authentication guidance and release notes additions. Please revise the title to clearly reflect the primary changes, for example “docs: add webhook authentication guidance and update v1.7 release notes.”
✅ Passed checks (6 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
Test Coverage For New Implementations ✅ Passed All files in the PR are documentation updates, and there are no new or modified source components or functionality introduced that would require accompanying tests, nor are any new test files added. Since no executable code changes are present, there is no expectation for new or updated tests under the stated criteria, so the test coverage requirement is satisfied by default.
Test Quality And Coverage ✅ Passed The PR only updates documentation files, introduces no new code, and therefore does not add or modify any implementations that would require tests; consequently, there are no testing gaps to address for this change.
Test File Naming And Structure ✅ Passed I inspected the pull request and found that it updates only documentation files, with no new or modified tests in the backend, frontend, or integration directories; since the custom check concerns test file naming and structure, and there are no test files affected or added, the existing test organization remains unchanged and compliant by default.
Excessive Mock Usage Warning ✅ Passed Only documentation files are modified in this pull request and no test files are touched, so there are no new or altered tests that introduce mock objects; consequently, there is no evidence of excessive or inappropriate mock usage to flag for this change set.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Oct 2, 2025
@github-actions

This comment has been minimized.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between e61316f and dcb26ee.

📒 Files selected for processing (3)
  • docs/docs/Develop/api-keys-and-authentication.mdx (1 hunks)
  • docs/docs/Flows/webhook.mdx (1 hunks)
  • docs/docs/Support/release-notes.mdx (1 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
docs/**/*.{md,mdx}

📄 CodeRabbit inference engine (.cursor/rules/docs_development.mdc)

docs/**/*.{md,mdx}: All Markdown/MDX pages must start with front matter including at least title and description; include sidebar_position for docs pages when applicable
Code blocks must specify a language and may include a title (```lang title="…")
Use sentence case for headings and keep paragraphs short and scannable
Write in second person, present tense, with a professional but approachable tone
Use inline code with backticks for code terms; use bold for UI elements and italics for emphasis; keep lists in parallel structure
Ensure internal links are functional and navigation works (update cross-references as needed)
Verify all code examples in docs and blog actually run as shown
Use correct terminology capitalization: Langflow, Component, Flow, API, JSON
Reference images with absolute paths under /img/... and provide descriptive alt text

Files:

  • docs/docs/Develop/api-keys-and-authentication.mdx
  • docs/docs/Support/release-notes.mdx
  • docs/docs/Flows/webhook.mdx
docs/docs/**/*.{md,mdx}

📄 CodeRabbit inference engine (.cursor/rules/docs_development.mdc)

Use Docusaurus admonitions (:::+tip|warning|danger) instead of custom callouts in docs pages

Files:

  • docs/docs/Develop/api-keys-and-authentication.mdx
  • docs/docs/Support/release-notes.mdx
  • docs/docs/Flows/webhook.mdx
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: Test Docs Build / Test Docs Build
  • GitHub Check: build-and-deploy
  • GitHub Check: Check PyPI Version Update

@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Oct 2, 2025
@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Oct 2, 2025
@github-actions

This comment has been minimized.

@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Oct 2, 2025
@github-actions

This comment has been minimized.

@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Oct 2, 2025
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Dec 16, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 16, 2025

Build successful! ✅
Deploying docs draft.
Deploy successful! View draft

* change-policies-to-instructions

* new-screenshot

* Apply suggestions from code review

Co-authored-by: April I. Murphy <[email protected]>

---------

Co-authored-by: April I. Murphy <[email protected]>
@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Dec 16, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 16, 2025

Build successful! ✅
Deploying docs draft.
Deploy successful! View draft

@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Dec 17, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 17, 2025

Build successful! ✅
Deploying docs draft.
Deploy successful! View draft

@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Dec 17, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 17, 2025

Build successful! ✅
Deploying docs draft.
Deploy successful! View draft

@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Dec 17, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 17, 2025

Build successful! ✅
Deploying docs draft.
Deploy successful! View draft

@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Dec 17, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 17, 2025

Build successful! ✅
Deploying docs draft.
Deploy successful! View draft

* add-warning

* remove-params

* add-watsonx-model
@github-actions github-actions bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels Dec 17, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 17, 2025

Build successful! ✅
Deploying docs draft.
Deploy successful! View draft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DO NOT MERGE Don't Merge this PR documentation Improvements or additions to documentation lgtm This PR has been approved by a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants