Langflow

Latest version: v1.3.1

Safety actively analyzes 723158 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 43

1.3.1

Not secure
<!-- Release notes generated using configuration in .github/release.yml at refs/heads/main -->

What's Changed
✨ New Features
* feat: composio clean up 🧹 by deon-sanchez in https://github.com/langflow-ai/langflow/pull/7371
* feat: add HomeAssistant components by YamonBot in https://github.com/langflow-ai/langflow/pull/5803
πŸ› Bug Fixes
* fix: make sure public flow endpoint is correctly identified by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7381
* fix: made global variables apply to fields not overwrite fields on refresh by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7368
* fix: handle backend connection errors on build by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7387
* fix: centralize OpenAI voice definitions and fix voice array state loading in voice assistant by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7390
* fix: typo in Alembic enum type declaration by italojohnny in https://github.com/langflow-ai/langflow/pull/7380
πŸ“ Documentation Updates
* docs: update composio integration by mendonk in https://github.com/langflow-ai/langflow/pull/7337
* docs: update API and authentication pages by mendonk in https://github.com/langflow-ai/langflow/pull/7271
* docs: rename tutorials to sample-flows by mendonk in https://github.com/langflow-ai/langflow/pull/7307
* docs: update global variable page by mendonk in https://github.com/langflow-ai/langflow/pull/7264
* docs: fix localhost address for NIM docs by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/7391
* docs: move mcp up in integrations sidebar by mendonk in https://github.com/langflow-ai/langflow/pull/7389
Others
* build(deps):(deps): bump actions/checkout from 3 to 4 by dependabot in https://github.com/langflow-ai/langflow/pull/7379
* tests: add tests for streaming calls on api/v1/run by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7385
* chore: bump langflow for 1.3.1 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7392


**Full Changelog**: https://github.com/langflow-ai/langflow/compare/1.3.0...1.3.1

1.3.0

Not secure
<!-- Release notes generated using configuration in .github/release.yml at refs/heads/main -->

What's Changed
✨ New Features
* feat: adding provider icon to agent by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6741
* feat: add search agent template by VinciGit00 in https://github.com/langflow-ai/langflow/pull/6730
* feat: implement S3 bucket uploader component and unit test by pedrocassalpacheco in https://github.com/langflow-ai/langflow/pull/6146
* feat: add map and extract endpoints with v1 updates for scrape and crawl by aparupganguly in https://github.com/langflow-ai/langflow/pull/6787
* feat: Add more icons and QOL improvements to Astra DB component by erichare in https://github.com/langflow-ai/langflow/pull/6918
* feat: add GPT4.5 to OpenAI model constants by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6886
* feat: Add JSON field extraction and enhanced URL validation by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6051
* feat: Enhance Webhook component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6313
* feat: improving tool mode metadata updates and tables refresh by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6935
* feat: Add feature flag customization and astra tracking by mfortman11 in https://github.com/langflow-ai/langflow/pull/6963
* feat: deprecate freeze and rename freeze path button by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6821
* feat: Add possibility to save flow to FS by cbornet in https://github.com/langflow-ai/langflow/pull/6841
* feat: display the color itself instead of gray if there's only one color in the handle by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6980
* feat: Change Anthropic SVG icon by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6968
* feat: add tool filter by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6951
* Feat: add a support for OpenSearch and AstraDB components to yield the langchain vector_store connection object by pedrocassalpacheco in https://github.com/langflow-ai/langflow/pull/6998
* feat: Add updateHiddenOutputs helper function to manage output visibility by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6932
* feat: Sync flows from FS to DB if flow has fs_path by cbornet in https://github.com/langflow-ai/langflow/pull/7043
* feat: add a unified language model component. by rodrigosnader in https://github.com/langflow-ai/langflow/pull/6994
* feat: add regex pattern extractor component by raphaelchristi in https://github.com/langflow-ai/langflow/pull/6015
* feat: add pokedex agent template by mendonk in https://github.com/langflow-ai/langflow/pull/6885
* feat: apify starter template by MQ37 in https://github.com/langflow-ai/langflow/pull/6784
* feat: Needle Search Tool With Template by JANHMS in https://github.com/langflow-ai/langflow/pull/6648
* feat: New parser component with multiple input types and stringify add on by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6652
* feat: Dynamic outputs for file component by erichare in https://github.com/langflow-ai/langflow/pull/7005
* feat: Update AgentQL integration with new features by colriot in https://github.com/langflow-ai/langflow/pull/7089
* feat: add agent component to skip update in template loading. by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/7077
* feat: add detailed view for prompt component by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7036
* feat: Quality of Life improvements for Astra Component by deon-sanchez in https://github.com/langflow-ai/langflow/pull/6953
* feat: create "Diet Analysis" tempalate by ethanyu99 in https://github.com/langflow-ai/langflow/pull/6660
* feat: Publish Flow, API code update and UI components by anovazzi1 in https://github.com/langflow-ai/langflow/pull/6140
* feat: add new Tab input by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7032
* feat: adds new JSON viewer by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5407
* feat: financial agent template by jhpiedrahitao in https://github.com/langflow-ai/langflow/pull/6246
* feat: change params for models by rodrigosnader in https://github.com/langflow-ai/langflow/pull/6992
* feat: Add dataframe output to data list components by rodrigosnader in https://github.com/langflow-ai/langflow/pull/6987
* feat: add dataframe support for vector stores by rodrigosnader in https://github.com/langflow-ai/langflow/pull/6990
* feat: gmail component by abhishekpatil4 in https://github.com/langflow-ai/langflow/pull/6915
* feat: adds file management feature under feature flag, adds file dialog, adds files page by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6134
* feat: NVIDIA Model Component - QoL and detailed thinking toggle for reasoning models by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/7070
* Feat: introducing Graph RAG component by pedrocassalpacheco in https://github.com/langflow-ai/langflow/pull/7056
* feat: Add LambdaFilter for enhanced data filtering by rodrigosnader in https://github.com/langflow-ai/langflow/pull/7095
* feat: add legacy tag deprecated components by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/7142
* feat: voice mode by phact in https://github.com/langflow-ai/langflow/pull/4642
* feat: add text sentiment analysis template by Victor-w-Madeira in https://github.com/langflow-ai/langflow/pull/6945
* feat: enhance APIRequestComponent with new output methods by rodrigosnader in https://github.com/langflow-ai/langflow/pull/7148
* feat: Add cURL command unescaping for API request parsing by rodrigosnader in https://github.com/langflow-ai/langflow/pull/7026
* feat: Add truncation notification for large outputs by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7212
* feat: add new Opik Tracer by Lothiraldan in https://github.com/langflow-ai/langflow/pull/6928
* feat: Enhance AstraDB tool component with vector search and metadata filter by smatiolids in https://github.com/langflow-ai/langflow/pull/6887
* feat: enhance URL component with recursive crawling by rodrigosnader in https://github.com/langflow-ai/langflow/pull/7006
* feat: add watsonx component by galatro in https://github.com/langflow-ai/langflow/pull/7080
* feat: remove graph rag template by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7289
* feat: Add watsonx embedding component by thiau in https://github.com/langflow-ai/langflow/pull/7292
* feat: Composio Component Upgrade by deon-sanchez in https://github.com/langflow-ai/langflow/pull/6905
* feat: voice mode tts endpoint by phact in https://github.com/langflow-ai/langflow/pull/7294
* feat: lmprove MCP langflow port selection and error handling by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/7327
* feat: expose serialization truncation constants in /config route by italojohnny in https://github.com/langflow-ai/langflow/pull/7316
* feat: add a unified local vector store by rodrigosnader in https://github.com/langflow-ai/langflow/pull/6995
* feat: Update AgentQL templates by desi003 in https://github.com/langflow-ai/langflow/pull/7165
* feat: deprecate Parsing component and replace them in starter projects by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6697
πŸ› Bug Fixes
* fix: Fix crashes and enhance test reliability with session IDs by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6683
* fix: prevent UnboundLocalError in MessageStoreComponent by YuhangWuAI in https://github.com/langflow-ai/langflow/pull/6802
* fix: changed edge position on minimized and not updated node by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6816
* fix: edges moving on just cloned flows by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6819
* fix: changed stop build icon on components by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6817
* fix: adds table dropdown cell editor using options defined in TableInput column by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6825
* fix: update sqlalchemy dependencies in pyproject.toml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6854
* fix: Remove unnecessary logger warning in NVIDIA ingest component by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6843
* fix: Add optional PostgreSQL dependencies for SQLAlchemy in langflow-base by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6865
* fix: Increase timeouts in Portfolio Website Code Generator test for improved reliability (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6908
* fix: langfuse trace get the right parent span by tianzhipeng-git in https://github.com/langflow-ai/langflow/pull/6844
* fix: Delete old logo and old dashboard by deon-sanchez in https://github.com/langflow-ai/langflow/pull/6884
* fix: update data validation in Data model by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6789
* fix: Send request origin in AgentQL request Headers by wjwjtf in https://github.com/langflow-ai/langflow/pull/6833
* fix: auth current user on code validation by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/6911
* fix: set prepared threshold to none for migrations by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/6912
* fix: remove empty space for hidden column by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6954
* fix: changed badge to toggle on editable boolean fields on table component by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6956
* fix: React Console Warnings and Accessibility Issues in Langflow Frontend by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6950
* fix: improve ref naming causing fallback error on icons + regression test by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6989
* fix: ensure end_all_traces is called at the end of all flow build events by italojohnny in https://github.com/langflow-ai/langflow/pull/6991
* fix: add code button decoration when throwing custom component in screen by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6823
* fix: Add robust auto-login system with exponential backoff to fix authentication redirects in make command environments by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6848
* fix: Update LoopComponent to use `data` instead of `item` by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7013
* fix: make header flow title occupy remaining space by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7016
* fix: make chat input handle overflow by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7014
* fix: make edit sticky notes mode occupy whole note by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7012
* fix: bump frontend version to current version and add command to bump frontend version in Makefile by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6948
* fix: allow Components with no Inputs to have tool mode by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6958
* fix: readded output inspection shortcut by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6812
* fix: Disable retries in usePostValidateComponentCode mutation by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7044
* fix: docker test trigger for poetry is wrong now is uv by yihong0618 in https://github.com/langflow-ai/langflow/pull/6743
* fix: Rename AgentQL components and add prompt parameter by wjwjtf in https://github.com/langflow-ai/langflow/pull/6834
* fix: pass props to SvgAnthropicBox component by noodleslove in https://github.com/langflow-ai/langflow/pull/7057
* fix: check if component is in tool mode as well to display Tool Mode switch by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7042
* fix: component MCP Tools (SSE): 'Timeout' by azdolinski in https://github.com/langflow-ai/langflow/pull/5638
* fix: refactor tracing service by tianzhipeng-git in https://github.com/langflow-ai/langflow/pull/7015
* fix: In the api_request component, resolve UnboundLocalError 'redirection_history' when the request is abnormal by zhubaoxiang in https://github.com/langflow-ai/langflow/pull/7088
* fix: refactor templates to remove small bugs by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7090
* fix: bump assistants version to fix module not found error by phact in https://github.com/langflow-ai/langflow/pull/7093
* fix: resolve package-lock dependencies error by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7103
* fix: typo, update description for url.py by simonfraserduncan in https://github.com/langflow-ai/langflow/pull/6010
* fix: Enhance JSON filtering with special cases, update CI workflows, and improve frontend components and tests (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7110
* fix: Performance and Error Handling Improvements in JSON Filtering by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7115
* fix: reposition and disable shareable playground toggle on empty flow by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7111
* fix: adds handling for <think> tags by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7109
* fix: remove redundant modal descriptions by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7121
* fix: Return empty list when not ingesting data by erichare in https://github.com/langflow-ai/langflow/pull/7134
* fix: Add libpq-dev and gcc dependencies to backend Dockerfile by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7136
* fix: change access_type to fit new ENUM by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7145
* fix: Icon not ordering after searching for Dropdown by deon-sanchez in https://github.com/langflow-ai/langflow/pull/7144
* fix: Update Custom Component Maker by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6851
* fix: Improve test accuracy with component generation steps and robust assertions (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7156
* fix: Improve token refresh logic and API interceptor handling by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7158
* fix: adjusted templates positions and api keys by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7147
* fix: Glean icon missing by deon-sanchez in https://github.com/langflow-ai/langflow/pull/7164
* fix: Optimize test shard counts, clean up JSON configs, and add frontend test IDs by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7170
* fix: remove redundant description from Prompt modal by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7139
* fix: remove search and adjust color and height of json viewer by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7140
* fix: check if file management is on before getting files by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7163
* fix: logout redirection on auto-login off by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7171
* fix: Add webrtcvad dependency to backend base requirements by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7180
* fix: add scify package to pypoetry by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7182
* fix: rollback package-lock.json file by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7184
* fix: MongoDB Atlas search documents by gs-costa in https://github.com/langflow-ai/langflow/pull/7166
* fix: updated version of lanchain-astradb to 0.5.3 by pedrocassalpacheco in https://github.com/langflow-ai/langflow/pull/7189
* fix: Update min/max zoom value and fit view values by deon-sanchez in https://github.com/langflow-ai/langflow/pull/7113
* fix: add tab to supported types to not show input handles by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7196
* fix: apply field name automatically to Apply to Fields in global variable by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7195
* fix: nvidia model component refresh behavior by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/7203
* fix: Test Stability Enhancements (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7207
* fix: refetch endpoints on backend startup (improvement for devs) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7208
* fix: prevent logout when auto-login is true by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7209
* fix: add validation on build request to prevent output glitch by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7210
* fix: added overflow on dataframe output by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7197
* fix: updated icons with same svg id that caused conflicts by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7198
* fix: Improve disabled state handling in CustomInputPopover and InputGlobalComponent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7213
* fix: add full width on Select files button by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7219
* fix: made truncate gradient appear just in the end of the truncated component by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7215
* fix: Enhance state management with reset methods and logout functionality improvements by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7234
* fix: Standardize flow name handling with snake_case conversion in MCP API by phact in https://github.com/langflow-ai/langflow/pull/7242
* fix: update handle display logic and improve popover layout in node components by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7244
* fix: add tool_mode to query input on gleanSearchComponent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7216
* fix: Improve tool metadata and dropdown state management by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7257
* fix: override modality for elevenlabs on response.create by phact in https://github.com/langflow-ai/langflow/pull/7269
* fix: allow float to be typed in float input by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7275
* fix: Implement cleanup grace period for job queue tasks by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7250
* fix: make json viewer design more consistent with current design by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7276
* fix: made node toolbar not appear when selecting multiple nodes by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7277
* fix: made plus button on file component not occupy full width by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7278
* fix: add "mode" to priorityFields in constants (7279) by rodrigosnader in https://github.com/langflow-ai/langflow/pull/7290
* fix: use stdout instead richHandler in loguru improve performance 7018 by jeevic in https://github.com/langflow-ai/langflow/pull/7024
* fix: valid file type check by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/7152
* fix: Add debouncing to handleOnNewValue and disable retries for usePostTemplateValue mutation by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7263
* fix: add memo hook to handle filter to prevent excessive renders (icons loading error) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7317
* fix: Enhance dictionary access tests and refactor apply_json_filter function by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7335
* fix: make node be maximized when adding more handles by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7320
* fix: adds truncation to tab input by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7323
* fix: adds external link icon to empty prompt by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7324
* fix: make dataframe output format identify and show truncation by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7312
* fix: change file cursor and selection ordering on file modal by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7344
* fix: changed naming from freeze path to freeze by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7343
* fix: removed duplicate controls from node toolbar by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7274
* fix: remove composio Gmail component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/7319
* fix: make agent work with new tool mode backend updates by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/7314
* fix: adds priority sorting for sidebar components and makes LanguageModel appear first by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7322
* fix: update currentflow to be fetched from Flow Store for icon to be rendered correctly by lucaseduoli in https://github.com/langflow-ai/langflow/pull/7354
* fix: fixed the parser component by italojohnny in https://github.com/langflow-ai/langflow/pull/7303
* fix: MCP SSE Model tool mode issue by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/7360
* fix: Prevent API key banner from displaying when key is unavailable by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7356
* fix: add secret key loading functionality to basic templates by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7363
πŸ“ Documentation Updates
* docs: updates for release by mendonk in https://github.com/langflow-ai/langflow/pull/6762
* docs: bump openapi.json to v1.2.0 by mendonk in https://github.com/langflow-ai/langflow/pull/6832
* docs: clean up and test deployment documentation by mendonk in https://github.com/langflow-ai/langflow/pull/6029
* docs: add guidance for hugging face components by mendonk in https://github.com/langflow-ai/langflow/pull/6872
* docs: Add Arize integration documentation to Langflow by mendonk in https://github.com/langflow-ai/langflow/pull/6876
* docs: Improve Apify integration documentation by mendonk in https://github.com/langflow-ai/langflow/pull/6889
* docs: configure environment variables by mendonk in https://github.com/langflow-ai/langflow/pull/6853
* docs: add support page by mendonk in https://github.com/langflow-ai/langflow/pull/6962
* doc: add guide document for writing component tests by italojohnny in https://github.com/langflow-ai/langflow/pull/6288
* docs: concepts-flows page by mendonk in https://github.com/langflow-ai/langflow/pull/6907
* docs: Allow setting baseUrl configuration via ENV variable by mlr in https://github.com/langflow-ai/langflow/pull/7021
* docs: fix syntax errors at build by mendonk in https://github.com/langflow-ai/langflow/pull/7047
* docs: revised README by crtr0 in https://github.com/langflow-ai/langflow/pull/7052
* docs: Pull request draft workflow by mlr in https://github.com/langflow-ai/langflow/pull/7046
* docs: api build and run examples update by mendonk in https://github.com/langflow-ai/langflow/pull/6904
* docs: mcp integration by mendonk in https://github.com/langflow-ai/langflow/pull/6986
* docs: test and update google oauth integration by mendonk in https://github.com/langflow-ai/langflow/pull/6949
* docs: Add workflow to automate updates to docs/openapi.json by mlr in https://github.com/langflow-ai/langflow/pull/7072
* docs: adds link to YouTube channel in README.md by crtr0 in https://github.com/langflow-ai/langflow/pull/7106
* docs: opt-in draft docs builds to stale cleanup by mlr in https://github.com/langflow-ai/langflow/pull/7117
* docs: add prerelease flag to nvidia ingest instructions by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/7114
* Docs: Create styled link to DataStax Langflow in the sidebar by colegoldsmith in https://github.com/langflow-ai/langflow/pull/7143
* docs: integrate nvidia NIM on WSL2 by mendonk in https://github.com/langflow-ai/langflow/pull/7192
* docs: remove dupe reference to wsl install by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/7206
* docs: Add tribute comment to OtΓ‘vio Anovazzi in reactflowUtils.ts by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7017
* docs: example for HCD vector store by mendonk in https://github.com/langflow-ai/langflow/pull/7214
* docs: deployment overview by mendonk in https://github.com/langflow-ai/langflow/pull/7108
* docs: deprecate freeze and replace with freeze path by mendonk in https://github.com/langflow-ai/langflow/pull/6828
* docs: platform content by mendonk in https://github.com/langflow-ai/langflow/pull/7091
* docs: v1.3 by mendonk in https://github.com/langflow-ai/langflow/pull/7160
* docs: mcp server component and integrations by mendonk in https://github.com/langflow-ai/langflow/pull/7286
* docs: Update documentation and add TAVILY_API_KEY to environment variables by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7366
πŸ›  Maintenance Tasks
* refactor: Suppress SQLite foreign key warnings in Alembic migration by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6809
* build: Bump ruff version to 0.9.7 by cbornet in https://github.com/langflow-ai/langflow/pull/6614
* refactor: Replace async_open by anyio.Path methods in tests by cbornet in https://github.com/langflow-ai/langflow/pull/6847
* refactor: sort json before exporting and add tags to flows by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6849
* refactor: use `DataFrame.map` instead of `DataFrame.applymap` by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6810
* build: add postgresql client library libpq5 by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/6964
* refactor: remove async queue from tracing service by italojohnny in https://github.com/langflow-ai/langflow/pull/6999
* refactor: improve maintainability and testability of `Vertex.build_params` by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5808
* refactor: pull types call out of the main page by mfortman11 in https://github.com/langflow-ai/langflow/pull/7116
* refactor: Add compression to the 2 largest LF calls by mfortman11 in https://github.com/langflow-ai/langflow/pull/7200
* refactor: update logging to use logger.debug for consistency by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7258
βœ… Tests
* test: Parameterize DeepSeek model component test correctly by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7019
* test: add pokedex agent and social media agent integration tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7087
* test: enhance chat integration tests with additional assertions and validations by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7102
* test: update workflow configuration and Financial Agent JSON structure (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7112
* test: fix api_request test (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7229
* test: fix outdated components (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7230
* test: update api-request tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7231
* test: fix apply json filter validation test by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7338
* test: Fix apply_json_filter to handle empty string filters and nested key access edge cases by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7340
Others
* ci: Improve nightly build status check in CI workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6845
* ci: Add pytest-rerunfailures for improved test reliability by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6852
* ci: fix Playwright browser caching in TypeScript workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6840
* chore: raise clearer error when `aget_messages` is missing in memory by italojohnny in https://github.com/langflow-ai/langflow/pull/6795
* chore: make codeflash config ignore-paths relative in langflow-base by KRRT7 in https://github.com/langflow-ai/langflow/pull/6938
* build(deps): bump prismjs from 1.29.0 to 1.30.0 in /docs by dependabot in https://github.com/langflow-ai/langflow/pull/7002
* chore: Bump frontend package version and enhance test reliability by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7049
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/6975
* ci: fix false positive on ci sucess status by italojohnny in https://github.com/langflow-ai/langflow/pull/6868
* build(deps): bump babel/runtime-corejs3 from 7.26.9 to 7.26.10 in /docs by dependabot in https://github.com/langflow-ai/langflow/pull/7051
* ref: Refactor tracing service by cbornet in https://github.com/langflow-ai/langflow/pull/7011
* Fix: Text split issues related to separator by rodrigosnader in https://github.com/langflow-ai/langflow/pull/6993
* tests: update node/edge IDs and properties in starter project (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7099
* tests: update selector to match new data-testid format in chat integration test (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7100
* chore: update astra-assistants to v2.2.11 by phact in https://github.com/langflow-ai/langflow/pull/7104
* chore: mark zep componente as deprecated by italojohnny in https://github.com/langflow-ai/langflow/pull/7130
* tests: Skip tests that are failing during nightly build by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7177
* chore: merge mcp components by phact in https://github.com/langflow-ai/langflow/pull/7167
* tests: change handle testid on URL Component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7220
* tests: change freeze test folder by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7221
* test: add timeout on freeze test to prevent errors on ci by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7227
* ci: use uv for base install workflow by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/7266
* chore: Remove mention of anovazzi1 from bug report template by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7265
* ci: add pytest-timeout with 120s limit for CI tests by italojohnny in https://github.com/langflow-ai/langflow/pull/7342
* chore: Ensure consistent version extraction for langflow-base in workflows by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7352
* chore: fix small typo in grep command by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/7353
* ref: split ast parsing / class exec loops by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/7248
* docs: ensure asset paths update on draft rebuilds by mlr in https://github.com/langflow-ai/langflow/pull/7355
* chore: bump langflow and langflow-base for 1.3.0 release by Cristhianzl in https://github.com/langflow-ai/langflow/pull/7362
* chore(deps-dev): bump vite from 5.4.14 to 5.4.16 in /src/frontend by dependabot in https://github.com/langflow-ai/langflow/pull/7365

New Contributors
* YuhangWuAI made their first contribution in https://github.com/langflow-ai/langflow/pull/6802
* aparupganguly made their first contribution in https://github.com/langflow-ai/langflow/pull/6787
* wjwjtf made their first contribution in https://github.com/langflow-ai/langflow/pull/6833
* KRRT7 made their first contribution in https://github.com/langflow-ai/langflow/pull/6938
* mlr made their first contribution in https://github.com/langflow-ai/langflow/pull/7021
* crtr0 made their first contribution in https://github.com/langflow-ai/langflow/pull/7052
* noodleslove made their first contribution in https://github.com/langflow-ai/langflow/pull/7057
* azdolinski made their first contribution in https://github.com/langflow-ai/langflow/pull/5638
* ethanyu99 made their first contribution in https://github.com/langflow-ai/langflow/pull/6660
* zhubaoxiang made their first contribution in https://github.com/langflow-ai/langflow/pull/7088
* simonfraserduncan made their first contribution in https://github.com/langflow-ai/langflow/pull/6010
* gs-costa made their first contribution in https://github.com/langflow-ai/langflow/pull/7166
* colegoldsmith made their first contribution in https://github.com/langflow-ai/langflow/pull/7143
* Victor-w-Madeira made their first contribution in https://github.com/langflow-ai/langflow/pull/6945
* Lothiraldan made their first contribution in https://github.com/langflow-ai/langflow/pull/6928
* galatro made their first contribution in https://github.com/langflow-ai/langflow/pull/7080
* jeevic made their first contribution in https://github.com/langflow-ai/langflow/pull/7024
* thiau made their first contribution in https://github.com/langflow-ai/langflow/pull/7292

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/1.2.0...1.3.0

1.2.0

Not secure
<!-- Release notes generated using configuration in .github/release.yml at refs/heads/main -->

What's Changed
✨ New Features
* feat: resolve component update notification state persistence after dismissal by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6032
* feat: Update node name and description UX editing by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5920
* feat: Restructure Rerankers so both NVIDIA and Cohere work properly by brian-ogrady in https://github.com/langflow-ai/langflow/pull/5933
* feat: add time range for tavily search component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6092
* feat: update Cohere embedding model to use langchain_cohere, added support to dynamically load latest embedding models, improved error handling by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6034
* feat: Unified File Management API by erichare in https://github.com/langflow-ai/langflow/pull/6100
* feat: composio-core & composio-langchain version bump by abhishekpatil4 in https://github.com/langflow-ai/langflow/pull/6187
* feat: add sambanova-langchain package by jhpiedrahitao in https://github.com/langflow-ai/langflow/pull/5923
* feat: rename MergeData to CombineData component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6167
* feat: improve error handling of Agent component, solves Empty ExceptionWithMessageError by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6097
* feat: option to hide a column in frontend when defining a Table Input, hides Tool identifier from table display by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6222
* feat: enhance ChatMessage loading state management by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6196
* feat: Use Alembic with async driver by cbornet in https://github.com/langflow-ai/langflow/pull/6258
* feat: update OpenAI component temperature limit to 1.0 by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6194
* feat: set advanced to false on If-Else component `message` field by carlosrcoelho in https://github.com/langflow-ai/langflow/pull/6278
* feat: ScrapeGraph AI component updates and add new component ScrapgraphSearch API by VinciGit00 in https://github.com/langflow-ai/langflow/pull/6305
* feat: Structured Output component Template: Portfolio Website Code Generator by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6233
* feat: enhance YouTubeTranscripts component with Data output support by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6113
* refactor: ⚑️ Speed up function `_truncate_value` by 45% (`main`) by codeflash-ai in https://github.com/langflow-ai/langflow/pull/6334
* feat: Update dependencies to add smolagents package by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6030
* feat: add template for loop component: ArXiv search result Translator by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6260
* feat: Add new tracking events for flow and data load executions by mfortman11 in https://github.com/langflow-ai/langflow/pull/6492
* feat: adds metadata and batch_index to batch_run by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6318
* feat: Generic Callback Dialog Input for Custom Component by deon-sanchez in https://github.com/langflow-ai/langflow/pull/6236
* feat: add SaveToFile component for DataFrame, Data and Message exports by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6114
* feat: tool mode to firecrawl components by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6235
* feat: Add Meeting Summary Template using Assembly AI and OpenAI by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6498
* feat: add DataToDataFrame component for converting Data objects by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6112
* feat: Add Template Financial Report Parser for demo of Structured Output Component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6493
* feat: Add desktop flag to VersionPayload schema by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6487
* feat: Add session ID support to tracing service by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5820
* feat: Add templates with AgentQL Component by desi003 in https://github.com/langflow-ai/langflow/pull/6248
* feat: add gmail agent template using composio by abhishekpatil4 in https://github.com/langflow-ai/langflow/pull/6503
* feat: add Olivya's 'Place Call' component by JamalBoustani in https://github.com/langflow-ai/langflow/pull/5917
* feat: add functionality to stream or poll events from the build process by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5940
* feat: Add YouTube Video Analysis Template by raphaelchristi in https://github.com/langflow-ai/langflow/pull/6245
* feat: add db driver env variable by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/5967
* feat: add xAI integration by raphaelchristi in https://github.com/langflow-ai/langflow/pull/6012
* feat: updated ChatOutput component that can accept Data, Dataframe and Message by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6643
* feat: add apify actors integration by MQ37 in https://github.com/langflow-ai/langflow/pull/5862
* feat: add support to accept Dataframe as input to split text, and added relevant tests by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6302
* feat: Enhance component update system with edge validation alerts by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6716
* feat: Fix Python versions used in CI by cbornet in https://github.com/langflow-ai/langflow/pull/6725
* feat: update Structured output to handle Dataframe and inbuilt Prompt by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6642
* feat: Add support for Python 3.13 by cbornet in https://github.com/langflow-ai/langflow/pull/6685
* feat: add nvidia ingest component by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/6333
* feat: Use pyproject standardized dependency-groups by cbornet in https://github.com/langflow-ai/langflow/pull/6689
* feat: Add loading state and skeleton UI for FlowPage sidebar by deon-sanchez in https://github.com/langflow-ai/langflow/pull/6738
* feat: Add option to disable vector store caching by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6713
* feat: Improve data handling and text formatting (loop fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6771
* feat: add setter to dataframe to handle missing text_keys by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6785
* feat: Change default event delivery method to polling by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6811
* feat: Add flow build cancellation endpoint and functionality by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6813
πŸ› Bug Fixes
* fix: Notes nodes width resets to default on page reload by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6025
* fix: adjust LANGFLOW_CONFIG_DIR to prevent permission error by italojohnny in https://github.com/langflow-ai/langflow/pull/6095
* Fix: properly handle duplicate files on delete by erichare in https://github.com/langflow-ai/langflow/pull/6173
* fix: ensure file path is list before iterating over it by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6175
* fix: update documentation links for Custom Component to use the correct URL by mendonk in https://github.com/langflow-ai/langflow/pull/6145
* fix: Improve variable decryption error handling by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6199
* fix: make extension check case-insensitive in BaseFileComponent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6256
* fix: run flow component tool mode issues, causing tool result to be empty by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6121
* fix: add optional chaining and improve code robustness by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6262
* fix: add config options and error handling to MistralAI component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6131
* fix: improved the huggingface emdeddings component, to handle local inference and serverless inference by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6292
* fix: Improve path handling and type annotations in FaissVectorStoreComponent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6081
* fix: made tool_mode components minimizable by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6237
* fix: changed naming for download button on sidebar nav context menu by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6238
* fix: remove unnecessary lockChat condition in ChatMessage loading state by anovazzi1 in https://github.com/langflow-ai/langflow/pull/6316
* fix: Enhance vertex runnability logic with loop detection by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6309
* fix: inconsistent text table result for Message Type output, setting message.text as default status instead of Table as self.status by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6319
* fix: Update path filters, test tags and backend processing (nightly-fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6613
* fix: adds edge filtering only to parameters not hidden by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6270
* fix: updates color of inactive buttons on table component by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6315
* fix: Update default URL in URL component test by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6637
* fix: improve output check by anovazzi1 in https://github.com/langflow-ai/langflow/pull/6638
* fix: address weird column displacement when resizing columns by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6240
* fix: Fixing API endpoint in HF Component by brian-ogrady in https://github.com/langflow-ai/langflow/pull/6346
* fix: Fix some swallowed CancelledError by cbornet in https://github.com/langflow-ai/langflow/pull/6625
* fix: adjust edge position to not overlay handles on select by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6666
* fix: inconsistent text table result for Message Type output by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6633
* fix: changed serializations to use serialize function to not compromise json structure by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6673
* fix: removed default max length for serialize function by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6674
* fix: add TableInput validation for single dict and Data instances by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6136
* fix: update store_message to avoid crash by ericzon in https://github.com/langflow-ai/langflow/pull/6117
* fix: Adjust flow cascade deletion and improve flow delete message UI by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6667
* fix: clean duplicate call _cleanup_inputs by tianzhipeng-git in https://github.com/langflow-ai/langflow/pull/6679
* fix: add old Data to Message name to metadata to improve search by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6636
* fix: fixed scroll to outer layer on json viewer by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6664
* fix: added save button to table component to improve consistency by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6663
* fix: Creation of collections in dev Astra DB by erichare in https://github.com/langflow-ai/langflow/pull/6698
* fix: aws docker file is now in different place by yihong0618 in https://github.com/langflow-ai/langflow/pull/6706
* fix: restore default Vector Store RAG key variables by erichare in https://github.com/langflow-ai/langflow/pull/6721
* fix: Simplify loop stopping condition to prevent off-by-one errors by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6696
* fix: templates with broken connection by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6731
* fix: Enhance tests and update NVIDIA Ingest installation instructions by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6753
* fix: use async thread in list files by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6754
* fix: Add `log_package_version_task` attribute to TelemetryService by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6758
* fix: don't init langwatch if not configure by tianzhipeng-git in https://github.com/langflow-ai/langflow/pull/6749
* fix: updated ChatOutput component not working with streaming enabled by nicholas-johnson-techxcel in https://github.com/langflow-ai/langflow/pull/6747
* fix: Improve table column styling in edit node modal by deon-sanchez in https://github.com/langflow-ai/langflow/pull/6763
* fix: formatted dataframe output in chatoutput by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6717
* fix: disable resizing in TextModal by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6718
* fix: broken links by youyyytrok in https://github.com/langflow-ai/langflow/pull/6686
* fix: improve edge state management using object structure by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6764
* fix: Update Vector Store RAG template dialog order by erichare in https://github.com/langflow-ai/langflow/pull/6740
* fix: handle null and boolean correctly on table parameter by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6722
* Fix: error handling in data_to_text_list function (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6807
* fix: Fix URL for alembic migrations by cbornet in https://github.com/langflow-ai/langflow/pull/6806
* fix: Enhance edge update logic and refactor edge data handling by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6808
* fix: add entity_id to the ComposioToolSet by jbmolle in https://github.com/langflow-ai/langflow/pull/6805
* fix: Update pywin32 dependency to version 307 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6793
* fix: markdown note in research template by mendonk in https://github.com/langflow-ai/langflow/pull/6788
* fix: Improve dropdown component with null option filtering by deon-sanchez in https://github.com/langflow-ai/langflow/pull/6830
* fix: implemented build stop functionality on polling, call cancel endpoint on build cancel by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6815
πŸ“ Documentation Updates
* docs: webhook component playground test by mendonk in https://github.com/langflow-ai/langflow/pull/6053
* docs: API for v113 by mendonk in https://github.com/langflow-ai/langflow/pull/6093
* docs: Add usage guide for MCP stdio and SSE components by mendonk in https://github.com/langflow-ai/langflow/pull/6133
* docs: processing components by mendonk in https://github.com/langflow-ai/langflow/pull/6099
* docs: more information on run flow component by mendonk in https://github.com/langflow-ai/langflow/pull/6046
* docs: ui improvements by mendonk in https://github.com/langflow-ai/langflow/pull/6317
* docs: Added a Proper Russian README Translation Create README.RU.md by mdqst in https://github.com/langflow-ai/langflow/pull/6303
* docs: Added a link to the Russian README. by mdqst in https://github.com/langflow-ai/langflow/pull/6306
* docs: replace mendable with algolia by mendonk in https://github.com/langflow-ai/langflow/pull/6694
* docs: add log file location and configuration instructions by mendonk in https://github.com/langflow-ai/langflow/pull/6699
* ci: change docs build to use yarn by mendonk in https://github.com/langflow-ai/langflow/pull/6700
* docs: add-xai-component by mendonk in https://github.com/langflow-ai/langflow/pull/6714
* docs: nvidia ingest integration by mendonk in https://github.com/langflow-ai/langflow/pull/6735
* docs: astra component update by mendonk in https://github.com/langflow-ai/langflow/pull/6720
* docs: api pane updates by mendonk in https://github.com/langflow-ai/langflow/pull/6343
* docs: clarify nv ingest package installation by mendonk in https://github.com/langflow-ai/langflow/pull/6822
πŸ›  Maintenance Tasks
* Refactor: Simplify Vertex Queue Initialization by Removing is_input_vertex Dependency by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6155
* refactor: prevent disconnected handles from executing when input template edge is hidden by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6132
* refactor: replace StrInput with MultilineInput for URL fields (FirecrawlAPI) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6160
* refactor: (codeflash) ⚑️ Speed up function `update_target_handle` by 27% in `src/backend/base/langflow/graph/graph/utils.py` by misrasaurabh1 in https://github.com/langflow-ai/langflow/pull/5388
* refactor: (codelash) ⚑️ Speed up function `find_all_cycle_edges` by 17% by misrasaurabh1 in https://github.com/langflow-ai/langflow/pull/5389
* refactor: migrate chat lock state to useFlowStore by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6166
* refactor: move API key input into Cohere and NVIDIA rerank components by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6339
* refactor: Improve API key decryption error logging by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6193
βœ… Tests
* test: Add validation for error handling in custom components and utility function by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6634
* test: add database-loaded API keys and outdated component detection for starter templates by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6615
* test: add FE tests for new starter project templates by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6772
Others
* chore(deps): upgrade Docusaurus and related dependencies by mendonk in https://github.com/langflow-ai/langflow/pull/6120
* chore: update Google AI models list by raphaelchristi in https://github.com/langflow-ai/langflow/pull/6013
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/6098
* chore: use yarn only by mendonk in https://github.com/langflow-ai/langflow/pull/6141
* build(deps): bump undici from 6.21.0 to 6.21.1 in /docs by dependabot in https://github.com/langflow-ai/langflow/pull/6128
* chore: Add CustomLoader component and integrate with loading states in Admin, Flow, and Main pages by deon-sanchez in https://github.com/langflow-ai/langflow/pull/6047
* chore: Bump version to 1.1.5 for langflow and 0.1.5 for langflow-base by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6241
* ⚑️ Speed up method `Graph.find_runnable_predecessors_for_successor` by 129% in PR 6309 (`fix-order-loop`) by codeflash-ai in https://github.com/langflow-ai/langflow/pull/6310
* tests: Improve Error Handling and Update Element Test IDs in filterEdge-shard-1.spec.ts by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6632
* chore: Update codeflash config to ignore components by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6340
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/6655
* ci: Update Codeflash workflow to continue on error by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6658
* chore: Enhance Locust load testing and optimize database settings by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6265
* build(deps): bump dompurify from 3.2.3 to 3.2.4 in /src/frontend by dependabot in https://github.com/langflow-ai/langflow/pull/6661
* chore: fix capitalization of "Open Playground" in default shortcuts by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6687
* Refactor: Remove unused imports across multiple frontend components by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6232
* chore: Update Docker build workflow for reliability improvements by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6760
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/6778
* chore: Update langflow and langflow-base package versions to 1.2.0 and 0.2.0 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6759
* Fix: Reset Edge Update Tracking Before Success Message in UpdateAllComponents by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6797

New Contributors
* brian-ogrady made their first contribution in https://github.com/langflow-ai/langflow/pull/5933
* jhpiedrahitao made their first contribution in https://github.com/langflow-ai/langflow/pull/5923
* desi003 made their first contribution in https://github.com/langflow-ai/langflow/pull/6248
* ericzon made their first contribution in https://github.com/langflow-ai/langflow/pull/6117
* tianzhipeng-git made their first contribution in https://github.com/langflow-ai/langflow/pull/6679
* JamalBoustani made their first contribution in https://github.com/langflow-ai/langflow/pull/5917
* yihong0618 made their first contribution in https://github.com/langflow-ai/langflow/pull/6706
* MQ37 made their first contribution in https://github.com/langflow-ai/langflow/pull/5862
* nicholas-johnson-techxcel made their first contribution in https://github.com/langflow-ai/langflow/pull/6747
* youyyytrok made their first contribution in https://github.com/langflow-ai/langflow/pull/6686
* jbmolle made their first contribution in https://github.com/langflow-ai/langflow/pull/6805

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/1.1.4...1.2.0

1.1.4

Not secure
<!-- Release notes generated using configuration in .github/release.yml at refs/heads/main -->

What's Changed
✨ New Features
* feat: Data field required in UpdateDataComponent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5962
* feat: update novita logo and models by jasonhp in https://github.com/langflow-ai/langflow/pull/5953
* feat: Centralize database connection settings and deprecate old parameters by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5960
* feat: Add tool_mode to Output model and add it to the skip output check by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6036
* feat: Add unit tests for run_flow_from_json with fake environment variables by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/4015
* refactor: Speed up function `_serialize_series` by 234% in PR 6044 (`refactor-serialization`) by codeflash-ai in https://github.com/langflow-ai/langflow/pull/6079
* refactor: Speed up function `_serialize_dataframe` by 123% in PR 6044 (`refactor-serialization`) by codeflash-ai in https://github.com/langflow-ai/langflow/pull/6078
πŸ› Bug Fixes
* fix: re-add removed variable + fix documentation by mollux in https://github.com/langflow-ai/langflow/pull/5902
* fix: Hides agent executor output in components by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5899
* fix: add right padding to NodeStatus icon by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5963
* fix: Improve error handling at startup by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5994
* fix: add correct size properties to novitaAI icon by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6001
* fix: Use relative paths for data files in unit tests by cbornet in https://github.com/langflow-ai/langflow/pull/6021
* fix: allow dynamic updating when hosted anywhere by erichare in https://github.com/langflow-ai/langflow/pull/5999
* fix: Correctly update reactive form on hosted instances by erichare in https://github.com/langflow-ai/langflow/pull/6023
* fix: Correct widget code URL by awaisathar in https://github.com/langflow-ai/langflow/pull/6033
* fix: Problem checking Clickhouse connection when port is different from default by MarceloNunesAlves in https://github.com/langflow-ai/langflow/pull/5981
* fix: Text embedder caused by deprecated validation checks by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/6024
* fix: Add get_base_args method and refactor component initialization in Agent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6026
* fix: fixes langchain tool calling agent component toolkit by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5878
* bugfix: Throw upstream error when invalid token in Astra DB Component by erichare in https://github.com/langflow-ai/langflow/pull/6045
* fix: size-down-docs-images by mendonk in https://github.com/langflow-ai/langflow/pull/6049
* fix: refactor DuckDuckGo search component to use new Component base class (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6064
* fix: elevate edges on select by lucaseduoli in https://github.com/langflow-ai/langflow/pull/6052
* fix: Better handle other non-prod environments by erichare in https://github.com/langflow-ai/langflow/pull/6048
* fix: abort connection on error preventing infinite build by anovazzi1 in https://github.com/langflow-ai/langflow/pull/6050
* fix: Implement get_or_create_default_folder for user folder management by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6090
πŸ“ Documentation Updates
* docs: MCP components by mendonk in https://github.com/langflow-ai/langflow/pull/5988
* Docs: follow on for database service config change by mendonk in https://github.com/langflow-ai/langflow/pull/5998
* docs: Update GCP deployment documentation to clarify pricing details by mendonk in https://github.com/langflow-ai/langflow/pull/6005
* Docs: Components cleanup by mendonk in https://github.com/langflow-ai/langflow/pull/5987
* docs: add guide for rotating LANGFLOW_SECRET_KEY by mendonk in https://github.com/langflow-ai/langflow/pull/6091
πŸ›  Maintenance Tasks
* refactor: Improve JWT error logging for better debugging of authentication issues by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5885
* refactor: improve artifact type handling and result processing by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6002
* refactor: convert hook files from .tsx to .ts for better type clarity by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6003
* refactor: Simplify _process_raw_result method in custom component processing by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6040
* refactor: Implement unified serialization function by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6044
* refactor: Enhance profile picture copying with optimized I/O and error handling by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/6083
Others
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/5990
* ci: Update pytest durations workflow schedule to run weekly on Monday by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5992
* chore: Mark internal vertex-related endpoints as deprecated by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5922
* revert: update components filter and build artifact logic by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6022
* tests: update DuckDuckGo test selectors by Cristhianzl in https://github.com/langflow-ai/langflow/pull/6080
* build(deps):(deps): bump autofix-ci/action from ff86a557419858bb967097bfc916833f5647fa8c to 551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef by dependabot in https://github.com/langflow-ai/langflow/pull/6058
* build(deps):(deps): bump Namchee/conventional-pr from 0.15.5 to 0.15.6 by dependabot in https://github.com/langflow-ai/langflow/pull/6059
* build(deps):(deps): bump astral-sh/setup-uv from 4 to 5 by dependabot in https://github.com/langflow-ai/langflow/pull/6060
* chore: Bump version to 1.1.4 for langflow and 0.1.4 for langflow-base by anovazzi1 in https://github.com/langflow-ai/langflow/pull/6119

New Contributors
* awaisathar made their first contribution in https://github.com/langflow-ai/langflow/pull/6033

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/1.1.3...1.1.4

1.1.3

Not secure
<!-- Release notes generated using configuration in .github/release.yml at refs/heads/main -->

What's Changed
✨ New Features
* feat: Add text key option to CSVToDataComponent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5935
* feat: add deepseek-r1-distill-llama-70b to Groq by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5970
πŸ› Bug Fixes
* fix: env-file loading by italojohnny in https://github.com/langflow-ai/langflow/pull/5918
* fix: don't require embedding model in case astra db token lacks perms by erichare in https://github.com/langflow-ai/langflow/pull/5926
* fix: fixes AgentExecutor handle greyed out by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5900
* fix: remove reference to a non-existent method in NvidiaRerankComponent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5957
* fix: Ensure importability of modules not included in __init__.py files by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5965
* fix: handle undefined data.outputs and outputName params in log utility functions by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5928
* fix: Allow basic Astra DB Collection creation in combobox by erichare in https://github.com/langflow-ai/langflow/pull/5958
* fix: use correct json load method when loading flow from file by mollux in https://github.com/langflow-ai/langflow/pull/5936
* fix: add missing await to table check by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5977
* fix: return a standard tool for each Astra DB Tool component by erichare in https://github.com/langflow-ai/langflow/pull/5984
* fix: Ollama Model Component build config updates and formats info to prevent issues in DSLF. by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5978
* fix: Composio component by abhishekpatil4 in https://github.com/langflow-ai/langflow/pull/5834
* fix: Disable tool model by default in various model components by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5989
πŸ“ Documentation Updates
* docs: v1.1.2 by mendonk in https://github.com/langflow-ai/langflow/pull/5850
* docs: add DeepSeek component documentation with inputs and outputs by mendonk in https://github.com/langflow-ai/langflow/pull/5982
* docs: update handle colors in concepts-components.md to include icons by mendonk in https://github.com/langflow-ai/langflow/pull/5919
Others
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/5909
* chore(deps): bump undici from 6.21.0 to 6.21.1 in /docs by dependabot in https://github.com/langflow-ai/langflow/pull/5907
* chore(deps): upgrade litellm from 1.54.1 to 1.59.8 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5952
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/5951
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/5968
* chore: Bump langflow and langflow-base versions by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5972


**Full Changelog**: https://github.com/langflow-ai/langflow/compare/1.1.2...1.1.3

1.1.2

Not secure
<!-- Release notes generated using configuration in .github/release.yml at refs/heads/main -->

What's Changed
✨ New Features
* ci: Add dynamic shard count calculation for Playwright tests in CI workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4844
* adding ability for APIRequest to retry and save to a file by mieslep in https://github.com/langflow-ai/langflow/pull/4677
* Creating BaseFileComponent, integrating with API Request "to file" feature by mieslep in https://github.com/langflow-ai/langflow/pull/4731
* feat: adding list of Data output to Parse Data by mieslep in https://github.com/langflow-ai/langflow/pull/4598
* feat: new AlterMetadataComponent enhances Data and Message objects with dict or Data object entries by mieslep in https://github.com/langflow-ai/langflow/pull/4634
* feat: introduces DataSet class to improve the experience with lists of Data by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4834
* feat: make DataSet initialization similar to pandas' by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4864
* feat: defaulting tool description to the flow description in Flow as Tool by mieslep in https://github.com/langflow-ai/langflow/pull/4873
* feat: make log format configurable by Kraego in https://github.com/langflow-ai/langflow/pull/4851
* feat: Add combinatorial reasoning as a component by TarunAdvaithK in https://github.com/langflow-ai/langflow/pull/4782
* feat: Add DataFrameInput and refactor DataSet references by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4898
* feat: add cloudflare workers ai embeddings by siavashs in https://github.com/langflow-ai/langflow/pull/3697
* feat: add sambanova component by luisfucros in https://github.com/langflow-ai/langflow/pull/4908
* Refactor: Update Data class to handle different types of text inputs by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4938
* ci: Add GitHub Actions workflow to store pytest durations once a day by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4937
* feat: Add toolset component utilities and refactor tool mode handling by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4946
* feat: add NvidiaIcon component to support dark mode by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4994
* feat: Support for Autodetect in AstraDBVectorStore settings by erichare in https://github.com/langflow-ai/langflow/pull/4869
* Track caller versions in Astra DB, fix dynamic inputs by erichare in https://github.com/langflow-ai/langflow/pull/5016
* Refactor: Update shortcut for minimizing component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4916
* feat: Table Input for tools metadata (tool name and description) in component as tools by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/4961
* feat: Enhance Observability with ArizePhoenixTracer Integration by ialisaleh in https://github.com/langflow-ai/langflow/pull/5058
* feat: Persist locked state for flows by mfortman11 in https://github.com/langflow-ai/langflow/pull/4459
* feat: improve whitespace handling in NodeDescription component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5096
* feat: enhance slider component with labels and improved input handling by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5065
* feat: Add tool mode to the prompt component by rodrigosnader in https://github.com/langflow-ai/langflow/pull/5113
* feat: add tool mode to components that store and retrieve message history by rodrigosnader in https://github.com/langflow-ai/langflow/pull/5110
* feat(components): Add Webhook Icon to Component Definition by Vigtu in https://github.com/langflow-ai/langflow/pull/5010
* feature: Add interactive reader to dictAreaModal by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5122
* feat: Add sqlite to blocking call detection by cbornet in https://github.com/langflow-ai/langflow/pull/4376
* feat: Activate blockbuster Lock.aquire detection by cbornet in https://github.com/langflow-ai/langflow/pull/5157
* feat: add tool mode to AstraDB search input and enable AstraDB as a vector search Tool by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5075
* feat: add optional env var to skip starter project updates by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/5193
* feat: Activate sqlite blocking detection again by cbornet in https://github.com/langflow-ai/langflow/pull/5203
* feat: Restructure Youtube Transcripts component by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5118
* feat: Update SQLModel dependency and improve UUID handling by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4891
* feat: add README.FR.md for French speakers by AlexShadow3 in https://github.com/langflow-ai/langflow/pull/5176
* feat: add README.FR.md for French speakers by AlexShadow3 in https://github.com/langflow-ai/langflow/pull/5232
* feat(component): implement directory component enhancements by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5012
* feat: add support for Python 3.13 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5238
* feat: add gemini-2.0-flash-exp and gemini-exp-1206 models by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5213
* feat: Add AgentQL integration by colriot in https://github.com/langflow-ai/langflow/pull/4998
* feat: improve component configuration and input clarity by rodrigosnader in https://github.com/langflow-ai/langflow/pull/5267
* feat: add needle as custom component by JANHMS in https://github.com/langflow-ai/langflow/pull/4657
* feature: Improve Table customization to enhance ux on tool mode by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5216
* feat: Enhance ConditionalRouterComponent with Regex Matching and UI Improvements by Vigtu in https://github.com/langflow-ai/langflow/pull/5217
* feat: implement pagination for transaction log queries by dhlidongming in https://github.com/langflow-ai/langflow/pull/5281
* feat: add pydantic-ai and update dependencies to support it by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5297
* feature: Add message feedback and update frontend interface by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5022
* feat: improve chat scroll behavior during tab switches by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5308
* feat: introduce BundleItem component and memoize sidebar groups for performance by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5312
* feat: Bump blockbuster version to 1.5.0 by cbornet in https://github.com/langflow-ai/langflow/pull/5292
* feat: Bump blockbuster version to 1.5.2 by cbornet in https://github.com/langflow-ai/langflow/pull/5331
* feat: add vector retrieval and update policy/template by pedrocassalpacheco in https://github.com/langflow-ai/langflow/pull/5218
* feat: ArizePhoenixTracer v2 - Enhanced Session Tracking and Flow Organization by ialisaleh in https://github.com/langflow-ai/langflow/pull/5336
* feat: turn most class variables into instance variables in the Component classes by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5252
* feat: add ToolModeMixin to existting Input Types except SecretsInputs by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5339
* feat: add tool_mode parameter to MessageTextInput in ID Generator Component by Vigtu in https://github.com/langflow-ai/langflow/pull/5311
* feat: add dataframe operations component by rodrigosnader in https://github.com/langflow-ai/langflow/pull/5341
* feat: Install Codeflash optimizer github action by misrasaurabh1 in https://github.com/langflow-ai/langflow/pull/5350
* feat: tool mode for all vector store components by erichare in https://github.com/langflow-ai/langflow/pull/5348
* feat: return variable value if it is a generic variable by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5366
* feat(components): add LangWatch evaluator component - New Bundle by Vigtu in https://github.com/langflow-ai/langflow/pull/4722
* feat: Add Pandas kwargs support for CSV Agent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5372
* feat: Add OpenRouter component for multi-provider model access by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5271
* feat(component): enhance merge data with standard operations by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5125
* feat: Bump blockbuster version to 1.5.5 by cbornet in https://github.com/langflow-ai/langflow/pull/5382
* feat: Bump blockbuster version to 1.5.7 by cbornet in https://github.com/langflow-ai/langflow/pull/5406
* feat: add generic handle that inherits colors for multiple types by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5414
* feat(conditional-router): rename 'matches regex' to 'regex' by Vigtu in https://github.com/langflow-ai/langflow/pull/5410
* fix(LangWatch): make current trace available for custom code to hook on to, allow to override input/output, fix icon by rogeriochaves in https://github.com/langflow-ai/langflow/pull/5484
* feat: enhance UX with clickable items and simplified structure by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5387
* feat: improve gitloader component by rodrigosnader in https://github.com/langflow-ai/langflow/pull/5351
* feat: add anthropic mcp endpoint by phact in https://github.com/langflow-ai/langflow/pull/5148
* feat: Implement streaming support and EventManager integration in flow execution by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5460
* feat(model): replace MessageTextInput with MultilineInput for system_message by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5532
* feat: make Agents not send message if not connected to an output component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5521
* feat: Revamp GlobalVariableModal by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5512
* feat: Add support for loading flows and components from URLs by cbornet in https://github.com/langflow-ai/langflow/pull/5020
* feat: add ctrl+shift+z alternative shortcut for redoing actions by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5536
* feat: Add DataFrame color mapping and rose variables by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5587
* feat: astra db chunks deletion based on metadata field by smatiolids in https://github.com/langflow-ai/langflow/pull/5537
* feat: add batch run beta component by rodrigosnader in https://github.com/langflow-ai/langflow/pull/5489
* feat: add Store API Key management functionality by deon-sanchez in https://github.com/langflow-ai/langflow/pull/5596
* feat: Update Simple Agent example with latest Calculator version by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5609
* feat(component): enhance chat input component by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5131
* feat: add Graph Rag template by pedrocassalpacheco in https://github.com/langflow-ai/langflow/pull/5604
* feat(dataframe): add support for DataFrame outputs across multiple components by rodrigosnader in https://github.com/langflow-ai/langflow/pull/5589
* feat: allow flow name to be edited from the main page or by clicking header by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5525
* feat: standardize node output icons with TextSearch and Chevrons by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5600
* feat: enhance URL component with improved description and render parameters by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5623
* feat: bump composio libraries to version 0.6.13 by abhishekpatil4 in https://github.com/langflow-ai/langflow/pull/5633
* feat: add UI/UX improvements on InputListComponent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5644
* feat: Bump ruff version to 0.9 by cbornet in https://github.com/langflow-ai/langflow/pull/5666
* feat: Add Support for validating Tool Mode Models in NVIDIA LLM Component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5703
* feat: Add data-testid and id attributes to app header components for testing by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5724
* feat: enhance AIML model input validation and UX by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5702
* feat: improve model input fields for Cohere component by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5712
* feat: add truncation to ResultDataResponse by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5704
* fix: pass slider input values correctly, add test by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5735
* feat: make AWS credentials required in bedrock component by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5710
* feat: Add function to validate models with tool calling function and related fixes in agent component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5720
* feat: assistants agent improvements by phact in https://github.com/langflow-ai/langflow/pull/5581
* feat: Add `required=True` to essential inputs across Langflow components by Vigtu in https://github.com/langflow-ai/langflow/pull/5739
* feat: make YouTube Transcripts URL field required by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5686
* feat: improve model input fields for sambanova component by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5708
* feat: Add DeepSeek Model component by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5443
* feat: improve model input fields for OpenRouter component by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5715
* feat: add GitExtractor component by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5459
* feat: improve model input fields for perplexity component by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5709
* feat(cohere): update settings configuration by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5682
* feat: add LLM Router component using OpenRouter specs by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5475
* feat: make NvidiaRerankComponent work with search_results by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5740
* feat: enhance Anthropic component UI and validation by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5690
* feat: run flow component with tool mode option to run a flow as a tool by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5518
* feat: Add ParseDataFrameComponent for DataFrame-to-text conversion with tests by rodrigosnader in https://github.com/langflow-ai/langflow/pull/5594
* feat: update starter projects with latest component versions (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5780
* feat: limit transaction and vertex build logging with retention policies by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5658
* feat: enhance environment variable support and update settings configuration by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5766
* feat: use all available time zone names in CurrentDateComponent by philnash in https://github.com/langflow-ai/langflow/pull/5797
* feat: preserve manual component data if code unchanged by italojohnny in https://github.com/langflow-ai/langflow/pull/5482
* feat: Add output dimensionality validation for Google AI embeddings by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5758
* feat: add new model provider Novita AI by jasonhp in https://github.com/langflow-ai/langflow/pull/5380
* feat(groq): added llama 3.3 models by sujal011 in https://github.com/langflow-ai/langflow/pull/5497
* feat: add more search parameters to google_serper_api component by Owe1n in https://github.com/langflow-ai/langflow/pull/4944
* feat(component): API Request Component Overhaul by Vigtu in https://github.com/langflow-ai/langflow/pull/5007
* feat: Add MAX_ITEMS_LENGTH constant and implement list truncation in ResultDataResponse by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5807
* feat: Add model filtering support for Ollama Component, improving stability by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5748
* feat: Introduced YouTube bundle with essential components by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5415
* feat: Enhance FlowMenu name editing experience by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5729
* feat: update duckduckgo search component version by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5818
* feat: change Text to Message type with backend and frontend support by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5652
* feat: update starter projects templates by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5819
* feat: implement function to truncate json by italojohnny in https://github.com/langflow-ai/langflow/pull/5811
* feat: improve model input fields for HuggingFace model component by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5723
* feat: loop components handle ui and logic by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5744
* feat: add dialog support to dropdown components and enhance AstraDB by deon-sanchez in https://github.com/langflow-ai/langflow/pull/5349
* feat: Update basic examples by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5846
* feat: add arxiv component by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5634
* feat: add retry on database connection by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/5772
* feat: add google generative ai models to agent component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5853
* feat: Update and reorganize starter templates by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5856
* ci: Automatically close existing PRs for test duration updates by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5852
* feat(openai): make api_key field required on OpenAI Model by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5854
* feat: adds Wikipedia Component and deprecates the wikipedia API tool component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5871
* feat: add WikiData Component and depeciates the WikiData API tool component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5872
* feat: integration of scrapegraph apis by VinciGit00 in https://github.com/langflow-ai/langflow/pull/5551
* feat: Add ScrapeGraph icon component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5903
πŸ› Bug Fixes
* fix: made sidebar collapse when screen is smaller by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4822
* fix: changed add flow button to be square on collapsed screen by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4824
* fix: defined max length of folder name by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4828
* fix: Expose chosen model by NotDiamond router by barabasicsongor in https://github.com/langflow-ai/langflow/pull/4833
* fix: improve node internal updates in setNodeClass function by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4836
* fix: starter-project was broken in main by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4842
* fix: Improve test reliability and performance in similarity.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4823
* fix: correct PlaygroundButton import path in flowToolbarComponent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4841
* fix: changes AG Grid cell line height by setting internal property to none by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4870
* fix: add !important to shadcn aggrid styling by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4871
* fix: handle different output formats in agent message processing by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4867
* Fix: prevent infinity bug on agent by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4876
* fix: node display_name updates and display for users by italojohnny in https://github.com/langflow-ai/langflow/pull/4875
* fix: enable database loading for OpenAI API base URL in Instagram Copywriter by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4843
* fix: add missing component URLs in Component Maker by vasconceloscezar in https://github.com/langflow-ai/langflow/pull/4820
* fix: Update host_url in getWidgetCode function by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4894
* fix: Fix get_default_folder_id by cbornet in https://github.com/langflow-ai/langflow/pull/4893
* fix: make shortcut change work for shortcuts with two words, added sidebar shortcut, fix categories order by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4831
* fix: Successfully return agents in the Sequential Crew Component by erichare in https://github.com/langflow-ai/langflow/pull/4899
* fix: Use global var if available for api endpoint in Astra DB Tool by erichare in https://github.com/langflow-ai/langflow/pull/4909
* fix: auto fix starter projects by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4907
* fix: update minimized component outdated design by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4896
* fix: add padding to global variables input by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4900
* fix: updates file size limit to use middleware and add tests for uploads by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4883
* fix: Update NodeToolbarComponent to use setErrorData instead of setNoticeData by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4892
* fix: edit toggle size to be consistent by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4903
* fix: update cards quantity by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4905
* fix: Use async_open in a few places by cbornet in https://github.com/langflow-ai/langflow/pull/4929
* fix: adds better boolean check for DataFrame and fixes output display by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4933
* fix: Update promptModalComponent.spec.ts to use waitForSelector instead of waitForTimeout by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4920
* fix: update temperature input type and set min/max values by italojohnny in https://github.com/langflow-ai/langflow/pull/4939
* fix: update sort logic to handle cycles when running component by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4957
* fix: Add icon SQLDatabaseComponent by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4756
* fix: composio component not updating config state on refresh by sohamganatra in https://github.com/langflow-ai/langflow/pull/4910
* fix: Handle DataFrame serialization and export in langflow.io by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4956
* fix: allow passing curly braces in messages to the Agent component by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4960
* fix: prevent a glitch displaying run duration by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4951
* fix: update vector RAG flow for Astra DB comp changes by erichare in https://github.com/langflow-ai/langflow/pull/5006
* fix: Update components-loaders.md for accuracy with Unstructured by erichare in https://github.com/langflow-ai/langflow/pull/5014
* fix: make sambanova streaming work by luisfucros in https://github.com/langflow-ai/langflow/pull/5002
* fix: add padding to search bar for it to align with images on templates screen by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4993
* fix: changed cursor on slider to cursor-pointer by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4991
* fix: correct param for TableInput value by erichare in https://github.com/langflow-ai/langflow/pull/5015
* fix: change wrong component in json display by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5026
* fix: handle incorrect token in AstraDB by erichare in https://github.com/langflow-ai/langflow/pull/5030
* fix: remove "content" from "download content" on folder menu by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4990
* fix: uncentered tweaks tables text and removed notes from tweaks by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5035
* fix: auto fill chat input on new sessions by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5034
* fix: prevent inconsistent scroll behavior by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4958
* fix: Support Ollama models in CrewAI Components by erichare in https://github.com/langflow-ai/langflow/pull/4936
* fix: use cn utility for className assignment by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5032
* fix: adjust GitLoader to work in a hosted environment by italojohnny in https://github.com/langflow-ai/langflow/pull/5040
* fix: Use AsyncSession in some API endpoints by cbornet in https://github.com/langflow-ai/langflow/pull/4650
* fix: Use AsyncSession in crud log and find_flow by cbornet in https://github.com/langflow-ai/langflow/pull/4691
* fix: support Astra Enhanced flag in new component by erichare in https://github.com/langflow-ai/langflow/pull/5056
* Fix: update broken test generalBugs-shard-12.spec by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5060
* fix: validate 'streaming' vertex connections in graph by italojohnny in https://github.com/langflow-ai/langflow/pull/5067
* fix: update drag and drop test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5048
* fix: add hover state on folder button when moving flow to it by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4999
* fix: Fix test_get_and_cache_all_types_dict by cbornet in https://github.com/langflow-ai/langflow/pull/5054
* fix: add condition to not block component from building when input is filled by tool mode by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5039
* fix: Fix: improve error in InputFileComponent when displaying invalid file types by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5064
* fix: apply variables to fields automatically, remove password truncation from variable fields by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5031
* fix: clear chat input when sending from play button by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5071
* fix: update all naming to be plural sensitive by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5068
* fix: changed advanced settings to controls by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5069
* fix: allow passing curly braces in system instructions to the Agent component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5092
* fix: redirect to previous page after login by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5102
* fix: Use AsyncSession in memory by cbornet in https://github.com/langflow-ai/langflow/pull/4665
* fix: improve vector store test by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5121
* fix: Improve test and add improve timeouts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5142
* fix: Fix to_frontend_node modifying input components by cbornet in https://github.com/langflow-ai/langflow/pull/5116
* fix(Dockerfile): standardize casing for 'FROM' and 'AS' keywords by gitworkflows in https://github.com/langflow-ai/langflow/pull/5159
* fix: Execute event manager callbacks in asyncio thread by cbornet in https://github.com/langflow-ai/langflow/pull/5150
* fix: make chatinput text appear on playground only if no sessions are present by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5117
* fix: make sending a message not change the value of chatinput node by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5103
* fix: add load_from_db to all agents by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5170
* fix: Use anyio for file operations in a few places by cbornet in https://github.com/langflow-ai/langflow/pull/5167
* fix: narrow version ranges for project dependencies by italojohnny in https://github.com/langflow-ai/langflow/pull/5005
* fix: changed truncation style for big folder and flow names on header by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5106
* fix: Move crewai to root deps for now by erichare in https://github.com/langflow-ai/langflow/pull/5204
* fix: Add async aupdate_build_config to CustomComponent by cbornet in https://github.com/langflow-ai/langflow/pull/5181
* fix: Refactor CSS class in newChatMessage component preventing wrong position of bullet points by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5206
* fix: Resolve DOM validation & React lifecycle warnings by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5205
* fix: Update Search API component to latest version from Travel Planning Agents template by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5192
* fix: use SecretStr get_secret_value for LMStudio API key handling by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5200
* fix: improve UUID handling in custom component variables by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5230
* fix: remove unused import and simplify key generation in SideBarFoldersButtonsComponent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5227
* fix: have defaults for the table schema by erichare in https://github.com/langflow-ai/langflow/pull/5099
* fix: make user_id variable valid and fix type signature in messages endpoints by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5236
* fix: Refactor JSON serialization in build_flow and log_vertex_build by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5189
* fix: Do a better job of mapping Langchain to LiteLLM by erichare in https://github.com/langflow-ai/langflow/pull/5233
* fix: validateDOMNesting error on nodeToolbarComponent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5212
* fix: Ensure safe assignment to tool_blocks_map in agent_message handling by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5239
* fix: support additional autodetect astradb params by erichare in https://github.com/langflow-ai/langflow/pull/5254
* fix: set embedding dict to empty if vectorize by erichare in https://github.com/langflow-ai/langflow/pull/5258
* fix: simplify input field handling in InputListComponent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5255
* fix: enhance confirmation modal with new UI properties by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5283
* fix: Put back some sync methods for backward compatibility. by cbornet in https://github.com/langflow-ai/langflow/pull/5269
* fix: add notifications UI and add integration test by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5286
* fix: update hidden secret_str load_from_db when adding flow by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5289
* fix: fixes agents issue by removing depreciated feature output parser from the LLM Model Components by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5242
* fix: fixes tool metadata order and update issue, resolves agent tool metadata update failure by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5248
* fix: Update stored message to give out only the latest message by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/4954
* fix: update message update logic and add comment by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5295
* fix: move blocking io ops to async method on dbservice init by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/5291
* fix: Properly handle invalid endpoint parameters in Baidu Qianfan component by niuguy in https://github.com/langflow-ai/langflow/pull/5272
* fix: update font size of prompt when validated by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5214
* fix: validate and test database connection URLs by italojohnny in https://github.com/langflow-ai/langflow/pull/5178
* fix: Fix tool mode switch state persistence in NodeToolbarComponent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5316
* fix: Error handling in loading components/features in Agent Component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5320
* fix: make messages appear in the correct order again by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5309
* fix: make errors in build_flow function use the standardized ErrorMessage schema by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5199
* fix: Fix missing await in initialize_alembic_log_file by cbornet in https://github.com/langflow-ai/langflow/pull/5334
* fix: make serialization errors in component update show up in the UI by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5332
* fix: file path handling for cross-os compatibility by italojohnny in https://github.com/langflow-ai/langflow/pull/5342
* fix: improve UUID handling in flow helpers by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5346
* fix: Remove unnecessary directory clearing in build_langflow_base target by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5356
* fix: code flash pr issues in Calculator and JSONCleaner Components by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5352
* fix: avoid checking variables with empty value by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5367
* fix: make search on sidebar shortcut not be triggered inside inputs by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5345
* fix: add endpoint_name to read_flows endpoint by dariosaltarelli in https://github.com/langflow-ai/langflow/pull/5354
* fix: remove redundant memoization from parameter render components to fix input cursor position by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5347
* fix: fix partition error in AstraDBCQLToolComponent by bhatsanket in https://github.com/langflow-ai/langflow/pull/4356
* fix: Resolve Auth field issue in Composio component and bump Composio by abhishekpatil4 in https://github.com/langflow-ai/langflow/pull/5357
* fix: add initial setup validations by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/5385
* fix: add data field to returned object on flowheader if flow is a component by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5373
* fix: Fix parallel execution of alembic with PostgreSQL by cbornet in https://github.com/langflow-ai/langflow/pull/5408
* fix: add minimized attribute to components and make chatinput and chatoutput start minimized by default by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5374
* fix: Update import path for IOModal to new naming convention by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5423
* fix: adjust mouse actions in regression test for proper drag-and-drop by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5462
* fix: error message issue when "exception.body" is None by niuguy in https://github.com/langflow-ai/langflow/pull/5464
* fix: fetch composio apps list dynamically by tushar-composio in https://github.com/langflow-ai/langflow/pull/5427
* fix: Bump blockbuster version to 1.5.8 by cbornet in https://github.com/langflow-ai/langflow/pull/5418
* fix: unify delete logic and fix cascade deletion for flows by dhlidongming in https://github.com/langflow-ai/langflow/pull/5466
* fix: StructuredOutputComponent tool name generation for multiple=True mode by elephantum in https://github.com/langflow-ai/langflow/pull/5476
* fix: Prevent template value from overriding user input on tab switch by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5369
* fix: Fix parallel execution of alembic with SQlite by cbornet in https://github.com/langflow-ai/langflow/pull/5404
* fix: Update dimensions of SvgLangwatch component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5424
* fix: resolve data keyword conflict in template formatting by italojohnny in https://github.com/langflow-ai/langflow/pull/5483
* fix: remove duplicate Components section from sidebar by mendonk in https://github.com/langflow-ai/langflow/pull/5533
* fix: uv lock fixes issues from crosshair-tool versions by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5535
* fix(nightly): refactor freeze-path feature test by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5557
* fix: add tests and adjustments to Chroma component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5571
* tests: fix tests by clearing service_manager services by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5573
* fix: adjust path to run only unit tests by italojohnny in https://github.com/langflow-ai/langflow/pull/5184
* fix: node minimize/expand functionality and regression tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5579
* Fix: Fixed agent not found in SequentialCrewComponent. by wbilibio in https://github.com/langflow-ai/langflow/pull/5449
* fix: Google Embeddings model dimension mismatch. by akshaykripalani in https://github.com/langflow-ai/langflow/pull/5502
* fix: Add factor to prevent overlap by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5426
* fix: restored save on change, simplified tool_mode attribution to make it work between updates by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5599
* fix: remove upper size limit for Notes by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5425
* fix: the database url is missing ":\\" when sqlite or postgresql is not used by qq745639151 in https://github.com/langflow-ai/langflow/pull/5492
* fix: problem with saving files from APIRequestComponent by mieslep in https://github.com/langflow-ai/langflow/pull/5627
* fix: address api_request issues on Python 3.11+ by mieslep in https://github.com/langflow-ai/langflow/pull/5643
* fix: Improve hide-output button alignment in GenericNode component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5645
* fix: Improve `update_flow` data consistency, refine error handling, and add folder-moving tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5516
* fix: replace hasattr with dictionary key check for flow_data nodes (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5668
* fix: default flow locked property to false instead of null (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5670
* fix: simplify InputFileComponent to use native file picker by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5692
* fix: add missing Needle component icon by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5689
* fix: Update useState default values in exportModal and flowSettingsModal by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5698
* Fix: update tweaks processing to allow input_type without input_value by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5656
* fix: Handle the special case Azure Deployment params in crewAI component by erichare in https://github.com/langflow-ai/langflow/pull/5676
* fix: remove subscribe call and add unsubscribe method in StateService by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5727
* fix: Fix memory leak when creating components by cbornet in https://github.com/langflow-ai/langflow/pull/5733
* fix: Fix mem leak in Graph process by cbornet in https://github.com/langflow-ai/langflow/pull/5751
* fix: don't raise error if bundle loading fails by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5765
* fix: remove duplicate embedding input from PGVector component by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5680
* fix: adjust GenericNode width to fit component wrapper by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5768
* fix: tool mode reset for connected components when reloading the flow by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5781
* fix: update Tavily component in Instagram Copywriter and Market Research projects and tests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5789
* fix: restore template tags and correct names (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5791
* fix: update datetime serialization to include timezone information by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5795
* fix: correct issue with change api key to be of type str by NgdHung31 in https://github.com/langflow-ai/langflow/pull/5716
* fix: change telemetry logging level from exception to error by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5804
* fix: tool name in component toolkit if the name of the component is None by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5761
* fix: Adjust size of LMStudioIcon component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5763
* fix: fix typo Update DEVELOPMENT.md by Hack666r in https://github.com/langflow-ai/langflow/pull/5558
* fix: initial hidden state for shadow-box component by dhlidongming in https://github.com/langflow-ai/langflow/pull/5639
* fix: fix typo in CONTRIBUTING.md by VitalikBerashvili in https://github.com/langflow-ai/langflow/pull/5556
* fix: make chat input sorting logic exclude other components by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5760
* fix: Add optional chaining for getSelectedRows in TableComponent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5805
* fix: Improve error handling in aupdate_messages function to prevent empty message error by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5655
* fix: solves agents auto refresh models setting real_time_refresh False by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5810
* fix: removed refresh table when pagination is off by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5813
* fix: change border color on chat input when active by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5814
* fix: preserve template values in custom component updates by italojohnny in https://github.com/langflow-ai/langflow/pull/5821
* fix: update LANGFLOW_COMPONENTS_PATH env variable behavior by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5700
* fix: allow multipart/form-data boundary to end with a newline by philnash in https://github.com/langflow-ai/langflow/pull/5660
* fix: add default models to Anthropic and make sure template is updated by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5839
* fix: make sure tests run async by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5842
* fix: artifact repr assignment by xuyingjie in https://github.com/langflow-ai/langflow/pull/5829
* fix: Improve TracingService initialization logic around `deactivated` by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5847
* fix: update YouTube icon name in sidebar bundles by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5817
* fix: removed auto height to fix glitch on Edit Tools by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5815
* fix: Update memoization logic in ChatView component to prevent scroll bug by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5764
* fix: add the git binary to the final step of the container images by mollux in https://github.com/langflow-ai/langflow/pull/5863
* fix: make sure graph build errors bubble up to the frontend by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5864
* fix: loop error condition and edge design by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5869
* fix: make `with_session` rollback only on SQLAlchemy errors by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5865
* fix: fixes model refresh issues conflicting with build config updates, setting real time fresh false to persist model selection by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5868
* fix: fixes date time issue, which was blocking run flow execution of agent flows by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5866
* fix: session list overflow when there are many list items. by xuyingjie in https://github.com/langflow-ai/langflow/pull/5832
* fix: Allow specification of api endpoint as fallback when token lacks permissions by erichare in https://github.com/langflow-ai/langflow/pull/5879
* fix: Incorporate DEFAULT_IMPORT_STRING for dynamic class creation and clean up unused function by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5882
* fix: make sure tool mode is not lost on component validation by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5875
* fix: ensure string timestamps are converted to UTC in MessageTable model by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5881
* fix: Fix tool mode retrieval in frontend node template update by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5884
* fix: errors exhibition and printing by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5892
* fix: Update 'advanced' flag for concurrency multithreading and data input in FileComponent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5901
* fix: Expose API Endpoint when no DB list access in Astra by erichare in https://github.com/langflow-ai/langflow/pull/5886
* fix: improve task management in _log_transaction_async to avoid database locks by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5896
* fix: improve modal z-index and keyboard event handling by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5898
* fix: remove lock from log transaction handling in Vertex by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5906
πŸ“ Documentation Updates
* docs: rename getting-started folder and add redirects by mendonk in https://github.com/langflow-ai/langflow/pull/4813
* docs: remove deprecated starter flow by mendonk in https://github.com/langflow-ai/langflow/pull/4838
* docs: add Sequential Tasks Agent documentation and sidebar entry by mendonk in https://github.com/langflow-ai/langflow/pull/4877
* docs: AstraDB as Chat Memory by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/4815
* docs: send image file to the api endpoint by mendonk in https://github.com/langflow-ai/langflow/pull/4902
* docs: standardize environment variable configuration instructions in authentication docs by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4880
* docs: update docs for global variables page and security by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4878
* docs: add uv installation by mendonk in https://github.com/langflow-ai/langflow/pull/5011
* docs: enhance Google Cloud Vertex AI setup guide for Langflow by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/4745
* docs: Swap pip and uv installation instructions in README and install by mendonk in https://github.com/langflow-ai/langflow/pull/5201
* docs: fix typos in documentation files by cypherpepe in https://github.com/langflow-ai/langflow/pull/5202
* Docs: update quickstart by mendonk in https://github.com/langflow-ai/langflow/pull/5207
* docs: composio component by mendonk in https://github.com/langflow-ai/langflow/pull/5111
* docs: fix typos Update integrations-assemblyai.md by mdqst in https://github.com/langflow-ai/langflow/pull/5220
* Docs: recommend uv by mendonk in https://github.com/langflow-ai/langflow/pull/5237
* docs: fix typo Update deployment-gcp.md by mdqst in https://github.com/langflow-ai/langflow/pull/5225
* docs: add docs to huggingface space restart script by Plasma-69 in https://github.com/langflow-ai/langflow/pull/5051
* Docs: components updates by mendonk in https://github.com/langflow-ai/langflow/pull/5315
* Docs: refactor starter flows by mendonk in https://github.com/langflow-ai/langflow/pull/5384
* docs: Improve developer docs with minor changes by msmygit in https://github.com/langflow-ai/langflow/pull/5417
* docs: add components-processing link to sidebar and update documentation link in component by mendonk in https://github.com/langflow-ai/langflow/pull/5526
* docs: fix onBrokenAnchor behavior and links by mendonk in https://github.com/langflow-ai/langflow/pull/5520
* docs: remove Guides, add pages on other categories, add Types by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4881
* docs: update custom components documentation (Fixes 5595) by ThomaciousD in https://github.com/langflow-ai/langflow/pull/5626
* docs: use fernet for secret key generation by mendonk in https://github.com/langflow-ai/langflow/pull/5611
* docs: API examples by mendonk in https://github.com/langflow-ai/langflow/pull/5499
* docs: concepts folder by mendonk in https://github.com/langflow-ai/langflow/pull/5576
* docs: corrected typo `flowis` to `flow is` by momokid in https://github.com/langflow-ai/langflow/pull/5695
* docs: Adds documentation for Opensearch vector store component by shatejas in https://github.com/langflow-ai/langflow/pull/5681
* docs: Fix duplicate numbering in "Run Langflow" section by mdqst in https://github.com/langflow-ai/langflow/pull/5844
* docs: Fix incorrect article form in French text Update README.FR.md by mdqst in https://github.com/langflow-ai/langflow/pull/5858
πŸ›  Maintenance Tasks
* refactor: Improve page loading, timeout, and component interaction in Simple Agent test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4825
* refactor: Improve timeout handle in memoryChatbot test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4821
* refactor: remove regression test timeouts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4837
* build: adds arm64 build to docker build workflow by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4872
* refactor: Remove load_from_db attribute from FIELD_FORMAT_ATTRIBUTES by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4884
* refactor: Improve keyPairListComponent.spec.ts test reliability and performance by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4906
* refactor: improve timeouts for textAreaModalComponent by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4926
* refactor: Feature flag custom chat icons and custom banner spacing changes to stay in sync with DataStax Langflow by mfortman11 in https://github.com/langflow-ai/langflow/pull/4845
* refactor: Improve Timeout Handling, Simplify Link Logic, and Enhance Cleanup by yabi90 in https://github.com/langflow-ai/langflow/pull/4744
* refactor: Move RetrieverToolComponent to langchain_utilities and add legacy support by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5003
* refactor: Update true/false response methods to return None by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5001
* refactor: migrate flow handling hooks and clean up component code by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5024
* refactor: Split folderSidebarComponent into modular components by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5000
* refactor: Simplify ContentDisplay component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5027
* refactor: Remove footer from TableModal component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5036
* refactor: Adjust chat view layout for responsiveness by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5061
* refactor: Improve wait times and visibility checks in auto-save-off tests by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5044
* refactor: use Inspector for column checks in locked state migration by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5097
* refactor: Enhance flowSettings.spec.ts with improved element selectors and timeouts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5072
* refactor: Improve reliability of flowPage.spec.ts test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5070
* refactor: Remove unnecessary wait timeouts in chatInputOutputUser-shard-1.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5126
* refactor: Improve page loading and element selection in DuckDuckGo integration test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5128
* refactor: Improve flow creation and search performance in test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5139
* refactor: Improve page loading and element visibility in regression tests by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5136
* refactor: Remove unnecessary wait for timeout in Travel Planning Agent test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5143
* refactor: Remove unnecessary wait timeouts in chatInputOutputUser-shard-2.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5127
* refactor: Improve wait time for modals and elements in regression tests by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5141
* refactor: Remove unnecessary code for handling Enter by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5041
* refactor: Improve page loading and element visibility in regression tests by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5134
* refactor: Improve wait times and visibility checks in userSettings.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5120
* refactor: Add displayLoadingMessage flag to MessagesStoreType and adjust chat view layout by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5062
* refactor: reduce logging of SQLite pragmas and enhance model provider type safety by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5235
* perf: Optimize component rendering with memoization and useCallback hooks by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5253
* style: convert SVG attributes to React camelCase format by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5284
* refactor: ⚑️ Speed up function `find_last_node` by 29,891% by misrasaurabh1 in https://github.com/langflow-ai/langflow/pull/5261
* refactor: ⚑️ Speed up function `find_cycle_vertices` by 324% by misrasaurabh1 in https://github.com/langflow-ai/langflow/pull/5262
* perf: Optimize component with memoization and selective store subscriptions by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5296
* refactor: ⚑️ Speed up method `Graph.sort_chat_inputs_first` by 152% by misrasaurabh1 in https://github.com/langflow-ai/langflow/pull/5263
* perf: optimize vertex build query for recent records by dhlidongming in https://github.com/langflow-ai/langflow/pull/5301
* refactor: update ReactFlow to v12 by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5317
* refactor: simplify input_types in LCToolsAgentComponent (remove BaseTool and StructuredTool) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5084
* refactor: (codeflash) ⚑️ Speed up method `CalculatorToolComponent._eval_expr` by 103% by misrasaurabh1 in https://github.com/langflow-ai/langflow/pull/5323
* refactor: (codeflash)⚑️ Speed up method `JSONCleaner._remove_control_characters` by 1,491% by misrasaurabh1 in https://github.com/langflow-ai/langflow/pull/5322
* refactor: improve conditional rendering on panel buttons by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5365
* refactor: add model validator to FlowHeader model and fix response handling by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5355
* refactor(components): Rename StoreMessage to MessageStore for Better Clarity by Vigtu in https://github.com/langflow-ai/langflow/pull/5009
* refactor: Enhance error handling, message editing and prompt display by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5310
* refactor: Simplify agent input text content construction by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5344
* refactor: update GlobalVariableModal description text by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5405
* refactor(sidebar): Optimize FlowSidebarComponent with improved search and performance by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5411
* perf: add useMemo to chatHistory to avoid unecessary renders on Playground by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5376
* refactor: update simple API test JSON by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5469
* refactor: Enhance frontend build process with detailed logging and error handling by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5473
* refactor: run upgrade in dockerfiles to update dependencies by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5508
* refactor: prevent tool mode on group component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5522
* refactor: make StructuredOutput tests to use MockLanguageModel by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5563
* refactor: Update WikidataAPI component to standard output pattern by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5431
* refactor: add graph utility tests and refactor sorting methods by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5538
* refactor: update DataFrame color to pink by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5613
* refactor: Comment out deprecated playground page by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5616
* refactor: Improve createFileUpload reliability and performance by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5697
* refactor: add tooltips to UI global variables components by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5648
* refactor: Refactor Wikipedia API component by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5432
* refactor: improve naming consistency in DataCombiner component by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5471
* refactor: enhance flow type safety and clean up unused code by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5669
* refactor: decompose complex function into smaller ones for readability by italojohnny in https://github.com/langflow-ai/langflow/pull/5517
* refactor: Calculator Component updating tool implementation and fix deprecation warnings by Vigtu in https://github.com/langflow-ai/langflow/pull/5442
* refactor(component): Convert Tavily Search to standard component pattern by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5430
* refactor: Deprecate Subflow and Flow as Tool component in favor of RunFlow by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/5678
* refactor(google_search): migrate to new tool mode implementation by Vigtu in https://github.com/langflow-ai/langflow/pull/5444
* refactor: Model input fields of Azure OpenAI component by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5711
* refactor: Model input fields of Google Generative AI component by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/5714
* refactor(google_serper_api): migrate to new tool mode implementation by Vigtu in https://github.com/langflow-ai/langflow/pull/5446
* refactor: enhance graph initialization and telemetry handling by italojohnny in https://github.com/langflow-ai/langflow/pull/5721
* refactor: Update Serp API component to standard output pattern by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5437
* refactor(tools): overhaul Python REPL component with modern tool mode by Vigtu in https://github.com/langflow-ai/langflow/pull/5463
* refactor: add utility methods for getting display name and improve error messages by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5653
* refactor: Enhance InputList Component UI/UX by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5726
* refactor(yahoo-finance): Refactor Yahoo Finance API component to support tool mode by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5434
* refactor: Search API component ensuring standard output pattern by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5435
* refactor: Remove "commands" field from TOOL_TABLE_SCHEMA by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5809
* refactor: update component test method and Agent component test for be asynchronous by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5841
* refactor(components): Rename Parse Data component to Data to Message by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5547
* refactor: adjust SliderComponent spacing and typography by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5836
βœ… Tests
* test: re-enable unit test by italojohnny in https://github.com/langflow-ai/langflow/pull/4455
* test: Enhance frontend testability with data attributes and integration tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4948
* test: Add utility functions to streamline test setup and improve maintainability by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5168
* test: enhance drag-and-drop reliability and update test asset paths by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5186
* test: Add test IDs and improve UI wait handling in frontend tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5188
* test: increase timeout in Market Research tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5208
* test: Enhance tool mode spec with zoom controls and drag-drop functionality by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5363
* test: Update test descriptions to indicate requirement for store API key by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5359
* test: improve element interactions in generalBugs shard 7 tests (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5646
* test: Update API key requirements and test configurations for frontend tests (fix nightly) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5752
* test: Update test selectors in frontend regression tests (nightly fix) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5835
* test: update data-testid attributes for chat memory and OpenAI model elements by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5823
Others
* chore: Remove 'v' prefix from release tag in CI workflow that caused problems in docker build by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4819
* chore: set log level to debug by italojohnny in https://github.com/langflow-ai/langflow/pull/4830
* tests: organize playwright tests by feature suites and optimize CI runtime by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4687
* ci: Update TypeScript test workflow for improved Playwright integration by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4781
* refator: fix import statement and wait timeout in starter-projects.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4827
* ci: Update TypeScript CI workflow to select tests if test files change by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4840
* ref: Apply ruff rules preview autofix by cbornet in https://github.com/langflow-ai/langflow/pull/4699
* ref: Add aiofile to do async file operations by cbornet in https://github.com/langflow-ai/langflow/pull/4705
* ref: Remove usage of deprecated get_event_loop by cbornet in https://github.com/langflow-ai/langflow/pull/4697
* chore: remove unused plugin-related code by italojohnny in https://github.com/langflow-ai/langflow/pull/4826
* ci: Enable release flag for TypeScript tests in nightly build workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4848
* Expanding Unstructured loader to take server file inputs, more file types, and API parameters by mieslep in https://github.com/langflow-ai/langflow/pull/4738
* Refactor: improve generalBugsShard test code and improve test reliability by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4835
* Refactor: floatComponent.spec.ts for improved readability, performance, and reliability by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4857
* Refactor: improve codeAreaModalComponent.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4854
* Refactor: inputListComponent.spec.ts to improve test reliability and performance by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4859
* chore: Update CI workflow job and step names for clarity and consistency by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4847
* Refactor: update fileUploadComponent.spec.ts to improve test reliability, performance and readability by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4856
* Refactor: update chatInputOutput.spec.ts to improve test reliability and performance by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4853
* Refactor: improve inputListComponent to enable deletion of the first item by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4890
* Fix: Unable to Click on Prompt in UI when It is empty and add regression test by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4904
* Refactor: update nestedComponent test to improve performance by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4919
* Refactor: update keyPairListComponent.spec.ts to improve test reliability and performance by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4874
* Fix: Disable the ComponentAsTool shortcut when the component code does not have tool_mode=True + regression tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4918
* Refactor: Update TableOptions component to add data-testid attributes for buttons by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4925
* fix: removed beta from current date by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4901
* Refactor: codeAreaModalComponent.spec.ts for improved test readability and maintainability by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4928
* Refactor: Improve performance of sliderComponent tests by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4923
* tests: Improve test reliability and performance in toggleComponent.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4927
* Refactor: improve dropdownComponent test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4855
* Refactor: inputComponent.spec.ts to improve performance by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4858
* Refactor: remove timeouts and update selectors in linkComponent.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4917
* chore: Remove HAR files from the repository by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4935
* build(deps):(deps): bump Namchee/conventional-pr from 0.15.4 to 0.15.5 by dependabot in https://github.com/langflow-ai/langflow/pull/4974
* build(deps):(deps): bump autofix-ci/action from dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a to ff86a557419858bb967097bfc916833f5647fa8c by dependabot in https://github.com/langflow-ai/langflow/pull/4973
* build(deps): bump astral-sh/setup-uv from 3 to 4 by dependabot in https://github.com/langflow-ai/langflow/pull/4975
* allowing Server File Path to be Message or Data by mieslep in https://github.com/langflow-ai/langflow/pull/4995
* remove retriever component and outputs by rodrigosnader in https://github.com/langflow-ai/langflow/pull/4979
* remove unnecessary function from youtube transcript by rodrigosnader in https://github.com/langflow-ai/langflow/pull/4978
* Refactor: Update toTitleCase function and CrashErrorComponent by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4940
* feature: Update HandleTooltipComponent text from "Select" to "Click" for better clarity by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5004
* Refactor: update curlApiGeneration test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5046
* Refactor: Remove unnecessary value rendering in EmptyParameterComponent by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4955
* Refactor actionsMainPage-shard-0.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5043
* Refactor: refactor wait times and selectors in filterEdge-shard-1.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5049
* Refactor: update autoLogin.spec.ts to use waitForSelector by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5045
* fix: changed parameter name of agent component by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4992
* fix: re-activated playground page and made it full screen by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5066
* Refactor: update wait timeouts in minimize.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5077
* Refactor: Remove unnecessary wait timeouts in limit-file-size-upload test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5076
* Refactor: Improve performance on test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5074
* Refactor: Update wait selectors in outdated-actions.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5078
* improve: improve pythonGenerationCodeAPI by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5080
* chore: update import paths and button icon styles in table component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5094
* Refactor: remove unnecessary wait timeouts in regression test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5133
* Refactor: remove unnecessary wait in component-as-tool-shortcut test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5130
* refactor Improve Vector Store test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5144
* Refactor: update remove unnecessary wait timeouts in regression test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5132
* Refactor: improve starter project modal test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5098
* Refactor: Improve wait times and visibility checks in stop-button-playground.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5104
* Refactor: Improve test stability and reliability by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5135
* Refactor: improve YouTube Transcripts integration tests by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5129
* Refactor: remove timeouts from generalbugs-shard10 by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5140
* Refactor: Improve wait times in regression test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5137
* Refactor: Improve wait times and visibility checks in twoEdges.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5109
* Refactor: Improve wait times and visibility checks in store-shard-3.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5108
* ref: Use AsyncSession in some tests by cbornet in https://github.com/langflow-ai/langflow/pull/5151
* Refactor: Remove unnecessary wait times in store-shard-0.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5105
* ref: Remove sync get_session and DbSession by cbornet in https://github.com/langflow-ai/langflow/pull/5146
* ref: Apply ruff rules FURB110 and RUF046 by cbornet in https://github.com/langflow-ai/langflow/pull/5093
* ref: Bump ruff version to 0.8 by cbornet in https://github.com/langflow-ai/langflow/pull/5087
* ref: Apply ruff rule TC006 by cbornet in https://github.com/langflow-ai/langflow/pull/5088
* ref: Apply ruff rule RUF052 by cbornet in https://github.com/langflow-ai/langflow/pull/5089
* ref: Remove some useless asyncio.to_thread by cbornet in https://github.com/langflow-ai/langflow/pull/5149
* Refactor: Remove unnecessary code and comments in integration-side-bar.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5073
* Refactor: update NodeDescription component to conditionally render character limit message by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5037
* Refactor: Improve wait times and selectors in sticky-notes.spec.ts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5100
* Refactor: add data test id and improve wait times for element selectors in regression tests by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5138
* chore(ui): add text-foreground class to NodeStatus build element by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5162
* ref: Make initialize_database async by cbornet in https://github.com/langflow-ai/langflow/pull/5163
* ref: Make create_or_update_starter_projects async by cbornet in https://github.com/langflow-ai/langflow/pull/5165
* refactor(openai): Remove deprecated parameters from OpenAI component by raphaelchristi in https://github.com/langflow-ai/langflow/pull/5171
* ref: Fix some ruff preview rules by cbornet in https://github.com/langflow-ai/langflow/pull/5156
* ref: Make load_flow_from_json async by cbornet in https://github.com/langflow-ai/langflow/pull/5057
* ci: script and workflow to update starter projects by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/5195
* ref: improving development environment and instructions by mieslep in https://github.com/langflow-ai/langflow/pull/5180
* ref: Use async list_variables by cbornet in https://github.com/langflow-ai/langflow/pull/5224
* Revert "feat: add README.FR.md for French speakers" by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5231
* ref: Make list_flows async by cbornet in https://github.com/langflow-ai/langflow/pull/5222
* ci: Add nightly build status check and synchronize event to CI workflows by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5241
* ref: Add and use update_component_build_config utility by cbornet in https://github.com/langflow-ai/langflow/pull/5226
* ci: Update GitHub Actions workflow to include Python 3.13 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5240
* ci: update docker image configuration for secure deployments by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/5259
* ref: Remove unused build_lc_memory by cbornet in https://github.com/langflow-ai/langflow/pull/5228
* ci: Improve TypeScript test workflow logging by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5260
* chore: Fix audit vulnerabilities and update dependencies by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5257
* ci: Add Python version input to setup-uv action and update workflow configuration by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5288
* Refactor: update selectItem component and remove unused imports by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5124
* FIX: Clean up the advanced parameters in Astra DB Vector Store Component by erichare in https://github.com/langflow-ai/langflow/pull/5298
* ci: Update Python version matrix in CI workflows to exclude 3.13 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5305
* ci: update changes filter to include lock files and base pyproject.toml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5304
* chore: remove console logs and unused imports by Cristhianzl in https://github.com/langflow-ai/langflow/pull/5299
* tests: Update tool mode test to use URL component instead of Astra DB by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5329
* chore: Update CI workflow to include 'merge_group' event by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5337
* ref: Remove unused sync session_scope, with_session and engine by cbornet in https://github.com/langflow-ai/langflow/pull/5333
* feat!: rename the type BaseChatMessageHistory to Memory by italojohnny in https://github.com/langflow-ai/langflow/pull/5190
* ci: Update CI condition to allow workflow_dispatch trigger to bypass nightly check by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5362
* ci: Update pre-commit configuration to use ruff for linting and formatting by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5360
* tests: fix tests that use Chat Input by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5461
* ci: Update Makefile to show output during frontend build by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5472
* ref: Use better task cancellation logic by cbornet in https://github.com/langflow-ai/langflow/pull/5397
* ref: Some ruff fixes from preview by cbornet in https://github.com/langflow-ai/langflow/pull/5420
* Refactor: Remove unused API functions by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5488
* chore: Add manual trigger for Docker test workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5509
* tests: allow tests to skip version tests if `file_names_mapping` is empty by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5562
* chore: Update supported versions in tests constants by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5569
* Refactor: update selectors in outdated message test by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5079
* Fix: update viewBox dimensions in Langwatch component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5560
* chore: Use expose instead of ports in docker compose example by zizzfizzix in https://github.com/langflow-ai/langflow/pull/5592
* Refactor: Update EditNodeComponent to hide table options and block hide by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5513
* feature: add command feature column to toolset table and other minor table improvements by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5343
* ci: Stop using uv to catch dependency timeouts in nightly workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5654
* chore: Add aiofile dependency to langflow-base by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5672
* ci: Clean up build artifacts and update dependencies by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5693
* ci: Update nightly build workflow to delete existing main tags before generating new ones by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5694
* ci: Add GitHub Actions workflow for LGTM label management by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5705
* ci: add issues permission to Manage Labels workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5706
* ci: limit test duration update to unit tests and allow to continue on error by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5730
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/5736
* chore: Update starter projects by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5788
* ci: adds verbosity to the backend unit tests output by italojohnny in https://github.com/langflow-ai/langflow/pull/5775
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/5790
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/5799
* tests: Remove unnecessary benchmark markers from server init tests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5806
* chore(deps): Upgrade codeflash - fix CI time crash by misrasaurabh1 in https://github.com/langflow-ai/langflow/pull/5774
* chore: Upgrade langflow-embedded-chat to v1.0.7 by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5843
* chore(deps): bump katex from 0.16.18 to 0.16.21 in /src/frontend by dependabot in https://github.com/langflow-ai/langflow/pull/5771
* chore(deps-dev): bump vite from 5.4.11 to 5.4.14 in /src/frontend by dependabot in https://github.com/langflow-ai/langflow/pull/5851
* Revert "fix: change border color on chat input when active" by lucaseduoli in https://github.com/langflow-ai/langflow/pull/5838
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/5827
* chore(deps): bump undici from 6.21.0 to 6.21.1 in /src/frontend by dependabot in https://github.com/langflow-ai/langflow/pull/5855
* chore: update test durations by github-actions in https://github.com/langflow-ai/langflow/pull/5857
* Fix: update initial graph sort for disconnected graph by anovazzi1 in https://github.com/langflow-ai/langflow/pull/5867
* Fix: Ensure compatibility with DSLF Overlays in Astra DB Component by erichare in https://github.com/langflow-ai/langflow/pull/5876
* chore: Update Docusaurus and OpenAPI dependencies to latest versions by mendonk in https://github.com/langflow-ai/langflow/pull/5905
* ci: Update Python version defaults in CI workflows by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5911
* chore: bump langflow and langflow-base by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5912
* chore: bump langflow-base in langflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/5913

New Contributors
* Kraego made their first contribution in https://github.com/langflow-ai/langflow/pull/4851
* TarunAdvaithK made their first contribution in https://github.com/langflow-ai/langflow/pull/4782
* siavashs made their first contribution in https://github.com/langflow-ai/langflow/pull/3697
* luisfucros made their first contribution in https://github.com/langflow-ai/langflow/pull/4908
* sohamganatra made their first contribution in https://github.com/langflow-ai/langflow/pull/4910
* yabi90 made their first contribution in https://github.com/langflow-ai/langflow/pull/4744
* ialisaleh made their first contribution in https://github.com/langflow-ai/langflow/pull/5058
* Vigtu made their first contribution in https://github.com/langflow-ai/langflow/pull/5010
* gitworkflows made their first contribution in https://github.com/langflow-ai/langflow/pull/5159
* raphaelchristi made their first contribution in https://github.com/langflow-ai/langflow/pull/5171
* cypherpepe made their first contribution in https://github.com/langflow-ai/langflow/pull/5202
* mdqst made their first contribution in https://github.com/langflow-ai/langflow/pull/5220
* AlexShadow3 made their first contribution in https://github.com/langflow-ai/langflow/pull/5176
* colriot made their first contribution in https://github.com/langflow-ai/langflow/pull/4998
* JANHMS made their first contribution in https://github.com/langflow-ai/langflow/pull/4657
* misrasaurabh1 made their first contribution in https://github.com/langflow-ai/langflow/pull/5261
* niuguy made their first contribution in https://github.com/langflow-ai/langflow/pull/5272
* pedrocassalpacheco made their first contribution in https://github.com/langflow-ai/langflow/pull/5218
* dariosaltarelli made their first contribution in https://github.com/langflow-ai/langflow/pull/5354
* Plasma-69 made their first contribution in https://github.com/langflow-ai/langflow/pull/5051
* abhishekpatil4 made their first contribution in https://github.com/langflow-ai/langflow/pull/5357
* tushar-composio made their first contribution in https://github.com/langflow-ai/langflow/pull/5427
* elephantum made their first contribution in https://github.com/langflow-ai/langflow/pull/5476
* zizzfizzix made their first contribution in https://github.com/langflow-ai/langflow/pull/5592
* wbilibio made their first contribution in https://github.com/langflow-ai/langflow/pull/5449
* akshaykripalani made their first contribution in https://github.com/langflow-ai/langflow/pull/5502
* qq745639151 made their first contribution in https://github.com/langflow-ai/langflow/pull/5492
* ThomaciousD made their first contribution in https://github.com/langflow-ai/langflow/pull/5626
* NgdHung31 made their first contribution in https://github.com/langflow-ai/langflow/pull/5716
* Hack666r made their first contribution in https://github.com/langflow-ai/langflow/pull/5558
* jasonhp made their first contribution in https://github.com/langflow-ai/langflow/pull/5380
* VitalikBerashvili made their first contribution in https://github.com/langflow-ai/langflow/pull/5556
* sujal011 made their first contribution in https://github.com/langflow-ai/langflow/pull/5497
* momokid made their first contribution in https://github.com/langflow-ai/langflow/pull/5695
* Owe1n made their first contribution in https://github.com/langflow-ai/langflow/pull/4944
* xuyingjie made their first contribution in https://github.com/langflow-ai/langflow/pull/5829
* shatejas made their first contribution in https://github.com/langflow-ai/langflow/pull/5681
* mollux made their first contribution in https://github.com/langflow-ai/langflow/pull/5863
* VinciGit00 made their first contribution in https://github.com/langflow-ai/langflow/pull/5551

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.1.1...1.1.2

Page 1 of 43

Links

Releases

Has known vulnerabilities

Β© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.