Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
545 commits
Select commit Hold shift + click to select a range
50625dc
fix: update embedded chat CDN URL to langflow-ai org and v1.0.8 (#13118)
AntonioABLima May 18, 2026
f3ad468
ci: stop transient Windows npm/cache flakes from failing frontend tes…
Cristhianzl May 18, 2026
cc009c9
feat(lfx): Bundle Separation and LFX Extension Framework (#13043)
erichare May 18, 2026
c78e10e
docs: add directory depth limitation warning to custom components (#1…
AntonioABLima May 18, 2026
7993ed3
fix: avoid pickling vertex component instances (#13172)
newmattock May 18, 2026
d1da768
feat(knowledge): merge ingestion + retrieval into mode-driven Knowled…
erichare May 18, 2026
e080805
feat: Add langflow-stepflow package (#12015)
bjchambers May 18, 2026
23f2edf
chore: Clean up the startup warnings for Python 3.14 (#13156)
erichare May 18, 2026
c901602
fix(ci): rename bundles to -nightly during nightly build (#13193)
erichare May 19, 2026
2be85b1
feat: promote OpenRouter to a first-class unified model provider (#13…
erichare May 19, 2026
ae45d3a
fix: File upload toast showing only after successful upload (#12984)
olayinkaadelakun May 19, 2026
487a240
fix: Model handling for tool calling in agents and update IBM models …
mfortman11 May 19, 2026
aefd8ac
docs: directory component is legacy (#13186)
mendonk May 19, 2026
b9e6fff
feat: Redesign deployment environment cards (#13109)
viktoravelino May 19, 2026
feec57e
docs: merge knowledge base components (#13150)
mendonk May 19, 2026
5a8c17b
ci: backport bundle/nightly CI fixes from main (#13206, #13207, #1320…
erichare May 19, 2026
09bd68d
docs: text operations component (#13152)
mendonk May 19, 2026
cb10f1d
docs: file system component (#13183)
mendonk May 19, 2026
bc656b4
fix(openrouter): validate against /api/v1/auth/key and disconnect all…
erichare May 19, 2026
bd54c1b
feat(memory): improve memory UI with empty states, toasts, and model…
olayinkaadelakun May 19, 2026
4f9ef2a
refactor: Move File System component to Files & Knowledge category (#…
Cristhianzl May 19, 2026
f1ecb51
fix: UI polish for Memories and Traces sidebar sections (#13205)
olayinkaadelakun May 19, 2026
4915126
feat(i18n): globalization pipeline — frontend i18n with backend local…
RamGopalSrikar May 20, 2026
c5816ce
fix: upgrade dependencies for security fixes (#13218)
Jkavia May 20, 2026
651d9e7
fix: coerce numpy scalars in Memory Base metadata to Python primitive…
erichare May 20, 2026
ec3aea7
fix(extensions): discover editable bundles; clean up ticket refs and …
erichare May 20, 2026
dfb34c7
fix(agent): scope chat history retrieval by flow_id to prevent cross-…
erichare May 20, 2026
8ee7027
feat(memories): surface memory config in summary card with popover (#…
olayinkaadelakun May 20, 2026
2df2032
fix: Expose Message connection handle on Run Flow's exposed text inpu…
erichare May 20, 2026
288bc8e
fix(ci): use local bundle wheels in nightly install tests (#13257)
erichare May 21, 2026
838175a
fix(composio): handle Python keywords and non-identifier field names …
olayinkaadelakun May 21, 2026
b5db6fd
fix(memory-base): Product Review Improvements (#13248)
dkaushik94 May 21, 2026
02e1b40
fix(frontend): blur upload button so "Upload File" tooltip doesn't pe…
erichare May 21, 2026
0663fce
fix(guardrails): add message pass-through outputs (#13096)
viktoravelino May 21, 2026
599878d
fix(docker): pre-create LANGFLOW_CONFIG_DIR so named volumes inherit …
erichare May 21, 2026
44fd116
fix(tracing): forward request body user_id to Langfuse trace (#13266)
erichare May 21, 2026
81672ef
fix: upgrade litellm to 1.85.1 (#13272)
erichare May 21, 2026
3bb93cd
fix(flows): show readable API error messages on flow creation failure…
olayinkaadelakun May 21, 2026
5dd63ed
fix: quiet extension migration warnings (#13275)
erichare May 22, 2026
cf3c2d3
fix: Sync Agent-as-tool description by removing deprecated agent_desc…
Cristhianzl May 22, 2026
63ee455
test: Refactor Playwright suite with shared helpers and remove redund…
Cristhianzl May 22, 2026
68d4e84
fix: update mem0 and qdrant dependencies (#13292)
erichare May 22, 2026
831c69f
feat(memories): make preprocessing instructions required with tooltip…
olayinkaadelakun May 22, 2026
dce4d46
fix: canvas deploy attach/detach flow bugs (#13247)
viktoravelino May 22, 2026
0f95576
fix(auth): AUTO_LOGIN parity on protected endpoints + model-load erro…
erichare May 22, 2026
6563c7c
fix: error with loop in grouped components (#13281)
erichare May 22, 2026
dbee512
fix: chromadb trust remote code mitigation (#13288)
erichare May 22, 2026
1fe9b39
feat(memory): session_id filtering as optional for MemoryBases (#13298)
dkaushik94 May 22, 2026
8918dc7
chore: upgrade idna to 3.15 and litellm to 1.85.0 to match release-1.…
May 21, 2026
0ba4c37
chore: mass dep update
Adam-Aghili May 21, 2026
5168c9f
chore: upgrades and docker file changes
Adam-Aghili May 22, 2026
7f8bd2d
chore: update versions and revert dockerfile npm
Adam-Aghili May 22, 2026
4ee1fec
chore: revert dockerfile corepack changes
Adam-Aghili May 22, 2026
fca26ff
chore: address node and jquery issues
Adam-Aghili May 22, 2026
f1b64b1
fix(db): serialize concurrent Alembic migrations via Postgres advisor…
ogabrielluiz May 25, 2026
bf7e494
chore: add back docling-core extras
Adam-Aghili May 25, 2026
e2c3045
chore: update uv.locks
Adam-Aghili May 25, 2026
c34b79f
chore: update pymongo
Adam-Aghili May 25, 2026
700dd65
fix(playground): auto-focus chat input when active session changes (#…
keval718 May 25, 2026
2910754
fix(playground): distinguish active session row during multi-select (…
keval718 May 25, 2026
63e1401
feat: wxo oauth sso support (#12917)
HimavarshaVS May 25, 2026
2ddac97
feat(job_queue): cross-worker cancel + polling watchdog for multi-wor…
ogabrielluiz May 25, 2026
f46c8a1
feat(memories): redesign MemoryDetailsHeader UI and update tests (#13…
olayinkaadelakun May 25, 2026
0a11614
fix(playground): align Select All bulk-delete icon with session ⋮ col…
keval718 May 25, 2026
de780fd
fix(canvas): replace panel toggle icon with SlidersHorizontal and add…
olayinkaadelakun May 25, 2026
1ec8e24
fix(canvas): remove fixed width on zoom percentage causing excess gap…
olayinkaadelakun May 25, 2026
a181f1e
refactor: change agent to use langchain 1.0 (#12992)
Cristhianzl May 25, 2026
7156782
fix: use langchain-mongodb
Adam-Aghili May 25, 2026
c2b440c
chore: update qdrant
Adam-Aghili May 25, 2026
a11ef31
[autofix.ci] apply automated fixes
autofix-ci[bot] May 25, 2026
d5bdc61
chore: update test_all_modules_importable
Adam-Aghili May 25, 2026
1bae798
[autofix.ci] apply automated fixes
autofix-ci[bot] May 25, 2026
cb6d09f
chore: update pkg in test_all_modules_importable
Adam-Aghili May 25, 2026
9224534
chore: port over mem0ai changes from 1.10.0
Adam-Aghili May 25, 2026
a7ae55e
[autofix.ci] apply automated fixes
autofix-ci[bot] May 25, 2026
a752275
chore: add to deps and loose missing test
Adam-Aghili May 25, 2026
00fe8c0
chore: dup langchain-qdrant to langchain-mongodb
Adam-Aghili May 25, 2026
7ac198a
chore: update opik, perplexity , weaviate
Adam-Aghili May 26, 2026
23f3453
[autofix.ci] apply automated fixes
autofix-ci[bot] May 26, 2026
e192f91
fix: ChatBedrock playwright failures
Adam-Aghili May 26, 2026
22b17d1
feat(memories): add in-product docs links and tooltips to Memory Base…
olayinkaadelakun May 26, 2026
0a5f25f
chore: port Remove the diskcache dependency
Adam-Aghili May 26, 2026
26736d6
fix: align diskcache removal port
erichare May 26, 2026
01cd7dc
chore: remove dup doc line
Adam-Aghili May 26, 2026
87039b4
fix: port chroma collection hardening (#13339)
erichare May 26, 2026
c3ae41e
fix(playground): hide session-row checkbox until hover or selection (…
keval718 May 26, 2026
b531f55
chore: port pre-create LANGFLOW_CONFIG_DIR #13212
Adam-Aghili May 26, 2026
75b3cc9
chore: upgrade uv.lock
Adam-Aghili May 26, 2026
8452d41
feat(memory): align Create Memory modal layout and spacing with Creat…
olayinkaadelakun May 26, 2026
87e9c90
fix(playground): add gap between consecutive error cards in chat mess…
keval718 May 26, 2026
0666673
feat: add DB migration validation workflow (LE-1259) [backport 1.9.4]…
vjgit96 May 26, 2026
1e13814
feat: LE-1017 Event bus for bundle events (#13253)
dkaushik94 May 26, 2026
e24b265
fix(frontend): Safari Selected Components (#13283)
olayinkaadelakun May 26, 2026
b95d309
fix(tracing): surface Langfuse setup failures, pin pydantic>=2.13 (Py…
erichare May 26, 2026
27ba63c
fix: set graph inputs by component type (#13343)
erichare May 26, 2026
61baba9
fix(traces): bypass impl result_processor in _LegacyCaseEnum so legac…
erichare May 26, 2026
aea4dd0
fix(server): refuse to start with multiple workers and the default in…
ogabrielluiz May 26, 2026
6901cf6
fix(mcp): fix validation, session isolation, and update_flow_from_spe…
ogabrielluiz May 26, 2026
8e5dd71
fix(tracing): isolate Langfuse OTel tracer to stop HTTP span pollutio…
erichare May 27, 2026
e248f4f
fix(api-keys): add expiration date support for API keys (#13330)
dkaushik94 May 27, 2026
1e68de7
fix(agent): Force streaming on Agent LLM so tokens stream incremental…
Cristhianzl May 27, 2026
2d375b2
Merge release-1.9.4 into release-1.10.0
erichare May 27, 2026
6a43888
fix: change docling remote component to receive task id and to throw …
lucaseduoli May 27, 2026
fb3d6ec
feat: OSS authorization foundations for enterprise RBAC (#13153)
HimavarshaVS May 27, 2026
8c7fe0a
chore: bump versions
Adam-Aghili May 27, 2026
b410b54
chore: update starter projects
Adam-Aghili May 27, 2026
e694bbc
docs: troubleshooting for container mismatch (#13217)
mendonk May 27, 2026
1bb9527
docs: openrouter promoted to global provider (#13271)
mendonk May 27, 2026
5e86ab6
feat: accept v2 workflow globals in request body (#13351)
erichare May 27, 2026
9b7486e
docs: macos support matrix (#13363)
mendonk May 27, 2026
a7b8170
fix: Force streaming on AgentComponent regardless of toggle (#13358)
Cristhianzl May 27, 2026
104a83c
docs: lfx bundles (#13142)
mendonk May 27, 2026
1e75a26
fix: Run Flow mutable state leak (#13340)
erichare May 27, 2026
ebb20c5
fix: Restore custom Agent prompts in starter projects (#13282)
Cristhianzl May 27, 2026
6b2ca4b
fix: restore qdrant deps and migration workflow
erichare May 28, 2026
e4d5190
chore(ci): Fix 403 in DB migration validation witness flow (#13376)
Cristhianzl May 28, 2026
2b8ded4
fix(chat): align message card surfaces (#13354)
viktoravelino May 28, 2026
b63e98b
feat(memory): default session filter to All Sessions and add it as a …
olayinkaadelakun May 28, 2026
e2ef181
chore(frontend): Clean up biome violations on release-1.10.0 (#13375)
Cristhianzl May 28, 2026
aafce55
feat(authz): admin APIs, share-aware build_flow, and base service add…
erichare May 28, 2026
c0b4b05
docs: update database tables (#13254)
mendonk May 28, 2026
c9fe220
feat(memory): add inline docs link to preprocessing instructions tool…
olayinkaadelakun May 28, 2026
5ca53ef
fix: Add defense in depth user_id filter to handle list tools MCP han…
Jkavia May 28, 2026
ca63f90
fix: Respect OpenAI embeddings API base for Knowledge Base (#13380)
erichare May 28, 2026
e3dc9d9
fix: bundle event inconsistency and other fixes (#13374)
dkaushik94 May 28, 2026
23e6e8e
feat(authz): add DI dependencies and permission decorators (#13368)
HimavarshaVS May 28, 2026
2bfa634
feat: flow builder assistant with real-time canvas updates (#12575)
ogabrielluiz May 28, 2026
cb7b838
feat: Add DB migration validation workflow for nightly builds (#13249)
vjgit96 May 28, 2026
b70acb9
test: cover cross-user cache pollution on deprecated vertices endpoin…
erichare May 28, 2026
fb4dfd4
ci: sync workflow fixes from main into release-1.10.0 (fix broken nig…
erichare May 28, 2026
f400102
ci: disable pip/venv DB migration test while langflow-nightly is pip-…
erichare May 29, 2026
f8ada15
feat(components): Add IBM DB2 Vector Store component (#13237)
DhruvChaturvediIBM May 29, 2026
60e2ea8
feat: add MCP timeout configuration support (#12999)
Jkavia May 29, 2026
39bb3a1
ci: isolate bundle installs from the core release gate; lazy-import i…
erichare May 29, 2026
3f62caf
test(e2e): Replace non-terminal waits to fix flaky Windows specs (#13…
Cristhianzl May 29, 2026
4e69813
fix(traces): full-height trace panel, and status badge position (#13385)
olayinkaadelakun May 29, 2026
2f682eb
docs: agent improvements (#13269)
mendonk May 29, 2026
4a700dc
fix(playground): expand session checkbox click target to full row hei…
keval718 May 29, 2026
31b7a4c
fix: improve trace search functionality (#13383)
olayinkaadelakun May 29, 2026
fefa426
docs: bump python version reqs to 3.14 and add release note (#13289)
mendonk May 29, 2026
d4013e3
feat(i18n): translate missing frontend strings across Memories, Knowl…
RamGopalSrikar May 29, 2026
663fa5e
docs: fixes for consulting advantage (#13300)
mendonk May 29, 2026
58a75ff
feat(ci): reduce macOS Intel CI matrix and add macOS support document…
vjgit96 May 29, 2026
dbe482c
fix(ci): lockstep langflow-nightly and langflow-base-nightly versions…
erichare May 29, 2026
be7edcb
chore: unconstrained lfx version for bundles (#13415)
erichare May 29, 2026
82f3fa1
docs: memory base feature and component (#13094)
mendonk May 29, 2026
3e69430
fix: separate docling chunking dependencies (#13411)
lucaseduoli May 29, 2026
b06f810
docs: add chroma cloud provider (#13122)
mendonk May 29, 2026
af38e99
fix: Resolve API keys from global variable before .env (#13408)
Cristhianzl May 29, 2026
a875c1d
feat: sync wxO agent name and description with db (#13026)
HzaRashid May 29, 2026
d707579
chore: bump toml and package.json versions
Adam-Aghili May 29, 2026
b11bd1f
chore: update lock files
Adam-Aghili May 29, 2026
42ad7eb
fix: use Langflow logo on loading screen and remove size jump glitch …
Cristhianzl May 29, 2026
3f445d1
fix: add failed login logging with IP tracking and other relevant det…
Jkavia May 29, 2026
9cb49c2
fix(i18n): backend locale translation fixes — custom component nodes,…
RamGopalSrikar May 29, 2026
9044b8f
fix(ci): give extension bundles a nightly track so langflow-nightly r…
erichare May 29, 2026
727b73b
docs: non-feature fixes and updates for 1.10 (#13396)
mendonk May 29, 2026
2dc9e19
fix(tests): patch uuid4 on payloads module in watsonx orchestrate tests
erichare May 29, 2026
2e41b7f
fix(i18n): default to English regardless of browser locale (#13324)
RamGopalSrikar May 29, 2026
3ff3c57
fix(ci): re-enable migration-pip-venv now that nightly bundles resolv…
erichare May 29, 2026
6049fe0
feat: Add embedded mode configuration flags (#13095)
vjgit96 May 29, 2026
61ad11e
feat: MCP lock enforcement + UI/tests (#13097)
vjgit96 May 30, 2026
f05aaaf
feat: Gate custom component creation for admins only (#13098)
vjgit96 May 30, 2026
8179cea
feat: Hide UI elements in embedded mode (#13099)
vjgit96 May 30, 2026
3e57126
fix: remove duplicate uv.lock from workspace member (#13326)
vjgit96 May 30, 2026
73e49b1
test: Skip starter-projects shard4 on Windows CI (#13439)
Cristhianzl Jun 1, 2026
7e32105
docs: redis worker queue (#13386)
mendonk Jun 1, 2026
9779214
fix(db): hold migration advisory lock for create_db_and_tables too (#…
ogabrielluiz Jun 1, 2026
ad54146
fix: Remove Playwright from Dependencies (#13382)
olayinkaadelakun Jun 1, 2026
cc6cdf9
fix(tracing): warn clearly when LangWatch is unavailable on Python 3.…
erichare Jun 1, 2026
fb046c0
fix: ibm db2 bulk insert pr 13438 (#13449)
erichare Jun 1, 2026
e2d17a6
feat(logging): production-grade structured logs for Grafana/Loki (#13…
ogabrielluiz Jun 1, 2026
75efd0a
fix: point file manager empty-state link to the files page route (#13…
erichare Jun 1, 2026
181ed37
fix: restrict builtins and validate code in Python Interpreter compon…
erichare Jun 1, 2026
6998246
fix: add SSRF protection to legacy RSS Reader and SearXNG components …
erichare Jun 1, 2026
44d43db
fix: re-validate redirects against SSRF protection in API Request com…
erichare Jun 1, 2026
30c9aae
feat: mark Text Input and Text Output components as legacy (#13420)
erichare Jun 1, 2026
affa44f
Merge release-1.9.5 into release-1.10.0
erichare Jun 1, 2026
43f1aa4
fix(logging): keep JSON level field clean when stdlib level names are…
erichare Jun 2, 2026
551270d
fix(memory): show dashes for stat cards in All Sessions view (#13443)
olayinkaadelakun Jun 2, 2026
3ade9aa
test: fix flaky Windows Playwright tests for error popups, settings n…
Cristhianzl Jun 2, 2026
a41aa3a
feat: add custom comp execution override (#13177)
jordanrfrazier Jun 2, 2026
3dbfe9f
docs: lf assistant flow building example (#13445)
mendonk Jun 2, 2026
7760f5a
fix(stepflow): route multi-output fan-out to the correct step per con…
erichare Jun 2, 2026
d8b9473
feat: Improve canvas deploy review flow (#13246)
viktoravelino Jun 2, 2026
d3f448e
fix(memories): return 422 instead of 500 when request body is missing…
erichare Jun 2, 2026
e65ced9
Merge release-1.9.6 into release-1.10.0
erichare Jun 2, 2026
aa93140
Update uv.lock
erichare Jun 2, 2026
2775e4e
[autofix.ci] apply automated fixes
autofix-ci[bot] Jun 2, 2026
e90c870
docs: clarify local CLAUDE.md hard-rules import behavior (#13467)
Cristhianzl Jun 2, 2026
28c8fe3
feat(authz): finalize authz_share — variable share-aware fetch, dedup…
erichare Jun 2, 2026
91cf9a6
docs: update vector store rag template (#13291)
mendonk Jun 2, 2026
5120b77
fix: Move Docling components into bundle (#13442)
erichare Jun 2, 2026
641c0bc
fix: declare kb_allowed_folder_roots on Settings so KB folder ingesti…
erichare Jun 2, 2026
2d63210
fix: Fix timestamp rendering for expires_at in API Key model (#13471)
dkaushik94 Jun 2, 2026
7ee0501
docs: bundle separation and component updates (#13472)
mendonk Jun 2, 2026
16f7331
docs: wxo deploy updates (#13345)
mendonk Jun 2, 2026
7269456
fix: populate _embeddings for upload-ingested KBs in Knowledge retrie…
erichare Jun 3, 2026
f2d49e5
fix: tidy up docling extra reqs
erichare Jun 3, 2026
93d283e
fix: adjust grep for package names
erichare Jun 3, 2026
cc97a32
chore: lean langflow-base image without bundles
erichare Jun 3, 2026
1d3a186
chore: prevent UnicodeEncodeError crashing error logging on Windows c…
Cristhianzl Jun 3, 2026
db21662
fix: prevent MCP server edit from creating a duplicate on name change…
erichare Jun 3, 2026
1e0515f
fix: make playground code block background theme-reactive (#13470)
keval718 Jun 3, 2026
71cd5ce
feat: improve lfx serve production-readiness (#13121)
jordanrfrazier Jun 3, 2026
2c8b646
fix: enforce mutually exclusive component constraint on paste (#13468)
keval718 Jun 3, 2026
c84498f
fix(conditional-router): route Text Input when Case True/False are bl…
erichare Jun 3, 2026
984c96a
docs: firecrawl component (#13487)
mendonk Jun 3, 2026
91cf557
chore: Update AGENTS.md authorization guards
erichare Jun 3, 2026
f1d4db7
fix(frontend): clean up new-flow onboarding, no orphaned placeholders…
Cristhianzl Jun 3, 2026
ec0b11d
chore: update lock files (#13483)
Adam-Aghili Jun 3, 2026
685d12a
feat: mention canvas components in the assistant input (#13486)
Cristhianzl Jun 3, 2026
b4a8b08
fix: Warm circular imports to avoid deadlock (#13490)
erichare Jun 3, 2026
f76d3e2
feat: Add IP-based rate limiting to login endpoint (#13469)
Jkavia Jun 4, 2026
af942d8
docs: add env vars for login endpoint rate limiting (#13489)
mendonk Jun 4, 2026
a0bb5ab
fix: add back in the missing npm docker changes (#13501)
Adam-Aghili Jun 4, 2026
51eca95
fix: replace GradientSave icon with plain Save in saved components si…
AntonioABLima Jun 4, 2026
f08e9e1
fix: Improved styling of DatePicker icon in dark theme (#13506)
dkaushik94 Jun 4, 2026
09ae9cf
fix: enable IBM watsonx.ai bundle on Python 3.14 (#13512)
erichare Jun 4, 2026
3d685da
fix: enable agent-lifecycle-toolkit (altk) on Python 3.14 (#13513)
erichare Jun 4, 2026
d7b6b00
fix: decouple Db2 vector store ingestion from search query (#13514)
erichare Jun 5, 2026
1ab6251
feat: sync langflow and lfx versions (#13176)
jordanrfrazier Jun 5, 2026
db8935c
fix(bundles): sync lfx pin to the 1.10.0 line after version realignme…
erichare Jun 5, 2026
0849ce4
fix: prevent X-Forwarded-For bypass of login rate limit (#13509)
Jkavia Jun 5, 2026
8d1ff75
fix(i18n): translate QA-identified missing strings for 1.10.0 (#13503)
RamGopalSrikar Jun 5, 2026
183cdd8
fix: add ssrf protection to url component (#13488)
Adam-Aghili Jun 5, 2026
e12086f
docs: lfx readme and lfx mcp (#13010)
mendonk Jun 5, 2026
283cc01
fix: slider value lost when adjusting before the node is selected (#1…
erichare Jun 5, 2026
d3ee447
fix(canvas): anchor new note bottom-center to cursor on placement (#1…
olayinkaadelakun Jun 5, 2026
0d9f911
perf(telemetry): batched off-pool writer for transactions + vertex_bu…
ogabrielluiz Jun 5, 2026
922c6f2
docs: gunicorn worker configuration (#13511)
mendonk Jun 5, 2026
b08442a
fix: standardize playground code block + container backgrounds on sha…
keval718 Jun 5, 2026
c1f7054
fix: Remove getenvvar component and update locales (#13521)
Jkavia Jun 5, 2026
ba16577
docs: JSON logging structure and grafana integration (#13251)
mendonk Jun 8, 2026
7ad65e8
docs: add code agents and file processing components (#13285)
mendonk Jun 8, 2026
0087ed8
chore: remove aws scripts (#13534)
Adam-Aghili Jun 8, 2026
60afa18
fix: serialize DataFrames in tool mode to prevent pandas truncation (…
dkaushik94 Jun 8, 2026
2411d80
docs: build OpenAPI spec and cut version 1.10 (#13537)
mendonk Jun 8, 2026
4339011
docs: lfx compatibility matrix and lfx serve updates (#13518)
mendonk Jun 8, 2026
fa14076
fix(security): block code-execution components on unauthenticated pub…
erichare Jun 8, 2026
6610091
fix(bundles): republish lfx-* at 0.1.1 with corrected pin + relax lfx…
erichare Jun 8, 2026
a1adb1a
fix(ci): make Biome lint non-blocking for release workflow calls (#13…
vjgit96 Jun 8, 2026
801edf3
Revert "fix(ci): make Biome lint non-blocking for release workflow ca…
vjgit96 Jun 8, 2026
2524604
fix(ci): make Biome lint non-blocking for release workflow calls (cor…
vjgit96 Jun 8, 2026
d780414
docs: LF assistant ampersand and dot selectors (#13544)
mendonk Jun 9, 2026
9690e69
fix(security): remove the disabled Python Code Structured tool compon…
erichare Jun 9, 2026
8ee3493
fix(observability): make grafana-loki reference stack instructions wo…
ogabrielluiz Jun 9, 2026
f0df05c
chore: auto-bake note keys and regenerate backend locales/en.json [sk…
github-actions[bot] May 15, 2026
9745960
feat: valkey component
Mar 30, 2026
5475a43
chore: auto-bake note keys and regenerate backend locales/en.json [sk…
github-actions[bot] May 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .agents/skills/e2e-testing/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: Write and review Playwright E2E tests for Langflow. Trigger when th

| Tool | Version | Purpose |
|------|---------|---------|
| Playwright | 1.57.0 | E2E test runner + browser automation |
| Playwright | 1.59.1 | E2E test runner + browser automation |
| Chromium | (bundled) | Default browser (Firefox/Safari disabled) |
| Custom fixtures | `tests/fixtures.ts` | Auto-detects API errors and flow execution failures |

Expand Down
3 changes: 2 additions & 1 deletion .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ reviews:
ignore_title_keywords: []
labels: []
drafts: false
base_branches: []
base_branches:
- "release-.*"
finishing_touches:
docstrings:
enabled: true
Expand Down
Loading
Loading