Langflow

Latest version: v1.1.3

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

Scan your dependencies

Page 2 of 43

1.0.19

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

What's Changed
✨ New Features
* ci: adds step to push to ghcr by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3779
* feat: Enhance HuggingFace Embeddings Inference component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3758
* feat: notion-documentation by vasconceloscezar in https://github.com/langflow-ai/langflow/pull/3767
* feat: Add New Link Parameter Type for External Links in Node UI by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3806
* feat: Add run_id parameter to run_flow function by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3834
* feat: add duckduckgo search component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3798
* feat: Move vectorize to Astra DB Component by erichare in https://github.com/langflow-ai/langflow/pull/3766
* feat: Add format option with raw HTML to URL component by cbornet in https://github.com/langflow-ai/langflow/pull/3762
* feat: Enhance HuggingFaceEndpointsComponent with additional parameters by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3846
* feat: add tracking and custom param label by mfortman11 in https://github.com/langflow-ai/langflow/pull/3902
* feat: Add ruff rules to sort imports (I) by cbornet in https://github.com/langflow-ai/langflow/pull/3869
* feat: add AssemblyAI components by patrickloeber in https://github.com/langflow-ai/langflow/pull/3829
* feat: Activate ruff rules UP(pyupgrade) by cbornet in https://github.com/langflow-ai/langflow/pull/3871
* feat: adds model selection to Azure OpenAI Embeddings component by philnash in https://github.com/langflow-ai/langflow/pull/3882
* feat: add dynamic metadata to components + search on sidebar by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3945
* feat: truncate parsed uploads to prevent database and frontend blocking caused by excessively large files by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3914
* feat: add csv output parser by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3483
* tests: improve tests of store by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3949
* feat: improve file uploader size validation - custom hook by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3952
* feat: Add `components_only` parameter to filter flows by components in API endpoint by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3932
* feat: add env support for Astra Db components by mfortman11 in https://github.com/langflow-ai/langflow/pull/3908
* feat(Weaviate): Enforce capitalized index name by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3791
* feat: Add ruff rules for comprehensions (C4) by cbornet in https://github.com/langflow-ai/langflow/pull/3958
* FIX: Use multiline input to allow chaining for query by erichare in https://github.com/langflow-ai/langflow/pull/3964
* feat: Add pre-commit hook for ruff by cbornet in https://github.com/langflow-ai/langflow/pull/3960
* feat: Add ruff rules for pycodestyle Errors (E) by cbornet in https://github.com/langflow-ai/langflow/pull/3947
* feat: Add various ruff rules by cbornet in https://github.com/langflow-ai/langflow/pull/3974
* feat: Add ruff rules for error messages (EM) by cbornet in https://github.com/langflow-ai/langflow/pull/3978
* feat: Add ruff rules for return (RET) by cbornet in https://github.com/langflow-ai/langflow/pull/3981
* feat: add endpoint and tests for updating session ID in messages by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3946
* feat: add 'gradient' column to Flow model and database schema by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3944
* feat: Add OpenSearch VectorStore Component with Ingest and Search Capabilities by joaoguilhermeS in https://github.com/langflow-ai/langflow/pull/3799
* feat: improve notes design by Yukiyukiyeah in https://github.com/langflow-ai/langflow/pull/3938
* feat: Add ruff rules SIM by cbornet in https://github.com/langflow-ai/langflow/pull/3979
* ref: Add ruff rules for bugbear (B) by cbornet in https://github.com/langflow-ai/langflow/pull/3983
* refactor: deactivate caching if a component is part of a cycle by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3694
* feat: add integrations category in the sidebar by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3843
* ref: Add ruff rules for builtins (A) by cbornet in https://github.com/langflow-ai/langflow/pull/4004
* feat(YahooFinanceTool): enhance tool with new inputs for data retrieval methods by namastex888 in https://github.com/langflow-ai/langflow/pull/3738
* feat: Add Elasticsearch VectorStore Component with Ingest and Advanced Search Capabilities by joaoguilhermeS in https://github.com/langflow-ai/langflow/pull/3899
* feat: Add new Data utility components for CSV/JSON parsing, routing, and filtering by vasconceloscezar in https://github.com/langflow-ai/langflow/pull/3776
* feat: improve CLI parameter handling and cleanup unused code by italojohnny in https://github.com/langflow-ai/langflow/pull/4002
* feat: add 'tags' column to 'flow' table and update models by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3986
* feature: Add cursor highlight feature in canvas page by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4007
* feat: Add Redis Chat Memory by MarceloNunesAlves in https://github.com/langflow-ai/langflow/pull/3832
* Feat: Shared Component Cache Service by phact in https://github.com/langflow-ai/langflow/pull/4052
* feat: Add target="_blank" to Markdown links in NodeDescription and ChatMessage components by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4060
* feature: Hide integrations by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4074
* feat: Add default value support for table columns by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4043
* chore:Add Alembic Commands to Makefile by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/4083
🐛 Bug Fixes
* fix: update flow name validation and label by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3785
* fix: adjust invoke agent to work sync by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3789
* fix: update csvAgent to work as expected by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3790
* fix: JSONViewer component style update to fits on dark and light mode by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3792
* fix: frozen border by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3801
* fix: remove log from csvAgent component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3800
* fix: json dark mode colors and dict component button view by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3802
* fix: vite config and routes to support no slashes, and api interceptor for fetch by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3824
* fix: Fix Text Splitters by cbornet in https://github.com/langflow-ai/langflow/pull/3783
* fix: update project description, update alerts animation, fix delete and duplicate loading by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3835
* fix: xml component working properly by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3822
* fix: Add Cascade Delete Function for Transactions and Builds Associated with Flows by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3848
* fix: fix building loop when renaming a folder and opening a new flow and running It by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3844
* fix: duckduckgo-search by italojohnny in https://github.com/langflow-ai/langflow/pull/3857
* fix: refactor FlowTool to use run_until_complete for async flow execution by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3845
* fix: add run_id parameter to set run ID in graph and handle exceptions in FlowTool by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3855
* fix: add check for variable value before calling method by italojohnny in https://github.com/langflow-ai/langflow/pull/3868
* fix: limit file upload size to 10mb to prevent LF crashing due data render component limitations by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3870
* feat: Enhance Data Components and Add SelectData Functionality by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3715
* fix: image not been sent on ChatInputComponent during runtime of building a flow by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3862
* fix: Update class name in PageComponent by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3842
* fix: outputs_map parameter namings by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3886
* fix: update assistants components and add integrations tests by phact in https://github.com/langflow-ai/langflow/pull/3887
* fix: Server is busy (3878) by 9n in https://github.com/langflow-ai/langflow/pull/3895
* bugfix: Handle prompts with no Chat messsages by erichare in https://github.com/langflow-ai/langflow/pull/3892
* FIX: proper parameters in Astra DB Vectorize options by erichare in https://github.com/langflow-ai/langflow/pull/3901
* bugfix: Properly output a Tool from Glean Search by erichare in https://github.com/langflow-ai/langflow/pull/3851
* fix: "Start Here" button not working as expected + fe tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3910
* fix: unnecessary re-renders in PageComponent and update edgeTypes by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3917
* fix: remove bson import by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3924
* fix: update pyproject.toml to use workspace configuration for langflow-base by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3928
* fix: handle coroutine check for on_disconnect callback in chat API by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3930
* fix: Add 'langflow' to workspace configuration by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3935
* fix: search for the parent category on sidebar by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3940
* fix: truncate text on filter to x icon fits the parent div by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3941
* fix: animation of building edges on build stop by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3937
* fix: usePatchUpdateFlow to conditionally refetch queries based on the browser URL by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3915
* fix: Handle group nodes in graph sorting by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3929
* FIX: do not use cached vector store on inserts by erichare in https://github.com/langflow-ai/langflow/pull/3948
* fix: force floatInputComponent to send Number by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3953
* fix: vectorize authentication params by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3954
* fix: security file upload by italojohnny in https://github.com/langflow-ai/langflow/pull/3923
* fix: Fix Astra API Endpoint Display Name by mfortman11 in https://github.com/langflow-ai/langflow/pull/3962
* fix: update docs link by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3966
* fix: consider remove_example_flows param on query on GET flows endpoint by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3967
* fix: enhancements for the AssemblyAI component by patrickloeber in https://github.com/langflow-ai/langflow/pull/3934
* fix: Only show error state on components w/ errors for node validation by mfortman11 in https://github.com/langflow-ai/langflow/pull/3968
* fix: playground img not working by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3980
* fix: message list order by sa411022 in https://github.com/langflow-ai/langflow/pull/3987
* fix: make streaming work in JS code example by Yukiyukiyeah in https://github.com/langflow-ai/langflow/pull/3891
* fix: Add `session_id` Parameter to `run_flow_from_json` Function by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3989
* fix: modified QdrantVectorStoreComponent to use server_kwargs correctly by Swastik-Swarup-Dash in https://github.com/langflow-ai/langflow/pull/3751
* fix: add user_id to component parameters to fix build by italojohnny in https://github.com/langflow-ai/langflow/pull/4016
* fix: set folder id on flows imported on startup by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4018
* fix: remove truncate to save data on DB by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4025
* fix: update variable fields by italojohnny in https://github.com/langflow-ai/langflow/pull/4022
* fix: modified DirectoryDataComponent to support user defined custom file types by EDLLT in https://github.com/langflow-ai/langflow/pull/4017
* fix: NameError for Vertex and Graph Imports in Flow Tool by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/4054
* FIX: don't error in Langchain Hub Component when adding to canvas by erichare in https://github.com/langflow-ai/langflow/pull/4055
* fix: prevent langfuse initialization by italojohnny in https://github.com/langflow-ai/langflow/pull/4057
* fix: add validation for log_file settings field by italojohnny in https://github.com/langflow-ai/langflow/pull/4050
* fix: missing 'field' argument in get_variable by italojohnny in https://github.com/langflow-ai/langflow/pull/4041
* fix: Add useUpdateNodeInternals hook to handle node class changes by anovazzi1 in https://github.com/langflow-ai/langflow/pull/4058
* fix: add range_spec to AssemblyAITranscriptionJobPoller by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4061
* fix: Update the columns that need to change their type to text (MySQL e MariaDB) by MarceloNunesAlves in https://github.com/langflow-ai/langflow/pull/4026
* fix: refactoring Merge Data component by joaoguilhermeS in https://github.com/langflow-ai/langflow/pull/4059
* fix: alembic revision autogenerate script by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/4069
* fix: rollback truncate values on transaction/vertex tables by Cristhianzl in https://github.com/langflow-ai/langflow/pull/4078
* fix: Refactor import statements and enhance error logging by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4071
* fix: exception locations in component classes by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4087
* fix: network error handling and build errors by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4088
* fix: store api key pydantic error by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4103
📝 Documentation Updates
* Docs: Update getting-started-quickstart.md by shreyas-damle in https://github.com/langflow-ai/langflow/pull/3780
* docs: custom components by mendonk in https://github.com/langflow-ai/langflow/pull/3784
* docs: update components by mendonk in https://github.com/langflow-ai/langflow/pull/3756
* docs: tools components by mendonk in https://github.com/langflow-ai/langflow/pull/3850
* Docs: memories components by mendonk in https://github.com/langflow-ai/langflow/pull/3852
* docs: fix link in vector store rag description by mendonk in https://github.com/langflow-ai/langflow/pull/3884
* docs: Add AssemblyAI integration docs by patrickloeber in https://github.com/langflow-ai/langflow/pull/3885
* Docs: update components to v1.0.18 by mendonk in https://github.com/langflow-ai/langflow/pull/3903
* docs: Update CONTRIBUTING.md to mention uv by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3965
* docs: add notes to flows by mendonk in https://github.com/langflow-ai/langflow/pull/3861
* Docs: add agent starter flows by mendonk in https://github.com/langflow-ai/langflow/pull/3969
* docs: Improve the search UX in Langflow docs by eric-schneider in https://github.com/langflow-ai/langflow/pull/4089
* docs: remove old examples by lucaseduoli in https://github.com/langflow-ai/langflow/pull/4102
🛠 Maintenance Tasks
* refactor: add custom banner and refactor pagelayout to include it by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3803
* refactor: handle rendering and filtering functionality by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3512
* refactor: Update parameter order and hide token for DS users by mfortman11 in https://github.com/langflow-ai/langflow/pull/3920
* refactor: update dependency versions and streamline backend installation commands by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3939
* refactor: update flaky tests in test_schema.py by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3933
* refactor: enhance tool creation logic and add FeatureFlags by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3662
* refactor: change model name extraction to use list comprehension by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4067
* refactor: improve parameter render component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3995
Others
* feat: Update tracking by mfortman11 in https://github.com/langflow-ai/langflow/pull/3805
* refactor: Move to LoadEnv in vite config by mfortman11 in https://github.com/langflow-ai/langflow/pull/3825
* ci: tag fixes and robustness to workflow failures by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3838
* chore: bump astra-assistants to v2.1.2 by phact in https://github.com/langflow-ai/langflow/pull/3841
* ci: remove unnecessary ref checkout for nightly tests by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3847
* ci: make nightly run all fe tests by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3888
* Add undo/redo check by Yukiyukiyeah in https://github.com/langflow-ai/langflow/pull/3893
* build(deps-dev): bump vite from 5.4.2 to 5.4.7 in /src/frontend by dependabot in https://github.com/langflow-ai/langflow/pull/3889
* ci: explicitly pass secrets for fe test by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3905
* build(deps): bump rollup from 4.21.1 to 4.22.4 in /src/frontend by dependabot in https://github.com/langflow-ai/langflow/pull/3897
* chore: uv to replace poetry by phact in https://github.com/langflow-ai/langflow/pull/3900
* chore: drop duckdb usage and migrations by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3730
* fix: use init_subclass instead of metaclass to enforce decorator by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3942
* fix: update storeMessageComponent input types by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3950
* chore: update docker images to use uv by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3916
* ref: refactor csv output parser to dynamic single component by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3963
* build(deps):(deps): bump install-pinned/ruff from 826c99bfba88282a5506ab737c92253a106c070e to f5afd2b0fca6556debe3e07025fc90e04fb3c44c by dependabot in https://github.com/langflow-ai/langflow/pull/3977
* build(deps):(deps): bump peter-evans/create-pull-request from 6 to 7 by dependabot in https://github.com/langflow-ai/langflow/pull/3976
* chore: Refactor error handling in OutputParser for improved readability by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3985
* ci: fix releases with uv by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3971
* ref: Add some postponed annotations evaluations by cbornet in https://github.com/langflow-ai/langflow/pull/3990
* Fix: change note node horizontal padding by Yukiyukiyeah in https://github.com/langflow-ai/langflow/pull/3991
* ci: small nightly fixes by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3993
* tests: update tests to use httpx.AsyncClient by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3984
* ref: Add more ruff rules by cbornet in https://github.com/langflow-ai/langflow/pull/3994
* ref: Add ruff rules for datetime (DTZ) by cbornet in https://github.com/langflow-ai/langflow/pull/4003
* chore: Add 'types' field to pre-commit hooks for ruff check and format by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4006
* chore: Update zep-python dependency to stable version 2.0.0 in pyproject.toml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4009
* feat(tools): add TavilyAI search tool for enhanced LLM search results by namastex888 in https://github.com/langflow-ai/langflow/pull/3774
* chore: Add type annotation for 'status' and format multiline string in TavilyAISearch tool by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4011
* Add ruff rules for TYPE_CHECKING (TCH) by cbornet in https://github.com/langflow-ai/langflow/pull/3999
* ref: Add ruff rules RUF by cbornet in https://github.com/langflow-ai/langflow/pull/4001
* chore: removes Poetry references from pyproject.toml and updates the project metadata by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4019
* release: bump main 1.0.19 and base 0.0.97 by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4029
* ref: Propagate traceback in exception logs by cbornet in https://github.com/langflow-ai/langflow/pull/4030
* ref: Add ruff rules for Pathlib (PTH) by cbornet in https://github.com/langflow-ai/langflow/pull/4035
* Revert "release: bump main 1.0.19 and base 0.0.97" by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4044
* chore: update duckduckgo-search to the 6.3.0 by italojohnny in https://github.com/langflow-ai/langflow/pull/4056
* ref: Add ruff rules for perf (PERF) by cbornet in https://github.com/langflow-ai/langflow/pull/4047
* ci: fix release workflows for uv by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4053
* ref: Select ALL ruff rules with exclusions by cbornet in https://github.com/langflow-ai/langflow/pull/4040
* ref: Add ruff rules for pylint (PL) by cbornet in https://github.com/langflow-ai/langflow/pull/4032
* ref: Use TypeError instead of ValueError when relevant (TRY004) by cbornet in https://github.com/langflow-ai/langflow/pull/4045
* ref: Fix ruff rules in preview mode by cbornet in https://github.com/langflow-ai/langflow/pull/4039
* ref: Add ruff rules for pygrep-hooks (PGH) by cbornet in https://github.com/langflow-ai/langflow/pull/4042
* ref: Add ruff rules for blind exceptions (BLE) by cbornet in https://github.com/langflow-ai/langflow/pull/4076
* ref: Add ruff rules for TRY2 and TRY002 by cbornet in https://github.com/langflow-ai/langflow/pull/4077
* chore: Add 'unsafe_fix' target to Makefile by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4081
* refactor: tracking updates for deleted nodes by mfortman11 in https://github.com/langflow-ai/langflow/pull/4027
* ref: Add ruff rules for asyncio tasks references (RUF006) by cbornet in https://github.com/langflow-ai/langflow/pull/4079
* ref: Add ruff rules for print (T20) by cbornet in https://github.com/langflow-ai/langflow/pull/4082
* tests: update env.py and conftest so tests use unique databases by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3654
* version: upgrade to 1.0.19 and 0.0.97 by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4104

New Contributors
* shreyas-damle made their first contribution in https://github.com/langflow-ai/langflow/pull/3780
* patrickloeber made their first contribution in https://github.com/langflow-ai/langflow/pull/3885
* 9n made their first contribution in https://github.com/langflow-ai/langflow/pull/3895
* philnash made their first contribution in https://github.com/langflow-ai/langflow/pull/3882
* sa411022 made their first contribution in https://github.com/langflow-ai/langflow/pull/3987
* namastex888 made their first contribution in https://github.com/langflow-ai/langflow/pull/3738
* Swastik-Swarup-Dash made their first contribution in https://github.com/langflow-ai/langflow/pull/3751
* EDLLT made their first contribution in https://github.com/langflow-ai/langflow/pull/4017
* eric-schneider made their first contribution in https://github.com/langflow-ai/langflow/pull/4089

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.18...v1.0.19

1.0.18

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

What's Changed
✨ New Features
* feat: add notion integration components by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3579
* feat: Add Glean Search API Component by erichare in https://github.com/langflow-ai/langflow/pull/3532
* feat: bump composio version by himanshu-dixit in https://github.com/langflow-ai/langflow/pull/3586
* tests: Add Integration with starter-projects Endpoint and Vector Store Test by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3599
* feat: allow passing a Component to the set method by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3597
* feat: add gtm to docs by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3622
* feat: Update AI/ML Models list by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/3623
* feat(pyproject.toml): update langchain-google-vertexai, langchain-groq, langchain-pinecone, and langchain-mistralai versions to the latest available by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3604
* feature: add flow notes by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3460
* feat: add EventManager to centralize callbacks by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3434
* feat: add Parse JSON component by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3167
* add text embedder component by rodrigosnader in https://github.com/langflow-ai/langflow/pull/3663
* feat: renaming Langchain Hub component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3669
* feat: add component clickhouse for vector database by MarceloNunesAlves in https://github.com/langflow-ai/langflow/pull/3657
* feat: Switch to API for Unstructured Component by erichare in https://github.com/langflow-ai/langflow/pull/3671
* feat: add build in progress modal when trying to exit by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3695
* ci: create a nightly build workflow by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3553
* feat: add pull_policy to Docker compose example by mieslep in https://github.com/langflow-ai/langflow/pull/3693
* feat: add a better scroll behave on playground's chat by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3680
* feat: Add x-large size option to baseModal and various modals resizes by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3710
* feat: add stop button on Playground Chat by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3704
* feature: add edit option to global variables table by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3712
* feat: add support for DataStax HCD vector store by bradfordcp in https://github.com/langflow-ai/langflow/pull/3728
* feature: Add scroll detection for NodeDescription overflow and remove feature flag by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3676
* tests: update astraDB integration test by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3753
* feat: improve user chat input to display spacements by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3687
* fix: Update templates and include global variables by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3755
* feat: Add CassandraGraphVectorStoreComponent and HtmlLinkExtractorComponent by cbornet in https://github.com/langflow-ai/langflow/pull/3757
* featur: Add CalculatorToolComponent by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3772
🐛 Bug Fixes
* fix: Component name Corrected by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3577
* fix(ollama): resolve model list loading issue and add Pytest for component testing by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3575
* fix: surround a tag with feature flag for ENABLE_BRANDING by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3581
* fix: auto_saving_interval type by zzzming in https://github.com/langflow-ai/langflow/pull/3585
* fix: Ensure Correct Focus on Playground Chat Input by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3582
* tests: improve delete rows from table message test by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3598
* fix: add retriever input_type on RetrieverToolComponent + tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3601
* fix: update astra assistants version by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3602
* fix: Problem in the description field when using the MariaDB or MySQL by MarceloNunesAlves in https://github.com/langflow-ai/langflow/pull/3431
* fix: Dependency update for unstructured component by erichare in https://github.com/langflow-ai/langflow/pull/3552
* fix: auto login and logout functionality by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3629
* fix: add unstructured icon by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3631
* fix: add tests to cycles in Graph and improve error handling by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3628
* fix: stop building with abort controller by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3634
* fix: update BUNDLES_SIDEBAR_FOLDER_NAMES constant to include "Notion" by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3651
* fix: update Self Query Retriever Component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3653
* fix: success dialog popping wrong by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3659
* fix: console reported issues by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3660
* fix: selected node and edge color and width by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3667
* fix: iomodal and folders api calls by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3661
* fix: folders call when saving flow by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3658
* fix: update Makefile to conditionally enable --reload based on worker count by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3675
* fix: getall is being called unnecessarily every time the user accesses the My Collection page by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3681
* fix: remove edges glitch by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3689
* fix: Delete folder from cache after successful deletion by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3686
* fix: add user dependency to webhook endpoint for flow execution by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3685
* fix: set refetch on window focus to false for all queries on flow page by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3699
* fix: remove saving on flow pan and add fit view to reactflow by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3696
* fix: update saving behavior when exiting flow by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3673
* fix: deepcopy component output to avoid overriding previous outputs by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3698
* fix: use permanent cache for all types dict and build only once by italojohnny in https://github.com/langflow-ai/langflow/pull/3711
* fix: node status display when node minimized by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3737
* fix: url component output types and id generator component by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3740
* fix: Refactor PythonREPLToolComponent, update template, and add support for None value on secretStrInput by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3741
* fix: disables langfuse_plugin code by italojohnny in https://github.com/langflow-ai/langflow/pull/3745
* fix: pythonfunction component execution by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3747
* fix: textarea with password visual bug by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3739
* fix: disable add new folder button when isLoading by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3734
* fix: Refactor usePatchUpdateFlow mutation to include refetchQueries by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3736
* fix: bug langchain await by italojohnny in https://github.com/langflow-ai/langflow/pull/3775
* fix: Update radix-ui/react-dialog to version 1.1.1 by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3769
* fix: share button not working on canvas by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3770
* fix: change the default value of inputComponent on Simple Agent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3771
📝 Documentation Updates
* docs: add Loaders components page by mendonk in https://github.com/langflow-ai/langflow/pull/3672
* docs: add new starter flows by mendonk in https://github.com/langflow-ai/langflow/pull/3688
* docs: update-session-id by mendonk in https://github.com/langflow-ai/langflow/pull/3733
🛠 Maintenance Tasks
* refactor: update Makefile commands for improved readability and efficiency by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3596
* refactor(api): change variable type annotations by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3592
* refactor: change typing annotations in tests folder by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3594
* style: Fix type comparison issues in codebase by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3606
* refactor: queries loading order and wrapper order by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3603
* refactor: modularized categories by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3615
* refactor: modular navigation and custom api calls by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3613
* refactor: custom api code generator and fix chat locking when saving by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3618
* refactor: added analytics track and custom parameter support by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3617
* refactor: health check and error handling by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3620
* refactor: custom post loading and add AppAuthenticatedPage by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3632
* refactor: health check endpoint by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3635
* refactor: update docs link to be modular by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3637
* refactor: conditionally disable reload and workers in Makefile based on the presence of the workers variable by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3614
* refactor: replace get_actions call with get_tools in Composio Component by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3684
* refactor: improve readability of several components by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3714
* refactor: update test cases to use unique flow names with UUIDs by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3708
Others
* refactor: routes and back button by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3600
* chore: upgrade type annotations in graph and custom modules by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3591
* chore: update type annotations in template, io and inputs modules by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3593
* ci: make validate pull request action less verbose by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3061
* feat!: replace Agent starter projects with simpler ones by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3612
* chore: Update lint workflow to use poetry for running Mypy by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3630
* chore: Remove PDF extra from unstructured dependency because of pytorch by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3633
* chore: improve db session access by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3138
* tests: add new tests to tableComponent by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3627
* build(deps):(deps): bump install-pinned/ruff from 48a5818c5f7ce30e2822b67fb9c26d3e25d31fab to 826c99bfba88282a5506ab737c92253a106c070e by dependabot in https://github.com/langflow-ai/langflow/pull/3645
* chore: refactor and add components integration tests by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3607
* ci: add tests for text input/output components by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3649
* chore: add migration to enforce non-nullable 'id' in 'vertex_build' table by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3655
* chore: update TextInput and TextOutput components to use MultilineInput by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3664
* tests: fix decision flow tests - conditional router component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3702
* build(deps): bump cryptography from 42.0.8 to 43.0.1 in /src/backend/base by dependabot in https://github.com/langflow-ai/langflow/pull/3703
* tests: optimize test durations and refactor test fixtures by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3713
* ci: enables docker builds for nightly tags by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3719
* tests: new tests folders organization by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3716
* refactor: update ATTR_FUNC_MAPPING and tools to match other tools by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3709
* tests: update astraDB test to ensure will run dev mode only when necessary by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3754
* chore: bump langflow versions by italojohnny in https://github.com/langflow-ai/langflow/pull/3765

New Contributors
* MarceloNunesAlves made their first contribution in https://github.com/langflow-ai/langflow/pull/3431
* bradfordcp made their first contribution in https://github.com/langflow-ai/langflow/pull/3728
* cbornet made their first contribution in https://github.com/langflow-ai/langflow/pull/3757

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.17...v1.0.18

1.0.17

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

What's Changed
✨ New Features
* feat: Update project name retrieval in LCModelComponent and CustomComponent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3506
* feat: Enhance Chroma Handling, Bug Fixes & add GoogleGenerativeAIEmbeddingsComponent by hotamago in https://github.com/langflow-ai/langflow/pull/3476
* feat: add timeout handler on FE by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3537
* feat: implement LangfuseTracer by italojohnny in https://github.com/langflow-ai/langflow/pull/3398
* feat: add LangChain Hub Component by erichare in https://github.com/langflow-ai/langflow/pull/2990
🐛 Bug Fixes
* fix: appearance of update button on title by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3503
* fix: check if variable is valid before converting by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3514
* fix: build version notification function by italojohnny in https://github.com/langflow-ai/langflow/pull/3527
* fix: update serialization and improve error handling by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3516
* fix: ensure cache is set for graph in build flow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3531
* fix: composio ux flow by himanshu-dixit in https://github.com/langflow-ai/langflow/pull/3529
* fix: no module named 'psycopg2' by italojohnny in https://github.com/langflow-ai/langflow/pull/3526
* fix: remove depth loop calls on folder's useEffect by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3535
* fix: user not been able to add new user on langflow docker by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3538
* build: fix astra integration tests by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3518
* fix: improve file name generation in upload_file function to prevent files with the same name by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3550
* fix: add await to to_thread call by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3558
* fix: update border class for selected node status by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3556
* fix: connection_string_parser.py by tkdguq05 in https://github.com/langflow-ai/langflow/pull/3522
* fix: building vertices not working on Safari and improve stop button by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3569
📝 Documentation Updates
* docs: update readme by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3502
* docs: update integrations image by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3508
🛠 Maintenance Tasks
* build: Update litellm version to 1.44.1 and content hash in poetry.lock by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3507
* refactor: add fixtures for client in test files to speed them up by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3490
* refactor: improve metric creation logic and silence ot warnings by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3207
* refactor: release session after select by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3555
* build: update docker for dev environment by italojohnny in https://github.com/langflow-ai/langflow/pull/3551
Others
* ci: Simplify needs array in ci_success job by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3509
* ci: add python-versions input parameter to workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3511
* chore: remove locust dependency by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3513
* feat: bump composio version in pyproject by himanshu-dixit in https://github.com/langflow-ai/langflow/pull/3510
* revert: add compression support to frontend and backend by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3549
* ci: add empty nightly workflow by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3559
* ci: add workflow dispatch to empty nightly build workflow by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3560
* chore: remove-unused-code by italojohnny in https://github.com/langflow-ai/langflow/pull/3554
* chore: bump langflow versions by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3570

New Contributors
* hotamago made their first contribution in https://github.com/langflow-ai/langflow/pull/3476
* tkdguq05 made their first contribution in https://github.com/langflow-ai/langflow/pull/3522

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.16...v1.0.17

1.0.16

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

What's Changed
✨ New Features
* feat: add dynamic state model creation and update by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3271
* enhancement: prevent esc on codeAreaModal by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3232
* feat: centralize global variable management by italojohnny in https://github.com/langflow-ai/langflow/pull/3284
* feat: Google Drive Search Component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3319
* feat: Add support for metadata filtering and namespaces for the Upstash Vector component by ytkimirti in https://github.com/langflow-ai/langflow/pull/3254
* feat: add functions to detect cycles in Graph by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3327
* feat: Add method to set specific parameters on output object. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3328
* feat: Add maximum iterations limit in Graph start method. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3336
* enhancement: update widget code to use latest version of langflow-embedded-chat by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3347
* feat: update output attribute handling by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3329
* feat: Add timeout parameter to HTTP request in StoreService. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3362
* feat: get result from output if possible by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3338
* feat: add condition to create cycle edge by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3341
* feat: add description on graph by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3371
* feat: add auto_save option to Settings and CLI by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3386
* feat: add starter project graphs by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3369
* tests: add test to stop building feature by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3364
* tests: add freeze component feature test by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3365
* feat: add function to create input schema from component inputs by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3411
* feat: add ComponentTool to support converting Component to Tool by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3412
* feat: Add Perplexity Models Component by saikolasani in https://github.com/langflow-ai/langflow/pull/3351
* feat: Add Unstructured Component to Document Loaders by erichare in https://github.com/langflow-ai/langflow/pull/3308
* feat: add endpoint to get starter projects by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3370
* feat: Add Sequential Task Agent Component. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3444
* feat: nltk text splitter support by uladkaminski in https://github.com/langflow-ai/langflow/pull/3403
* feat: update sequential tasks agent starter project by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3449
* feat: add LANGFLOW_AUTO_SAVING_INTERVAL .env variable for flow auto-saving debounce by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3478
* feat: :sparkles: remove api key from advanced and update HuggingFace components by rodrigosnader in https://github.com/langflow-ai/langflow/pull/3397
* feat: Add import check for langchain_aws module in AmazonBedrockComponent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3492
🐛 Bug Fixes
* fix: dark mode and header text display issues by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3315
* fix: add double quotes to curl command generation by italojohnny in https://github.com/langflow-ai/langflow/pull/3337
* fix: do not mark self.stop caller by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3335
* fix: handle case where tweak values are nested dicts by italojohnny in https://github.com/langflow-ai/langflow/pull/3349
* fix: Corrected Changed the data type of number field from string to number by asananddevsingh in https://github.com/langflow-ai/langflow/pull/3363
* fix: Add TableNodeComponent and set default formatter type by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3382
* fix(edge): Handle invalid input types when creating TargetHandle by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3368
* fix: Sort first layer in graph initialization. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3383
* fix: auto save ui and env var by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3384
* fix: makes outputs be correctly retrieved from edge by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3392
* fix: Handle KeyError in template parameter mapping and suggest closest match if not found by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3366
* fix: adds credentials fields in Vectara RAG component by david-oplatka in https://github.com/langflow-ai/langflow/pull/3396
* fix: auto saving config by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3395
* fix: Remove unnecessary error return when all components are erased from a flow by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3433
* fix: Fix api_key missing error when adding a flow in ComposIO + tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3432
* fix: remove json_mode and output_schema by vasconceloscezar in https://github.com/langflow-ai/langflow/pull/3385
* fix: remove autosize on textArea inside nodes by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3436
* build(deps): bump axios from 1.7.2 to 1.7.4 in /src/frontend by dependabot in https://github.com/langflow-ai/langflow/pull/3342
* fix: correct indentation issue in PythonCodeStructuredTool and correct type for int and float inputs when updating custom component by goliath-yamon in https://github.com/langflow-ai/langflow/pull/3323
* fix: update type extraction to extract inner types correctly by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3446
* Fix node size in nodeComponent by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3450
* fix: move css class for improve of the UI/UX by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3457
* fix: sqlite3 lockout timeout by zzzming in https://github.com/langflow-ai/langflow/pull/3463
* fix: auto login hooks order bug by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3472
* fix: auto_login=off error on login and editing a user + FE tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3471
* fix: allow setting temperature to 0 in OpenAIModel.py by maxpaynebupt in https://github.com/langflow-ai/langflow/pull/3465
* fix: moves caching of vector store to LCModelComponent level by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3435
* fix: improve end_traces so it doesn't block the build loop by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3482
* tests: fix dropdown components test by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3504
📝 Documentation Updates
* Update Astra link in README.md by alexleventer in https://github.com/langflow-ai/langflow/pull/3314
* docs: fix render deployment and docs by mendonk in https://github.com/langflow-ai/langflow/pull/3309
* docs: auto saving by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3389
* docs: Added Spanish README by viniciossilva3 in https://github.com/langflow-ai/langflow/pull/3451
* docs: update deprecated term 'variables and secrets' by italojohnny in https://github.com/langflow-ai/langflow/pull/3480
🛠 Maintenance Tasks
* refactor: Update Ollama Model + Links by saikolasani in https://github.com/langflow-ai/langflow/pull/3294
* refactor: add components for node name, description, and status by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3248
* refactor: improve NodeOutputField and NodeInputField components by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3235
* refactor: improve node toolbar code by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3311
* refactor: update keyboard shortcuts display by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3316
* refactor: Simplify __repr__ method in Edge and ContractEdge classes. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3333
* refactor: Prevent infinite loop in get_successors function. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3332
* refactor: rename ContractEdge to CycleEdge by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3334
* refactor: folder fetching, folder sidebar and fix various issues by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3344
* refactor: Add ComponentTextModal and Prompt modal for displaying and editing text areas and components by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3346
* build: lock langchain-core to version 0.2.30. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3348
* refactor: improve store and collection card components by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3350
* build(langchain-core): Update langchain-core to version 0.2.32. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3372
* refactor: Update lazy loading imports in routes.tsx by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3353
* refactor: add use-download-files hook for downloading files on chat by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3399
* refactor: improve attribute compatibility and error messages by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3367
* refactor: add code validation functionality on tanstack mutation by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3469
* refactor: component code validation by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3470
* refactor: prompt validation functionality by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3473
* refactor: add useGetRefreshFlows mutation and update code to use it by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3475
* build: Update langflow-base and langflow versions to 0.0.94 and 1.0.16 respectively. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3455
* refactor: Fix version extraction in GitHub Actions workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3501
* refactor: move import statement inside function to avoid unnecessary imports by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3505
✅ Tests
* test: adds new tests for new variable service by italojohnny in https://github.com/langflow-ai/langflow/pull/3306
* test: Fix assertion in test_get_vertices function. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3387
* test: Add client fixture override for runnable vertices manager unit test. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3430
* test(astra): Refactor AstraDB imports in test_astra_component by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3413
Others
* build: Set up Python 3.12 and Poetry caching in docker workflow. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3296
* ci: add checkout before setting up python by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3297
* chore: Add step to diff poetry.lock in py_autofix workflow. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3299
* ci: Add condition to execute CI workflow for release package. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3298
* chore: update lock files with new versions by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3300
* dep: lock psycopg to 3.1.19 by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3292
* ci: Update pytest configuration and add pytest-flakefinder. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3330
* chore: remove unused script and log by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3343
* ci: Refactor report merge step to only run if necessary. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3361
* ci: allow specifying python versions and limit ci to 3.10 only by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3388
* tests: Categorize Tests into CI and Scheduled Groups by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3391
* tests: Add Tests for New Auto-Saving Feature by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3428
* tests: Reduce Timeout on Tests for Basic Examples Modal by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3429
* tests: improve tests removing unnecessary timeouts and decreasing some by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3437
* chore: lock boto3 version and update langchain versions by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3448
* build(deps):(deps): bump peter-evans/create-pull-request from 5 to 6 by dependabot in https://github.com/langflow-ai/langflow/pull/3141
* build(deps): bump nltk from 3.8.1 to 3.9 by dependabot in https://github.com/langflow-ai/langflow/pull/3453
* refactor: Add NodeIcon component for displaying icons in GenericNode by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3459
* Fix: API JS generated code by Yukiyukiyeah in https://github.com/langflow-ai/langflow/pull/3461
* ci: fix conditional statements for 'true' values by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3486
* ci: add inputs to workflow call of ci and release by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3488
* chore(starter-projects): Update OpenAIModelComponent inputs and build_model method by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3489
* build: Remove unnecessary quotes in workflow conditional statements. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3491

New Contributors
* ytkimirti made their first contribution in https://github.com/langflow-ai/langflow/pull/3254
* asananddevsingh made their first contribution in https://github.com/langflow-ai/langflow/pull/3363
* viniciossilva3 made their first contribution in https://github.com/langflow-ai/langflow/pull/3451
* uladkaminski made their first contribution in https://github.com/langflow-ai/langflow/pull/3403
* maxpaynebupt made their first contribution in https://github.com/langflow-ai/langflow/pull/3465
* Yukiyukiyeah made their first contribution in https://github.com/langflow-ai/langflow/pull/3461

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.15...v1.0.16

1.0.15

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

What's Changed
✨ New Features
* feat: Add Athena icon component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3085
* enhancement: Update useFileDrop hook to handle multiple file drops by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3083
* feat: add composio toolset by himanshu-dixit in https://github.com/langflow-ai/langflow/pull/3034
* feat: create Frontend feature flags by mfortman11 in https://github.com/langflow-ai/langflow/pull/3029
* feat: remove unnecessary condition in App component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3107
* bugfix: check if user exists before create a new refresh token by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3076
* feat: set sqlite pragma by env variable by zzzming in https://github.com/langflow-ai/langflow/pull/3136
* feat: improve LangWatch integration by introducing langchain callbacks on the tracing service, and component and workflow span types by rogeriochaves in https://github.com/langflow-ai/langflow/pull/3094
* ci(workflows): implement retry logic in python_test workflow for unit tests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3145
* bugfix: automatically refresh user's session by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3148
* feat: add run_until_complete and run_in_thread functions for handling asyncio tasks by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3120
* feat: add to_frontend_node to Component by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3122
* feat: ui build in one single http request by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3020
* feat: add possibility to initialize the Graph with components by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3134
* feat: add dump and dumps methods to Graph by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3202
* feat: Add Branding and Social Links to the UI Feature flags by mfortman11 in https://github.com/langflow-ai/langflow/pull/3169
* feat: import Graph without position information by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3203
* feat: Add suggestion message to API exception response by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3149
* feat: Implement graph combination method by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3224
* feat: flag to disable transaction and vertex_builds writes by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3031
* feat: improve layout options and make sure nodes and flow have position data by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3231
* feat: add LLM output for the AI ML component to use ChatOpenAI base model by vasconceloscezar in https://github.com/langflow-ai/langflow/pull/3230
* feat: add Spider Web Scraper & Crawler by WilliamEspegren in https://github.com/langflow-ai/langflow/pull/2439
* feat: create google drive ingest component by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3129
* feat: add huggingface endpoint retry by vmellos in https://github.com/langflow-ai/langflow/pull/3236
* feat: Improve caching logic and add disk caching option by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3246
* feat: start using dev mode flag and add exception filter in logger by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3260
* feat: add log_builds parameter to build_flow for optional vertex build logging by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3262
* Refactored and improved PythonCodeStructuredTool, SearXNGTool, and RunnableExecutor by goliath-yamon in https://github.com/langflow-ai/langflow/pull/3239
* feat: Gmail Loader component created by edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3241
🐛 Bug Fixes
* fix: strict langchain integrations dep by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3063
* fix: file open leaks by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3067
* fix: Update Textarea component to have full height by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3069
* fix: update render.yaml to being compatible with langflow 1.0 by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3071
* fix: update message reload and update langchain-core by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3054
* fix: endpoint /run api call could run same node twice by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3062
* fix: update node alert to detect outdated components by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3051
* ci: update workflow to skip publishing if package already exists by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3082
* fix: update curl command in release workflow to use correct endpoint by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3086
* fix: dropdown and multiselect component values on disabled and option text not truncating by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3089
* fix: text input jumps to the end of the text after writing one letter by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3090
* fix: ensure starter projects refreshed at startup by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3078
* fix: deploy buttons images not appearing by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3092
* fix: starter projects refresh don't add new fields by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3110
* fix: description of url component by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3105
* fix: flow experimental components by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3093
* fix: handle PydanticSerializationError that generates generic errors in the UI by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3108
* fix: external memory messages history is reversed by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3170
* fix: frozen status is lost after run by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3158
* fix: add chat_service to build_vertex method call so freeze works by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3175
* bugfix: parse password on db connection string when it has on It by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3173
* fix: update curl code generation by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3191
* fix: unnecessary split method in vertex_id that breaks playground by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3182
* fix: validate flow_name presence in flow components before retrieving flow data by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3218
* fix: select all checkbox not changing when changing folders by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3225
* fix: flow export endpoint exporting folder by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3227
* fix: replace Input with Textarea in TextAreaComponent for improved user experience and aesthetics by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3228
* fix: update PYTHON_REQUIRED extraction to correctly capture Python version by danielgines in https://github.com/langflow-ai/langflow/pull/3199
* fix: change ValueError into Warning to allow disconnected flows to run and other small fixes by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3249
* fix: change sync_get_file_content_dicts to use get_file_content_dicts by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3250
* fix: enhance error handling in build_flow and add error handling for Flow build by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3259
* fix: update type to silence warning and memory chatbot json by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3265
* ci: integrate retry mechanism in Playwright tests to improve stability and handle potential failures by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3267
* fix(get-python-api-code):fixing errors in a file uploading flow, as in issue 2799 by vertgo in https://github.com/langflow-ai/langflow/pull/2815
* fix: correct issue with The "No suitable component" error is appearing on the OpenAI component and other components due to a missing check by deekshanee in https://github.com/langflow-ai/langflow/pull/3279
* fix: correct vertex build delete function by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3289
* fix: update parameters in spider components by WilliamEspegren in https://github.com/langflow-ai/langflow/pull/3280
* fix: message sorting in playground by italojohnny in https://github.com/langflow-ai/langflow/pull/3293
* fix: Corrected URI handling in SQLDatabaseComponent by carlosrcoelho in https://github.com/langflow-ai/langflow/pull/3291
📝 Documentation Updates
* docs: update docs from notion by github-actions in https://github.com/langflow-ai/langflow/pull/3074
* docs(readme): add instructions for running from a cloned repo by paulosalvatore in https://github.com/langflow-ai/langflow/pull/3072
* docs(readme): fix toc by paulosalvatore in https://github.com/langflow-ai/langflow/pull/3152
* docs: update readme banner by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3174
* Update README.md by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3204
* docs: minor changes on readme text by scottregan in https://github.com/langflow-ai/langflow/pull/3270
* Update README.md by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3282
* docs: variable global precautions by italojohnny in https://github.com/langflow-ai/langflow/pull/3285
🛠 Maintenance Tasks
* refactor: change user's endpoints requests to use useQuery by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3088
* refactor: update code references to use _code instead of code by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3113
* refactor: add useQuery management on globalVariables CRUD by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3121
* refactor: change login/auto_login to use UseQuery by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3033
* refactor: improve file handling in loading starter projects by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3123
* refactor: update CustomComponent constructor by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3114
* refactor: parameter name 'add_name' to 'keep_name' by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3116
* refactor: update schema.py to include Edge related types by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3117
* refactor: add useQuery on profile_pictures endpoint by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3128
* refactor: input field handling and serialization by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3118
* refactor: add getters and setters for inputs and outputs by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3119
* refactor: global variables logic by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3144
* refactor: add useQuery to request getUsers endpoint by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3127
* refactor: add useQuery on whoami endpoint request by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3125
* refactor(graph): add prepare method in Graph by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3124
* refactor: update build_vertex types by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3126
* refactor: update PromptComponent and add DefaultPromptField by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3133
* refactor: enhance CustomComponent class and updates tests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3201
* refactor: add flow and upload flow functionality by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3200
* refactor: delete flow by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3208
* refactor: update imports in starter projects by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3229
* refactor: parameterComponent in GenericNode by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3220
* refactor: update graph visualization and add ASCII representation by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3219
* refactor: Reorganize imports and enhance type checks in PythonCodeStructuredTool.py by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3266
* refactor: optimize flow saving functionality and implement manual saving by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3283
Others
* ci: improve test jobs titles by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3065
* bugfix: add steps to delete flows caused by new constraints by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3045
* chore: update makefile structure and functionality by danielgines in https://github.com/langflow-ai/langflow/pull/3000
* chore: remove langwatch docs mdx, as .md files are now generated automatically from notion by rogeriochaves in https://github.com/langflow-ai/langflow/pull/3073
* chore: update Makefile to skip publishing if package already exists by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3077
* ci: update cli command by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3084
* chore: update langflow-base dependency path in pyproject.toml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3091
* refactor(FlowTool.py): update FlowToolComponent class to inherit from LCToolComponent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3048
* feat: update GenericNode to include lf_version in node data by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3112
* chore: bump langwatch to v0.1.16 by rogeriochaves in https://github.com/langflow-ai/langflow/pull/3147
* build(deps):(deps): bump install-pinned/ruff from b52a71f70b28264686d57d1efef1ba845b9cec6c to 48a5818c5f7ce30e2822b67fb9c26d3e25d31fab by dependabot in https://github.com/langflow-ai/langflow/pull/3142
* ci: update nick-fields/retry dependency to v3 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3206
* chore: bump version to 1.0.15 and update langflow-base version to 0.0.93 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3233
* ci: add version check in workflow to skip jobs for unreleased versions of langflow-base by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3244
* ci: refactor release workflow and Docker build process by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3245
* build(deps): bump aiohttp from 3.10.1 to 3.10.2 in /src/backend/base by dependabot in https://github.com/langflow-ai/langflow/pull/3269

New Contributors
* paulosalvatore made their first contribution in https://github.com/langflow-ai/langflow/pull/3072
* himanshu-dixit made their first contribution in https://github.com/langflow-ai/langflow/pull/3034
* mfortman11 made their first contribution in https://github.com/langflow-ai/langflow/pull/3029
* WilliamEspegren made their first contribution in https://github.com/langflow-ai/langflow/pull/2439
* vmellos made their first contribution in https://github.com/langflow-ai/langflow/pull/3236
* goliath-yamon made their first contribution in https://github.com/langflow-ai/langflow/pull/3239
* scottregan made their first contribution in https://github.com/langflow-ai/langflow/pull/3270
* vertgo made their first contribution in https://github.com/langflow-ai/langflow/pull/2815
* deekshanee made their first contribution in https://github.com/langflow-ai/langflow/pull/3279

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.14...v1.0.15

1.0.14

Not secure
<!-- Release notes generated using configuration in .github/release.yml at v1.0.14 -->

What's Changed
✨ New Features
* feat: new Vectara RAG Component by david-oplatka in https://github.com/langflow-ai/langflow/pull/2733
* feat(pyproject): add langchain-core dependency version 0.2.23 to the project by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3023
* feat: bedrock access with aws access key by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3032
* tests: add tests to chat memory component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/3039
* feat: Add GitLoader Component with advanced filtering options by danielgines in https://github.com/langflow-ai/langflow/pull/2850
🐛 Bug Fixes
* fix: update model names for backwards compatibility by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3014
* fix: Store message should not override sender by default by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3024
* fix: hide duckdb table not found error log by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3026
* fix: astra-assistants types by phact in https://github.com/langflow-ai/langflow/pull/2881
* fix: style on password button by anovazzi1 in https://github.com/langflow-ai/langflow/pull/3037
* fix: move client instantiation in AssistantsGetAssistantName and AssistantsListAssistants to inner function by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3043
* fix: add support for custom component message storage by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3042
* fix: serialize array output and logs by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3040
* fix: multiselect dropdown not visible by lucaseduoli in https://github.com/langflow-ai/langflow/pull/3044
* fix: tool calling and openai tools do not include chat history by nicoloboschi in https://github.com/langflow-ai/langflow/pull/3030
🛠 Maintenance Tasks
* refactor: api keys API by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2652
* refactor: change logout and refresh token to use useQuery by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2999
* refactor: set a generic placeholder on float input by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/3015
* refactor: change endpoint monitor/builds to use useQuery by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2622
* refactor: lock poetry dependencies without updating by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3050
Others
* chore(pyproject): update version 1.0.14 and 0.0.90 for langflow and langflow-base packages by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3025
* feat: migrate vertex_builds to sql database by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2978
* chore: update package version to 0.0.91 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3049
* ci: update Python version in release workflow and skip release if already released by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3053
* chore: update package version to 0.0.92 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3056

New Contributors
* david-oplatka made their first contribution in https://github.com/langflow-ai/langflow/pull/2733

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.13...v1.0.14

Page 2 of 43

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.