Langflow

Latest version: v1.1.3

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

Scan your dependencies

Page 3 of 43

1.0.13

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

What's Changed
✨ New Features
* feat: Refactor Upload Folders to Use Mutations for HTTP Request Management by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2810
* feat: change download flows to download as .zip file by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2870
* feat: add new node Input type for data in table format by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2635
* feat: add method and refresh button to fetch Groq models by vasconceloscezar in https://github.com/langflow-ai/langflow/pull/2902
* enhancement: Add function to check broken edges by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2882
* feat: add InputTypesMap and _instantiate_input function by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2955
* ci: add labeler job to automatically add 'lgtm' label when pull request review is approved by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2963
* feat: add custom value on dropown ui by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2961
* ref: adds multi threading to the AI/ML embeddings component by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/2959
* feat: expose main_version on /version endpoint by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2944
* feat: migrate transactions to sql database by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2915
* feat: dropdown combobox option by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2991
🐛 Bug Fixes
* fix: shortcuts settings page button spacing by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2859
* fix: frontend image should forward /health_check to backend by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2887
* bugfix: filter flows on folder to ensure is displaying only for the logged user by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2897
* bugfix: add returning promises on interceptor errors + tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2896
* bug: starter rag example didnt contain connection from rag to template by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2930
* fix: python code with null and undefined by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2932
* ci: fix set-ci-condition job by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2934
* fix: Ollama model component parameter by saikolasani in https://github.com/langflow-ai/langflow/pull/2935
* fix: update button role in end-to-end test by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2936
* fix: validate params assignment in custom_component_update endpoint by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2931
* fix: update path filter condition in ci.yml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2947
* bugfix: langflow application losing store api-key on refresh page/backend by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2960
* fix: videos not showing on docs by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2967
* fix: environment variable initialization issue by italojohnny in https://github.com/langflow-ai/langflow/pull/2971
* fix: memories not visible when sending from outside io modal by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2987
* fix: Privilege Escalation Vulnerability by NadirJ in https://github.com/langflow-ai/langflow/pull/2995
* bugfix: fix missing condition to open disconnect modal when backend is down by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2993
* fix: ctrl a not working on edit node table by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2992
* fix: VertexAI KeyError 'location' by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2983
* fix: models with system message and prompt input fail by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2984
* fix: external memory returns always empty history by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2980
* fix: find runnable predecessor for every successor that is not runnable by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2996
* fix: update CreateData.py by YamonBot in https://github.com/langflow-ai/langflow/pull/2975
* fix: wrong message timestamp by italojohnny in https://github.com/langflow-ai/langflow/pull/2998
📝 Documentation Updates
* docs: update docs from notion by github-actions in https://github.com/langflow-ai/langflow/pull/2922
* docs: add Korean README by sts07142 in https://github.com/langflow-ai/langflow/pull/2883
* docs: update docs from notion by github-actions in https://github.com/langflow-ai/langflow/pull/2951
* docs: update korean readme by YamonBot in https://github.com/langflow-ai/langflow/pull/2970
🛠 Maintenance Tasks
* refactor: move isAuthenticated from context to zustand store" by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2845
* refactor: authentication logic and move isAdmin to zustand store by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2888
* refactor: add useQuery to delete folder api requests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2901
* refactor: vertex instantiation by italojohnny in https://github.com/langflow-ai/langflow/pull/2703
* refactor: change post/patch folders requests to use UseQuery by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2917
* refactor: change downloadFolders requests to use useQuery hook by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2920
* refactor: update TelemetryService and change Service teardown methods to be async by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2937
* refactor: update StateVertex to function like a normal component unless specified not to by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2950
* refactor: parameter component, edit node modal and api modal by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2928
✅ Tests
* test: fix output group preview test to be interactive by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2880
* test: add new tests based on new basic examples + vector store tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2879
* test: improve test to allow any errors checks by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2926
Others
* chore(deps): bump ag-grid-community from 31.3.2 to 32.0.0 in /src/frontend by dependabot in https://github.com/langflow-ai/langflow/pull/2650
* chore: Update langflow-embedded-chat to v1.0.4 by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2900
* chore(template): adjust bug report template to include screenshot and WIP sections by carlosrcoelho in https://github.com/langflow-ai/langflow/pull/2899
* chore(deps): bump langchain-community from 0.2.7 to 0.2.9 by dependabot in https://github.com/langflow-ai/langflow/pull/2925
* ci: update CI workflow to include new job 'set-ci-condition' by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2933
* ci: add debug info by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2957
* chore: bump langflow and langflow-base versions to 1.0.13 and 0.0.89 respectively by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2956

New Contributors
* sts07142 made their first contribution in https://github.com/langflow-ai/langflow/pull/2883
* saikolasani made their first contribution in https://github.com/langflow-ai/langflow/pull/2935
* NadirJ made their first contribution in https://github.com/langflow-ai/langflow/pull/2995

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

1.0.12

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

What's Changed
✨ New Features
* Astra Assistants Support by phact in https://github.com/langflow-ai/langflow/pull/2041
🐛 Bug Fixes
* fix(issue-template): adjust bug-template python version by carlosrcoelho in https://github.com/langflow-ai/langflow/pull/2812
* fix: add favicon to langflow's frontend project by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2836
* fix: ensure monitor duckdb cache dir exists by zzzming in https://github.com/langflow-ai/langflow/pull/2842
* fix: vertexai authentication via service account by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2863
* fix: bug where the pinecone component was inserting embeddings three times instead of once. by pavan555 in https://github.com/langflow-ai/langflow/pull/2826
* fix: add support for upload flows to a folder by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2844
* fix: save store API key in database after encryption by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2866
* fix: assign frozen flag from group to node correctly by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2867
* fix: change logical operator in Graph class improving API usage by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2838
* fix: Remove removeGlobalVariableFromComponents call on flow export by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2832
* fix(cache): change base class of RedisCache from CacheService to AsyncBaseCacheService by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2871
* fix: add correct id to vertices_being_run and change condition to end traces by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2872
* ref: refactors the agents around and fixes a few bugs by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/2847
* fix: add checkout action to integration test workflow by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/2869
🛠 Maintenance Tasks
* refactor: update template api, handleonnewvalue and handlenodeclass hooks by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2628
* refactor: disable type-var error code by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2868
* refactor: Migrate autoLogin control variable to Zustand store by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2843
* refactor: update import statements in run.py by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2876
* refactor: separate initialization of nodes and edges in test_graph.py by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2828
✅ Tests
* test: fix general test and CI by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2839
* test: Add New Test for Freeze Path Feature and Improve Existing Tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2833
Others
* chore: bump langflow and langflow-base to 1.0.12 and 0.88 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2874
* chore: update dependencies and add lock step in py_autofix.yml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2875

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

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.11...v1.0.12

1.0.11

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

What's Changed
✨ New Features
* feat: add ai/ml model and embedding components by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/2781
* feat: add gpt-4o-mini to MODEL_NAMES constant by vasconceloscezar in https://github.com/langflow-ai/langflow/pull/2813
🐛 Bug Fixes
* fix (typescript_test) : change cache-key to avoid errors by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2789
* fix(readme): correct urls in documentation by HarshithDR in https://github.com/langflow-ai/langflow/pull/2795
* fix(get-python-api-code): set the endpoint in the correct variable by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2800
* fix: session error after retries + refactor on interceptor component by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2803
* fix: add correctly switch case to components on sidebar by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2802
* fix(OpenAIModel): Move seed assignment to correct position by vasconceloscezar in https://github.com/langflow-ai/langflow/pull/2779
* fix: change initial status on loading flowManagerStore to prevent infinity loading by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2804
* fix: adjust UI on nodetoolbar caused by svg icon without props by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2809
📝 Documentation Updates
* docs: add Japanese README by eltociear in https://github.com/langflow-ai/langflow/pull/2760
* docs: Fixing integrations-langwatch.md by lucaspoli in https://github.com/langflow-ai/langflow/pull/2783
🛠 Maintenance Tasks
* refactor: move tests folder structure and update pytest commands by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2785
* ci: update path-filter job condition in ci.yml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2801
* refactor: update import statements in tools by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2796
* refactor(callback): simplify import statements and type annotations for better readability by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2793
Others
* ci: refactor CI workflow conditions to run only when PR is approved by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2805
* ci: remove pull_request_review event type from workflow configuration by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2808
* chore: improve contributors guidelines by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2784
* chore: update package versions in pyproject.toml and poetry.lock by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2816

New Contributors
* HarshithDR made their first contribution in https://github.com/langflow-ai/langflow/pull/2795
* lucaspoli made their first contribution in https://github.com/langflow-ai/langflow/pull/2783

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.10...v1.0.11

1.0.10

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

What's Changed
✨ New Features
* feat: Add milvus vector store by jaelgu in https://github.com/langflow-ai/langflow/pull/2634
* feat: Add the ability to hide/show components without input/output (I/O). by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2669
* feat: add CrewAI components and refactor codebase by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2647
* Improve Makefile: color output, clean commands, dependency checks by danielgines in https://github.com/langflow-ai/langflow/pull/2672
* feat: update bug report template for better issue reporting by carlosrcoelho in https://github.com/langflow-ai/langflow/pull/2727
* Add LangWatch Integration by rogeriochaves in https://github.com/langflow-ai/langflow/pull/2608
* feat: add logs field to ResultData and Vertex class by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2732
* feat: add vertical scrolling capability to starter examples by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2739
* feat: logs on component output by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2740
* feat: add new freeze function to component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2624
* ci: add astra integration tests to CI by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/2643
* feat: add opentelemetry-instrumentation-fastapi dependency by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2751
* feat: Add newFlowModal examples for Sequential Agent, Hierarchical Agent, and Complex Agent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2756
* feat: add two new starter projects by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2758
* feat: add astra_assistants color to nodeColors and nodeNames by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2743
* feat: Add YFinanceTool component for interacting with Yahoo Finance News by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2759
* feat: migrate Search APIs to Component syntax by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2637
* feat: Add new Atlassian Confluence Component for document loading and vector database integration by danielgines in https://github.com/langflow-ai/langflow/pull/2718
* feat: Add authentication store and create useLogoutHook by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2763
* feat: add new complex agent starter project by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2765
* feat: add message_output and refactor LCAgentComponent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2755
* feat: add undraw cards for new flows by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2772
* feat: introduce helper functions for dynamic tracer import by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2778
🐛 Bug Fixes
* fix: check if vertex is in vertices_being_run to check if it is runnable by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2668
* fix: git workflow commands to push to repository by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2679
* fix: fetch notion docs workflow origin on push by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2680
* fix: date on push command on fetch notion workflow by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2681
* fix: useless git commands on workflow by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2682
* fix: added checkout to workflow by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2683
* fix: update condition to run end_all_traces by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2707
* fix: update telemetry schema and fix telemtry calls by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2708
* fix: Update telemetry schema to allow for optional error message by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2711
* fix: update chat components to make them backwards compatible by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2725
* Fix: Clicking tags on share modal updates store immediately by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2720
* fix: empty input message on empty streaming by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2729
* fix: sorting on advanced modal parameters by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2730
* fix: component seems to be clickable by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2731
* fix: correct type of logs attribute in ResultDataResponse by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2736
* fix: append new tasks to the end of the list by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2737
* fix: create data component not updating correctly by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2741
* fix: update appearing when sending the same code by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2742
* fix(crewai): replace MessageTextInput with MultilineInput by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2757
* ci: add auto_merge_enabled to pull_request types in ci.yml by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2762
* fix: loading on small buttons by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2764
* fix: treat auto login session when changed on backend .env by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2768
* fix: update projects with new components by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2769
* fix: add check before setting up LangSmithTracer by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2771
* fix: refactor mutation type by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2767
* fix: return in case langwatch is not ready by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2773
* fix: add nanoid dependency by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2776
* fix: update langflow-base dependency to use local path by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2777
📝 Documentation Updates
* docs: added fetching from notion by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2670
* docs: reuploaded old images that were referenced by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2673
* docs: api page fix and workflow run fix by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2675
* docs: fix gh workflow date step by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2676
* docs: fix gh workflow date step bad character by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2677
* docs: update docs from notion by github-actions in https://github.com/langflow-ai/langflow/pull/2684
* docs: add CNAME file for custom domain by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2685
* docs: fix invalid hyperlinks in README.md by Curt-Park in https://github.com/langflow-ai/langflow/pull/2719
* docs: update docs from notion by github-actions in https://github.com/langflow-ai/langflow/pull/2747
🛠 Maintenance Tasks
* refactor: store likes API by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2661
* refactor: store tags API by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2678
* refactor: runnable_vertices_manager.py by italojohnny in https://github.com/langflow-ai/langflow/pull/2646
* refactor(CustomComponent): make initialization separate from constructor by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2704
* refactor: update edit messages text on Session view compoenent by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2715
* refactor: optimize deletion of messages by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2714
* refactor: move tracers to respective files by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2734
* refactor: add queries and mutation for authentication refactor by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2754
* refactor: update tools output type to Tool by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2766
✅ Tests
* test: Add Test to Prevent Bug on Output Inspection for Grouped Components by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2667
Others
* chore: add path for deploying documentation updates by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2671
* chore: Update python_test.yml to include splitCount and group arguments in make unit_tests command by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2709
* chore: move test-cli job to run separately from unit tests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2712
* chore: update setuptools dependency to version 70 or higher by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2713
* chore: make error messages more generic by italojohnny in https://github.com/langflow-ai/langflow/pull/2726
* chore(pyproject.toml): update package versions for langflow and langflow-base to 1.0.10 and 0.0.86 respectively by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2746
* ci: update conditions at which CI runs by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2761
* Improvements to Makefile: Directory Cleanup and Descriptive Comments by danielgines in https://github.com/langflow-ai/langflow/pull/2745
* chore: Update langwatch to 0.1.10 by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2770

New Contributors
* jaelgu made their first contribution in https://github.com/langflow-ai/langflow/pull/2634
* github-actions made their first contribution in https://github.com/langflow-ai/langflow/pull/2684
* danielgines made their first contribution in https://github.com/langflow-ai/langflow/pull/2672
* Curt-Park made their first contribution in https://github.com/langflow-ai/langflow/pull/2719
* rogeriochaves made their first contribution in https://github.com/langflow-ai/langflow/pull/2608

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.9...v1.0.10

1.0.9

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

What's Changed
✨ New Features
* feat: Add JSON Cleaner Component by h-arnold in https://github.com/langflow-ai/langflow/pull/2584
* feat: refactor memories by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2621
* feat: add payload validation, update Simple API Test fixture, run tests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2664
🐛 Bug Fixes
* fix: enable copy when dict is disabled by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2642
* fix: handle sender_name passed as data or message by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2653
* fix: fix bug on row selection at IO modal by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2627
* fix: add try catch on fenet decrypt to prevent errors by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2660
* fix: fix docker compose and add instructions by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2654
* fix: coroutine is not iterable when using redis by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2655
* fix: optimize filtering of vertices in useFlowStore by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2662
* fix: adjust function that add incremental name on flows that already exists + tests by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2645
* fix: prevent to loop on keys of object profile pictures when It's not loaded yet by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2658
* fix: update starter projects by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2665
Others
* chore: update HuggingFace Spaces build script to use correct space name by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2649
* chore: update package versions by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2663


**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.8...v1.0.9

1.0.8

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

What's Changed
✨ New Features
* feat: exception and error middleware by zzzming in https://github.com/langflow-ai/langflow/pull/2590
* feat: adds NVIDIA components by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2591
* feat: update custom component attributes on /update endpoint by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2607
* feat: add Maritalk model component by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2595
* feat: refactor graph vertex sorting by italojohnny in https://github.com/langflow-ai/langflow/pull/2583
* feat: add opentelemetry utility functions and unit tests by zzzming in https://github.com/langflow-ai/langflow/pull/2570
* feat: log retriever endpoint by zzzming in https://github.com/langflow-ai/langflow/pull/2601
* feat: update starter projects by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2630
* feat: update dependencies for Google Authentication Library and Google Calendar API by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2626
* Frontend Feature: Multiselect ui-component and merge refs hook by 596050 in https://github.com/langflow-ai/langflow/pull/2405
🐛 Bug Fixes
* fix: stream option is not working with tracing enabled by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2602
* fix: add vertices in the first layer to the vertices being run by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2594
* fix: update test_create_function to use pathlib.Path by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2605
* fix: astra vectorize auth error by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2606
* fix: re-implement logic to correctly save or update flow in the appropriate folder on autologin = false by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2610
* fix: show loading component state while images arent fully loaded by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2609
* fix: add timeout for unit tests workflows by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2613
* tests: fix up the astra integ tests and add vectorize tests by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/2616
* fix: Improve vertex filtering and update is_vertex_runnable logic by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2612
* fixing ThreadingInMemoryCache usage by himan-k in https://github.com/langflow-ai/langflow/pull/2604
* fix: azure embeddings models with fixed dimensions fail by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2619
* fix: issue with freeze value on page refresh by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2623
* fix: qdrant with ingest not working by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2636
* fix: remove unnecessary encode from API key decryption by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2641
* fix: update Multiselect component to use 'values' prop instead of 'value' by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2640
📝 Documentation Updates
* Add CrewAI Component Documentation by berrytern in https://github.com/langflow-ai/langflow/pull/2519
* docs: make astra vectorize provider key advanced param by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/2639
🛠 Maintenance Tasks
* perf: improve /logs concurrent access by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2633
Others
* feat: migrate agents and toolkits to Component syntax by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2579
* chore: update dependencies for langflow and langflow-base packages by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2638

New Contributors
* himan-k made their first contribution in https://github.com/langflow-ai/langflow/pull/2604

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.7...v1.0.8

Page 3 of 43

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.