Commit Graph

  • 8fe3e2f9a1 fix: suppress build toast on HITL resume cristhianzl 2026-06-23 11:13:17 -03:00
  • 5ea9fe6b55 Merge branch 'release-1.11.0' into feat/a11y Viktor Avelino 2026-06-23 10:04:17 -04:00
  • a14253b0aa Merge branch 'cz/hitl-v2' of github.com:langflow-ai/langflow into cz/hitl-v2 cristhianzl 2026-06-23 11:04:11 -03:00
  • af77c781c1 fix: HITL badge persistence and resume sync cristhianzl 2026-06-23 11:03:44 -03:00
  • 0929fd93bb refactor(security): dedupe the local-file-access restriction reader Jordan Frazier 2026-06-23 08:44:14 -04:00
  • b0cf060966 gh suggestions fixes cristhianzl 2026-06-23 09:27:43 -03:00
  • f22a02d3cd chore: auto-bake note keys and regenerate backend locales/en.json [skip ci] github-actions[bot] 2026-06-23 10:07:33 +00:00
  • eb259398e5 [autofix.ci] apply automated fixes autofix-ci[bot] 2026-06-23 10:05:58 +00:00
  • 7a967a14d7 merge fix cristhianzl 2026-06-23 07:04:54 -03:00
  • cf03530e6f gh suggestions cristhianzl 2026-06-23 06:36:56 -03:00
  • 1a59cd5b1f Added in-memory service for bare LFX and service registry for memory service switch based on evnironment. le-1465-lfx-memory-service Debojit Kaushik 2026-06-23 01:34:52 -04:00
  • f00016e782 Added StorageFactory and VariableFactory. Registered StorageService and VariableService to LFX service discovery routine to return service objects, and not None. Internal method calls still call noop, but avoids disgraceful errors such as AttributeError(s). le-1464-register-services-lfx Debojit Kaushik 2026-06-17 14:14:17 -04:00
  • eceba12e7b fix tool calling and trace user experience cristhianzl 2026-06-22 22:03:24 -03:00
  • 71717fa71a Update version for nightly v1.11.0.dev16 Langflow Bot 2026-06-23 00:58:07 +00:00
  • 6fae209f7e fix(a11y): add accessible names and hide decorative icons in LangflowCounts (#13731) olayinkaadelakun 2026-06-22 15:55:30 -07:00
  • f58914bc84 fix: release candidate version selection (#13776) 1.10.1rc3 Eric Hare 2026-06-22 15:35:10 -07:00
  • 145c5b8a85 [autofix.ci] apply automated fixes LE-1613 autofix-ci[bot] 2026-06-22 22:24:57 +00:00
  • c6b762e4fe a11y: refactor Trace panel into focused hooks with ARIA tree and WCAG fixes Olayinka Adelakun 2026-06-22 18:20:00 -04:00
  • 58d611e483 a11y: fix WCAG AA contrast and icon accessibility violations Olayinka Adelakun 2026-06-22 18:16:13 -04:00
  • a3757ee64f Merge branch 'release-1.11.0' into feat/operations-component Eric Hare 2026-06-22 14:22:33 -07:00
  • 2302ef9931 fix(component): reconnect stale cached SQL database connections on SQL Database component (#13733) Eduardo P. Titello 2026-06-22 18:10:12 -03:00
  • b400a31999 docs: add back nextplaid bundle to release notes Mendon Kissling 2026-06-22 17:01:12 -04:00
  • 74a6cb8bd8 docs: revert release notes Mendon Kissling 2026-06-22 16:56:41 -04:00
  • 408b737980 fix(agents): stop leaking LangChain chain markers to stdout (#13662) (#13730) Eric Hare 2026-06-22 13:53:02 -07:00
  • ee995ec7f5 Merge remote-tracking branch 'origin/release-1.11.0' into docs-lfx-user-docs Mendon Kissling 2026-06-22 16:47:11 -04:00
  • 0300305dc5 docs: fix empty see also sections in extensions (#13774) Mendon Kissling 2026-06-22 16:22:53 -04:00
  • a38dbfa716 docs: extension manifest update and release notes Mendon Kissling 2026-06-22 15:57:50 -04:00
  • f39416b806 fix: make IBM WatsonX models selectable and runnable in the Langflow Assistant (#13771) Cristhian Zanforlin Lousa 2026-06-22 16:55:48 -03:00
  • d17ce18fc4 docs: clean up lfx overview Mendon Kissling 2026-06-22 15:28:32 -04:00
  • 431a405ba8 docs: move extensions to lfx section Mendon Kissling 2026-06-22 14:50:35 -04:00
  • 0125c386ac fix(i18n): fix MCP hardcoded strings (#13621) Ram Gopal Srikar Katakam 2026-06-22 14:48:09 -04:00
  • 47760d22fb fix(ci): drop macOS Intel from py3.14 cross-platform set (onnxruntime x86_64 wheel gap) (#13773) 1.10.1.rc0 Eric Hare 2026-06-22 11:44:51 -07:00
  • 9f6ffad86e docs: move Flow DevOps SDK page into Lfx folder Mendon Kissling 2026-06-22 14:18:53 -04:00
  • b0d4fe0645 fix(ci): resolve pre-release cross-platform install failure; graduate py3.13, add py3.14 experimental (#13772) Eric Hare 2026-06-22 11:06:40 -07:00
  • a21d0d9eab refactor(v2 workflows): split workflow.py and address review blockers ogabrielluiz 2026-06-22 15:05:53 -03:00
  • cc398d94a6 fix(lfx): make OpenDsStar optional (#13749) Eric Hare 2026-06-22 09:15:05 -07:00
  • b8d7a1a534 fix(frontend): stop browser autofill from corrupting component config fields (#13748) Eric Hare 2026-06-22 08:40:30 -07:00
  • 309a558b55 chore(deps): bump toolguard floor to 0.2.20 (#13769) Eric Hare 2026-06-22 08:40:10 -07:00
  • 2159d04f5f Merge branch 'feat/a11y' into LE-1611 LE-1611 olayinkaadelakun 2026-06-22 08:06:27 -07:00
  • 2c35cfef1a fix(security): harden MCP docker args, vector-store paths, env-var leaks Jordan Frazier 2026-06-22 10:32:12 -04:00
  • 3a46d44f15 test(lfx): register public_flow_rate_limit_per_minute in settings composition ogabrielluiz 2026-06-22 12:02:35 -03:00
  • 7a884d808e fix(api/v2): address review findings on the v2 workflows endpoint ogabrielluiz 2026-06-22 11:19:25 -03:00
  • d36083e17d a11y: improve auth accessibility coverage (#13724) Viktor Avelino 2026-06-22 09:32:15 -04:00
  • c368aded0e fix(a11y): restore focus-visible indicators (#13664) olayinkaadelakun 2026-06-22 06:28:17 -07:00
  • 91a093a00b hitl trace screen cristhianzl 2026-06-22 09:15:49 -03:00
  • d515a8e750 chore: update test durations update-test-durations-1782118914 github-merge-queue 2026-06-22 09:01:54 +00:00
  • 0b8da894fd Update version for nightly v1.11.0.dev15 Langflow Bot 2026-06-22 01:07:38 +00:00
  • 7b215cbaf9 Update version for nightly v1.11.0.dev14 Langflow Bot 2026-06-21 01:08:03 +00:00
  • 1fd1f6dfcf Update version for nightly v1.11.0.dev13 Langflow Bot 2026-06-20 01:01:27 +00:00
  • ba2546c6c1 chore(deps): bump msgpack from 1.1.2 to 1.2.1 dependabot/uv/msgpack-1.2.1 dependabot[bot] 2026-06-20 00:18:49 +00:00
  • a8aeb07778 chore(deps): bump pydantic-settings from 2.14.1 to 2.14.2 dependabot/uv/pydantic-settings-2.14.2 dependabot[bot] 2026-06-20 00:16:26 +00:00
  • f5ba8f54ca fix: handle Windows path separators in Policies ToolGuard Guard mode (#13727) (#13751) Eric Hare 2026-06-19 16:15:42 -07:00
  • 9bd47b601f Template and comp update Eric Hare 2026-06-19 15:38:27 -07:00
  • 2b4e720e36 fix: stop temp_dirs masking startup errors; fail-fast on unresolvable SQLite path (#13634) (#13729) Eric Hare 2026-06-19 15:29:51 -07:00
  • 271c7506bd fix(lfx): preserve custom static models through models.dev override (#13676) Eric Hare 2026-06-19 15:28:38 -07:00
  • db2f5c447e fix(smart-router): stop unselected branches from executing downstream nodes (#13536) Eric Hare 2026-06-19 15:00:34 -07:00
  • eb2473914e fix(docker): force HTTP/1.1 on frontend nginx upstream proxy (#9010) (#13725) keval shah 2026-06-19 17:59:03 -04:00
  • 194f42be81 perf: cache Ollama model capabilities to fix slow Cloud model toggles (#13722) Eric Hare 2026-06-19 12:37:17 -07:00
  • 4ebac3f863 chore: upgrade langchain (#13750) Adam-Aghili 2026-06-19 14:43:48 -04:00
  • 81196ceabd fix: validate uploaded MCP servers config to close command-injection path (#13709) Eric Hare 2026-06-19 11:37:48 -07:00
  • 0b14a6b06b fix(security): gate ToolGuard guard-code execution on allow_custom_components (#13701) Eric Hare 2026-06-19 11:07:56 -07:00
  • 2b7b113049 fix: warn on empty value and decrypt failure in get_all variable listing (#13741) Janardan Singh Kavia 2026-06-19 13:30:49 -04:00
  • 7799d1a9c1 fix(security): scope voice-mode clients per user (#13702) Eric Hare 2026-06-19 10:29:57 -07:00
  • b457404649 docs: add terminal sidebar icon for LFX section Mendon Kissling 2026-06-19 13:29:50 -04:00
  • 2754c84aad fix(security): gate PythonREPL execution on allow_custom_components (GHSA-8qpj-27x8-pwpq) (#13700) Eric Hare 2026-06-19 10:29:17 -07:00
  • 11a18f7834 fix(security): disable credentials for wildcard CORS origins (CWE-942) (#13708) Eric Hare 2026-06-19 10:22:46 -07:00
  • 2ff192129a docs: add lfx-nextplaid bundle (#13679) Mendon Kissling 2026-06-19 13:11:25 -04:00
  • d6ebc61e34 docs: move Flow DevOps SDK from API Reference to LFX sidebar Mendon Kissling 2026-06-19 13:00:38 -04:00
  • b30e07f39a docs: add LFX user documentation section Mendon Kissling 2026-06-19 11:54:08 -04:00
  • 59e03266c7 feat(lfx): verified-JWT identity forwarding for lfx serve (#13632) Jordan Frazier 2026-06-19 11:24:53 -04:00
  • f437c3c179 Merge remote-tracking branch 'origin/release-1.11.0' into lfx-single-exec Jordan Frazier 2026-06-19 11:03:40 -04:00
  • c49a8db88a Merge branch 'release-1.11.0' into feat/a11y Viktor Avelino 2026-06-19 10:02:31 -04:00
  • 25cd83bd6b Update version for nightly v1.11.0.dev12 Langflow Bot 2026-06-19 01:12:16 +00:00
  • b43d17bca9 Update test_redis_job_queue_service.py Eric Hare 2026-06-18 16:56:02 -07:00
  • 25124facde fix(security): sanitize APIRequest Content-Disposition filename (GHSA-h3c6-fqr4-m99p) (#13695) Eric Hare 2026-06-18 14:53:20 -07:00
  • 0f7c220b3d fix(security): HMAC-sign RedisCache payloads before dill deserialization (#13698) Eric Hare 2026-06-18 14:38:10 -07:00
  • 744c36e581 fix(security): stop issuing 365-day superuser token via auto_login (GHSA-fjgc-vj2f-77hm) (#13699) Eric Hare 2026-06-18 14:37:25 -07:00
  • 17fd60e929 fix: downgrade torchvision until cpu index fix (#13745) Adam-Aghili 2026-06-18 17:17:03 -04:00
  • efa398ac1d fix(operations): resolve CI failures and CodeRabbit review Eric Hare 2026-06-18 13:38:08 -07:00
  • e7c33dbaad fix(security): do not execute code in validate_code (GHSA-2wcq-pvw2-xh7v) (#13696) Eric Hare 2026-06-18 13:26:43 -07:00
  • 094694d3f2 fix(security): derive Fernet key from short secrets with SHA-256 (GHSA-jxw3-mjmx-3pqm) (#13704) Eric Hare 2026-06-18 13:25:44 -07:00
  • 504f760989 fix(security): block code injection via the Tweaks API (CWE-94) (#13705) Eric Hare 2026-06-18 13:19:23 -07:00
  • cf86bf6d83 fix(security): require authentication for POST /api/v2/registration/ (CWE-306) (#13707) Eric Hare 2026-06-18 13:17:12 -07:00
  • e613388d91 fix(execution): reject non-Executor entry-point plugins; doc corrections ogabrielluiz 2026-06-18 17:08:22 -03:00
  • 477fd032f2 [autofix.ci] apply automated fixes autofix-ci[bot] 2026-06-18 19:56:51 +00:00
  • 2d79e19284 fix lighthouse errors on panel Olayinka Adelakun 2026-06-18 15:55:37 -04:00
  • 842e815be8 chore: dep update Adam Aghili 2026-06-18 15:37:38 -04:00
  • a1078eefed [autofix.ci] apply automated fixes autofix-ci[bot] 2026-06-18 18:24:52 +00:00
  • 4e7399c8fb Merge branch 'release-1.11.0' into feat/operations-component Eric Hare 2026-06-18 11:20:48 -07:00
  • c3a79d52e4 feat: unify JSON/Table/Text operations into a single Operations component Eric Hare 2026-06-18 11:15:09 -07:00
  • e6fbeb14df fix(a11y): fix traces page accessibility violations — rowgroup tabbable, button name, and heading order Olayinka Adelakun 2026-06-18 13:55:24 -04:00
  • 2b8f7f90a0 fix: Raise on an undecryptable secret at the variable-resolution (#13681) Janardan Singh Kavia 2026-06-18 13:22:50 -04:00
  • 45dcfdbc76 chore(deps): bump dompurify from 3.3.1 to 3.4.11 in /docs dependabot/npm_and_yarn/docs/dompurify-3.4.11 dependabot[bot] 2026-06-18 16:22:32 +00:00
  • c013fd952a fix: warn on empty value and decrypt failure in get_all variable listing feat/variable-service-changes Janardan S Kavia 2026-06-18 12:05:34 -04:00
  • d82723ecc8 Merge branch 'release-1.11.0' into feat/a11y Viktor Avelino 2026-06-18 11:07:36 -04:00
  • 01e1f3159b chore(deps): bump pypdf from 6.12.2 to 6.13.3 dependabot/uv/pypdf-6.13.3 dependabot[bot] 2026-06-18 15:01:14 +00:00
  • d68e4bbe08 fix: route IBM WatsonX selections to model_id endpoint in unified get_llm (#13671) (#13684) Eric Hare 2026-06-18 07:50:35 -07:00
  • f46a5668aa chore: merge release-1.11.0 and regenerate .secrets.baseline Janardan S Kavia 2026-06-18 10:17:43 -04:00
  • 39a954eaaf Update version for nightly v1.11.0.dev11 Langflow Bot 2026-06-18 01:06:07 +00:00
  • b796f55c9c fix(load): bound remote flow fetches (#13660) Lucas Ma 2026-06-18 08:52:21 +08:00