Releases: langflow-ai/langflow
Releases · langflow-ai/langflow
v1.0.13
What's Changed
✨ New Features
- feat: Refactor Upload Folders to Use Mutations for HTTP Request Management by @Cristhianzl in #2810
- feat: change download flows to download as .zip file by @Cristhianzl in #2870
- feat: add new node Input type for data in table format by @anovazzi1 in #2635
- feat: add method and refresh button to fetch Groq models by @vasconceloscezar in #2902
- enhancement: Add function to check broken edges by @anovazzi1 in #2882
- feat: add InputTypesMap and _instantiate_input function by @ogabrielluiz in #2955
- ci: add labeler job to automatically add 'lgtm' label when pull request review is approved by @ogabrielluiz in #2963
- feat: add custom value on dropown ui by @lucaseduoli in #2961
- ref: adds multi threading to the AI/ML embeddings component by @jordanrfrazier in #2959
- feat: expose main_version on /version endpoint by @nicoloboschi in #2944
- feat: migrate transactions to sql database by @nicoloboschi in #2915
- feat: dropdown combobox option by @lucaseduoli in #2991
🐛 Bug Fixes
- fix: shortcuts settings page button spacing by @igorrCarvalho in #2859
- fix: frontend image should forward /health_check to backend by @nicoloboschi in #2887
- bugfix: filter flows on folder to ensure is displaying only for the logged user by @Cristhianzl in #2897
- bugfix: add returning promises on interceptor errors + tests by @Cristhianzl in #2896
- bug: starter rag example didnt contain connection from rag to template by @lucaseduoli in #2930
- fix: python code with null and undefined by @lucaseduoli in #2932
- ci: fix set-ci-condition job by @ogabrielluiz in #2934
- fix: Ollama model component parameter by @saikolasani in #2935
- fix: update button role in end-to-end test by @ogabrielluiz in #2936
- fix: validate params assignment in custom_component_update endpoint by @ogabrielluiz in #2931
- fix: update path filter condition in ci.yml by @ogabrielluiz in #2947
- bugfix: langflow application losing store api-key on refresh page/backend by @Cristhianzl in #2960
- fix: videos not showing on docs by @lucaseduoli in #2967
- fix: environment variable initialization issue by @italojohnny in #2971
- fix: memories not visible when sending from outside io modal by @lucaseduoli in #2987
- fix: Privilege Escalation Vulnerability by @NadirJ in #2995
- bugfix: fix missing condition to open disconnect modal when backend is down by @Cristhianzl in #2993
- fix: ctrl a not working on edit node table by @lucaseduoli in #2992
- fix: VertexAI KeyError 'location' by @nicoloboschi in #2983
- fix: models with system message and prompt input fail by @nicoloboschi in #2984
- fix: external memory returns always empty history by @nicoloboschi in #2980
- fix: find runnable predecessor for every successor that is not runnable by @ogabrielluiz in #2996
- fix: update CreateData.py by @YamonBot in #2975
- fix: wrong message timestamp by @italojohnny in #2998
📝 Documentation Updates
- docs: update docs from notion by @github-actions in #2922
- docs: add Korean README by @sts07142 in #2883
- docs: update docs from notion by @github-actions in #2951
- docs: update korean readme by @YamonBot in #2970
🛠 Maintenance Tasks
- refactor: move isAuthenticated from context to zustand store" by @anovazzi1 in #2845
- refactor: authentication logic and move isAdmin to zustand store by @anovazzi1 in #2888
- refactor: add useQuery to delete folder api requests by @Cristhianzl in #2901
- refactor: vertex instantiation by @italojohnny in #2703
- refactor: change post/patch folders requests to use UseQuery by @Cristhianzl in #2917
- refactor: change downloadFolders requests to use useQuery hook by @Cristhianzl in #2920
- refactor: update TelemetryService and change Service teardown methods to be async by @ogabrielluiz in #2937
- refactor: update StateVertex to function like a normal component unless specified not to by @ogabrielluiz in #2950
- refactor: parameter component, edit node modal and api modal by @lucaseduoli in #2928
✅ Tests
- test: fix output group preview test to be interactive by @Cristhianzl in #2880
- test: add new tests based on new basic examples + vector store tests by @Cristhianzl in #2879
- test: improve test to allow any errors checks by @Cristhianzl in #2926
Others
- chore(deps): bump ag-grid-community from 31.3.2 to 32.0.0 in /src/frontend by @dependabot in #2650
- chore: Update langflow-embedded-chat to v1.0.4 by @anovazzi1 in #2900
- chore(template): adjust bug report template to include screenshot and WIP sections by @carlosrcoelho in #2899
- chore(deps): bump langchain-community from 0.2.7 to 0.2.9 by @dependabot in #2925
- ci: update CI workflow to include new job 'set-ci-condition' by @ogabrielluiz in #2933
- ci: add debug info by @ogabrielluiz in #2957
- chore: bump langflow and langflow-base versions to 1.0.13 and 0.0.89 respectively by @ogabrielluiz in #2956
New Contributors
- @sts07142 made their first contribution in #2883
- @saikolasani made their first contribution in #2935
- @NadirJ made their first contribution in #2995
Full Changelog: v1.0.12...v1.0.13
v1.0.12
What's Changed
✨ New Features
🐛 Bug Fixes
- fix(issue-template): adjust bug-template python version by @carlosrcoelho in #2812
- fix: add favicon to langflow's frontend project by @Cristhianzl in #2836
- fix: ensure monitor duckdb cache dir exists by @zzzming in #2842
- fix: vertexai authentication via service account by @nicoloboschi in #2863
- fix: bug where the pinecone component was inserting embeddings three times instead of once. by @pavan555 in #2826
- fix: add support for upload flows to a folder by @Cristhianzl in #2844
- fix: save store API key in database after encryption by @ogabrielluiz in #2866
- fix: assign frozen flag from group to node correctly by @ogabrielluiz in #2867
- fix: change logical operator in Graph class improving API usage by @anovazzi1 in #2838
- fix: Remove removeGlobalVariableFromComponents call on flow export by @anovazzi1 in #2832
- fix(cache): change base class of RedisCache from CacheService to AsyncBaseCacheService by @ogabrielluiz in #2871
- fix: add correct id to vertices_being_run and change condition to end traces by @ogabrielluiz in #2872
- ref: refactors the agents around and fixes a few bugs by @jordanrfrazier in #2847
- fix: add checkout action to integration test workflow by @jordanrfrazier in #2869
🛠 Maintenance Tasks
- refactor: update template api, handleonnewvalue and handlenodeclass hooks by @lucaseduoli in #2628
- refactor: disable type-var error code by @ogabrielluiz in #2868
- refactor: Migrate autoLogin control variable to Zustand store by @anovazzi1 in #2843
- refactor: update import statements in run.py by @ogabrielluiz in #2876
- refactor: separate initialization of nodes and edges in test_graph.py by @ogabrielluiz in #2828
✅ Tests
- test: fix general test and CI by @Cristhianzl in #2839
- test: Add New Test for Freeze Path Feature and Improve Existing Tests by @Cristhianzl in #2833
Others
- chore: bump langflow and langflow-base to 1.0.12 and 0.88 by @ogabrielluiz in #2874
- chore: update dependencies and add lock step in py_autofix.yml by @ogabrielluiz in #2875
New Contributors
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
✨ New Features
- feat: add ai/ml model and embedding components by @jordanrfrazier in #2781
- feat: add gpt-4o-mini to MODEL_NAMES constant by @vasconceloscezar in #2813
🐛 Bug Fixes
- fix (typescript_test) : change cache-key to avoid errors by @ogabrielluiz in #2789
- fix(readme): correct urls in documentation by @HarshithDR in #2795
- fix(get-python-api-code): set the endpoint in the correct variable by @ogabrielluiz in #2800
- fix: session error after retries + refactor on interceptor component by @Cristhianzl in #2803
- fix: add correctly switch case to components on sidebar by @Cristhianzl in #2802
- fix(OpenAIModel): Move seed assignment to correct position by @vasconceloscezar in #2779
- fix: change initial status on loading flowManagerStore to prevent infinity loading by @Cristhianzl in #2804
- fix: adjust UI on nodetoolbar caused by svg icon without props by @Cristhianzl in #2809
📝 Documentation Updates
- docs: add Japanese README by @eltociear in #2760
- docs: Fixing integrations-langwatch.md by @lucaspoli in #2783
🛠 Maintenance Tasks
- refactor: move tests folder structure and update pytest commands by @ogabrielluiz in #2785
- ci: update path-filter job condition in ci.yml by @ogabrielluiz in #2801
- refactor: update import statements in tools by @ogabrielluiz in #2796
- refactor(callback): simplify import statements and type annotations for better readability by @ogabrielluiz in #2793
Others
- ci: refactor CI workflow conditions to run only when PR is approved by @ogabrielluiz in #2805
- ci: remove pull_request_review event type from workflow configuration by @ogabrielluiz in #2808
- chore: improve contributors guidelines by @nicoloboschi in #2784
- chore: update package versions in pyproject.toml and poetry.lock by @ogabrielluiz in #2816
New Contributors
- @HarshithDR made their first contribution in #2795
- @lucaspoli made their first contribution in #2783
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
✨ New Features
- feat: Add milvus vector store by @jaelgu in #2634
- feat: Add the ability to hide/show components without input/output (I/O). by @Cristhianzl in #2669
- feat: add CrewAI components and refactor codebase by @ogabrielluiz in #2647
- Improve Makefile: color output, clean commands, dependency checks by @danielgines in #2672
- feat: update bug report template for better issue reporting by @carlosrcoelho in #2727
- Add LangWatch Integration by @rogeriochaves in #2608
- feat: add logs field to ResultData and Vertex class by @ogabrielluiz in #2732
- feat: add vertical scrolling capability to starter examples by @lucaseduoli in #2739
- feat: logs on component output by @lucaseduoli in #2740
- feat: add new freeze function to component by @anovazzi1 in #2624
- ci: add astra integration tests to CI by @jordanrfrazier in #2643
- feat: add opentelemetry-instrumentation-fastapi dependency by @ogabrielluiz in #2751
- feat: Add newFlowModal examples for Sequential Agent, Hierarchical Agent, and Complex Agent by @ogabrielluiz in #2756
- feat: add two new starter projects by @ogabrielluiz in #2758
- feat: add astra_assistants color to nodeColors and nodeNames by @ogabrielluiz in #2743
- feat: Add YFinanceTool component for interacting with Yahoo Finance News by @ogabrielluiz in #2759
- feat: migrate Search APIs to Component syntax by @nicoloboschi in #2637
- feat: Add new Atlassian Confluence Component for document loading and vector database integration by @danielgines in #2718
- feat: Add authentication store and create useLogoutHook by @anovazzi1 in #2763
- feat: add new complex agent starter project by @ogabrielluiz in #2765
- feat: add message_output and refactor LCAgentComponent by @ogabrielluiz in #2755
- feat: add undraw cards for new flows by @lucaseduoli in #2772
- feat: introduce helper functions for dynamic tracer import by @ogabrielluiz in #2778
🐛 Bug Fixes
- fix: check if vertex is in vertices_being_run to check if it is runnable by @ogabrielluiz in #2668
- fix: git workflow commands to push to repository by @lucaseduoli in #2679
- fix: fetch notion docs workflow origin on push by @lucaseduoli in #2680
- fix: date on push command on fetch notion workflow by @lucaseduoli in #2681
- fix: useless git commands on workflow by @lucaseduoli in #2682
- fix: added checkout to workflow by @lucaseduoli in #2683
- fix: update condition to run end_all_traces by @ogabrielluiz in #2707
- fix: update telemetry schema and fix telemtry calls by @ogabrielluiz in #2708
- fix: Update telemetry schema to allow for optional error message by @ogabrielluiz in #2711
- fix: update chat components to make them backwards compatible by @ogabrielluiz in #2725
- Fix: Clicking tags on share modal updates store immediately by @igorrCarvalho in #2720
- fix: empty input message on empty streaming by @lucaseduoli in #2729
- fix: sorting on advanced modal parameters by @lucaseduoli in #2730
- fix: component seems to be clickable by @lucaseduoli in #2731
- fix: correct type of logs attribute in ResultDataResponse by @ogabrielluiz in #2736
- fix: append new tasks to the end of the list by @ogabrielluiz in #2737
- fix: create data component not updating correctly by @lucaseduoli in #2741
- fix: update appearing when sending the same code by @lucaseduoli in #2742
- fix(crewai): replace MessageTextInput with MultilineInput by @ogabrielluiz in #2757
- ci: add auto_merge_enabled to pull_request types in ci.yml by @ogabrielluiz in #2762
- fix: loading on small buttons by @lucaseduoli in #2764
- fix: treat auto login session when changed on backend .env by @Cristhianzl in #2768
- fix: update projects with new components by @ogabrielluiz in #2769
- fix: add check before setting up LangSmithTracer by @ogabrielluiz in #2771
- fix: refactor mutation type by @lucaseduoli in #2767
- fix: return in case langwatch is not ready by @ogabrielluiz in #2773
- fix: add nanoid dependency by @ogabrielluiz in #2776
- fix: update langflow-base dependency to use local path by @ogabrielluiz in #2777
📝 Documentation Updates
- docs: added fetching from notion by @lucaseduoli in #2670
- docs: reuploaded old images that were referenced by @lucaseduoli in #2673
- docs: api page fix and workflow run fix by @lucaseduoli in #2675
- docs: fix gh workflow date step by @lucaseduoli in #2676
- docs: fix gh workflow date step bad character by @lucaseduoli in #2677
- docs: update docs from notion by @github-actions in #2684
- docs: add CNAME file for custom domain by @ogabrielluiz in #2685
- docs: fix invalid hyperlinks in README.md by @Curt-Park in #2719
- docs: update docs from notion by @github-actions in #2747
🛠 Maintenance Tasks
- refactor: store likes API by @igorrCarvalho in #2661
- refactor: store tags API by @igorrCarvalho in #2678
- refactor: runnable_vertices_manager.py by @italojohnny in #2646
- refactor(CustomComponent): make initialization separate from constructor by @ogabrielluiz in #2704
- refactor: update edit messages text on Session view compoenent by @anovazzi1 in #2715
- refactor: optimize deletion of messages by @anovazzi1 in #2714
- refactor: move tracers to respective files by @ogabrielluiz in #2734
- refactor: add queries and mutation for authentication refactor by @anovazzi1 in #2754
- refactor: update tools output type to Tool by @ogabrielluiz in #2766
✅ Tests
- test: Add Test to Prevent Bug on Output Inspection for Grouped Components by @Cristhianzl in #2667
Others
- chore: add path for deploying documentation updates by @ogabrielluiz in #2671
- chore: Update python_test.yml to include splitCount and group arguments in make unit_tests command by @ogabrielluiz in #2709
- chore: move test-cli job to run separately from unit tests by @ogabrielluiz in #2712
- chore: update setuptools dependency to version 70 or higher by @ogabrielluiz in #2713
- chore: make error messages more generic by @italojohnny in #2726
- chore(pyproject.toml): update package versions for langflow and langflow-base to 1.0.10 and 0.0.86 respectively by @ogabrielluiz in #2746
- ci: update conditions at which CI runs by @ogabrielluiz in #2761
- Improvements to Makefile: Directory Cleanup and Descriptive Comments by @danielgines in #2745
- chore: Update langwatch to 0.1.10 by @ogabrielluiz in #2770
New Contributors
v1.0.9
What's Changed
✨ New Features
- feat: Add JSON Cleaner Component by @h-arnold in #2584
- feat: refactor memories by @nicoloboschi in #2621
- feat: add payload validation, update Simple API Test fixture, run tests by @ogabrielluiz in #2664
🐛 Bug Fixes
- fix: enable copy when dict is disabled by @Cristhianzl in #2642
- fix: handle sender_name passed as data or message by @ogabrielluiz in #2653
- fix: fix bug on row selection at IO modal by @anovazzi1 in #2627
- fix: add try catch on fenet decrypt to prevent errors by @Cristhianzl in #2660
- fix: fix docker compose and add instructions by @nicoloboschi in #2654
- fix: coroutine is not iterable when using redis by @nicoloboschi in #2655
- fix: optimize filtering of vertices in useFlowStore by @ogabrielluiz in #2662
- fix: adjust function that add incremental name on flows that already exists + tests by @Cristhianzl in #2645
- fix: prevent to loop on keys of object profile pictures when It's not loaded yet by @Cristhianzl in #2658
- fix: update starter projects by @anovazzi1 in #2665
Others
- chore: update HuggingFace Spaces build script to use correct space name by @ogabrielluiz in #2649
- chore: update package versions by @ogabrielluiz in #2663
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
✨ New Features
- feat: exception and error middleware by @zzzming in #2590
- feat: adds NVIDIA components by @ogabrielluiz in #2591
- feat: update custom component attributes on /update endpoint by @ogabrielluiz in #2607
- feat: add Maritalk model component by @ogabrielluiz in #2595
- feat: refactor graph vertex sorting by @italojohnny in #2583
- feat: add opentelemetry utility functions and unit tests by @zzzming in #2570
- feat: log retriever endpoint by @zzzming in #2601
- feat: update starter projects by @igorrCarvalho in #2630
- feat: update dependencies for Google Authentication Library and Google Calendar API by @ogabrielluiz in #2626
- Frontend Feature: Multiselect ui-component and merge refs hook by @596050 in #2405
🐛 Bug Fixes
- fix: stream option is not working with tracing enabled by @nicoloboschi in #2602
- fix: add vertices in the first layer to the vertices being run by @ogabrielluiz in #2594
- fix: update test_create_function to use pathlib.Path by @ogabrielluiz in #2605
- fix: astra vectorize auth error by @nicoloboschi in #2606
- fix: re-implement logic to correctly save or update flow in the appropriate folder on autologin = false by @Cristhianzl in #2610
- fix: show loading component state while images arent fully loaded by @Cristhianzl in #2609
- fix: add timeout for unit tests workflows by @ogabrielluiz in #2613
- tests: fix up the astra integ tests and add vectorize tests by @jordanrfrazier in #2616
- fix: Improve vertex filtering and update is_vertex_runnable logic by @ogabrielluiz in #2612
- fixing ThreadingInMemoryCache usage by @himan-k in #2604
- fix: azure embeddings models with fixed dimensions fail by @nicoloboschi in #2619
- fix: issue with freeze value on page refresh by @anovazzi1 in #2623
- fix: qdrant with ingest not working by @nicoloboschi in #2636
- fix: remove unnecessary encode from API key decryption by @Cristhianzl in #2641
- fix: update Multiselect component to use 'values' prop instead of 'value' by @ogabrielluiz in #2640
📝 Documentation Updates
- Add CrewAI Component Documentation by @berrytern in #2519
- docs: make astra vectorize provider key advanced param by @jordanrfrazier in #2639
🛠 Maintenance Tasks
- perf: improve /logs concurrent access by @nicoloboschi in #2633
Others
- feat: migrate agents and toolkits to Component syntax by @nicoloboschi in #2579
- chore: update dependencies for langflow and langflow-base packages by @ogabrielluiz in #2638
New Contributors
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
✨ New Features
- feat: key components health check by @zzzming in #2510
- feat: show why group button is disabled by @igorrCarvalho in #2507
- feat: POC of useQuery -> mutation and query by @Cristhianzl in #2512
- ci: add GitHub Actions workflow for labeling PRs with Conventional Commits by @ogabrielluiz in #2522
- chore: simplify docker by @italojohnny in #2526
- feat: refactor version api by @igorrCarvalho in #2534
- refactor: add types to constant on IO by @Cristhianzl in #2536
- feat: migrate text splitters to Component syntax by @nicoloboschi in #2530
- feat: add auto_merge_enabled to pull_request_target types in conventional-labels.yml by @ogabrielluiz in #2539
- ci: add outputs and conditional step to TypeScript test workflow by @ogabrielluiz in #2541
- feat: improve getHealth logic by @anovazzi1 in #2537
- feat: opentelemetry and prometheus by @zzzming in #2543
- feat: migrate chains and memories to Component syntax by @nicoloboschi in #2528
- feat: inmemory and async cache expire configurable by @zzzming in #2496
- feat: add vertices_being_run set to RunnableVerticesManager by @ogabrielluiz in #2589
- feat: update dependencies to add crewai by @ogabrielluiz in #2588
🐛 Bug Fixes
- fix: update node logic by @lucaseduoli in #2515
- fix: fixes react key error in browser on flow page for extra sidebar disclosure components by @596050 in #2295
- fix: spec files cant find .env variable on CI by @Cristhianzl in #2514
- fix: fixes api request custom component by @Cristhianzl in #2470
- fix: handle unknown artifact type in post_process_raw function by @ogabrielluiz in #2527
- fix: make end_all_traces be called at the correct moment by @ogabrielluiz in #2516
- fix(base.py): only add successors if is_start by @ogabrielluiz in #2513
- fix: make webhook api call honor webhook component as input by @ogabrielluiz in #2511
- fix: remove uneceessary logic to disable button on search components/flows by @Cristhianzl in #2540
- fix: refactor of api structure by @lucaseduoli in #2544
- fix: update use-get-health.ts by @anovazzi1 in #2553
- fix(ordering): correctly remove vertex from list of runnable vertices by @ogabrielluiz in #2554
- fix: version display by @anovazzi1 in #2555
- fix: pasting files not working by @igorrCarvalho in #2548
- fix(langflow): handle KeyboardInterrupt and terminate process in run function for graceful shutdown by @ogabrielluiz in #2551
- fix: change DirectoryComponent to filter file paths by types by @carlosrcoelho in #2391
- fix: make sure old secret keys are handled as before by @ogabrielluiz in #2557
- fix: add click event on button to retry check connection to backend by @Cristhianzl in #2558
- fix: add user to database if not present in health_check by @ogabrielluiz in #2564
- fix(QDrant): Resolve bug in document search functionality by @devalexandre in #2518
- fix: update run_manager on state changes by @ogabrielluiz in #2560
- fix: remove redundant and incorrect health check by @zzzming in #2571
- fix: astradb ingests twice by @nicoloboschi in #2573
- fix: outdated code conditions and global variable by @lucaseduoli in #2581
- fix: the pythonfunction test error by @linfey90 in #2572
- fix: remove redundant superuser only if it has never logged in by @ogabrielluiz in #2582
- fix: Refactor messages API and session view by @anovazzi1 in #2577
- fix: Qdrant shows Qdrant.from_documents() missing 1 required positional argument: ‘embedding’ by @skipandsnow in #2587
- fix: make chat lock when building by @anovazzi1 in #2592
- fix(runnable_vertices_manager.py): add recursive function to find predecessors by @ogabrielluiz in #2593
📝 Documentation Updates
- docs: small updates to astra vectorize docs by @jordanrfrazier in #2497
🛠 Maintenance Tasks
- refactor: add new use-query endpoint of upload files by @Cristhianzl in #2533
- refactor: change node to component on FE constants by @igorrCarvalho in #2545
- perf: ⚡️ Speed up
convert_kwargs()
by 9% insrc/backend/base/langflow/interface/initialize/loading.py
by @codeflash-ai in #2529
✅ Tests
- test: fix test after changes on LLMs components by @Cristhianzl in #2538
- test(test_webhook): change component in webhook test to be async by @ogabrielluiz in #2578
Others
- chore: update langflow-embedded-chat script URL to v1.0.3 by @anovazzi1 in #2482
- ci: update autofix workflows by @ogabrielluiz in #2521
- fix: Remove chroma.sqlite3 from git by @anovazzi1 in #2531
- feat(PR): add conditions to label pr by @ogabrielluiz in #2532
- chore: remove unnecessary output in validate-pr job by @ogabrielluiz in #2535
- ci: add delete-reports job to delete if all jobs succeed by @ogabrielluiz in #2542
- chore: add
--ignore=tests/integration
flag from pytest command in pyproject.toml and remove unit by @ogabrielluiz in #2468 - chore(deps): bump certifi from 2023.11.17 to 2024.7.4 by @dependabot in #2566
- chore: update version to 1.0.7 in pyproject.toml by @ogabrielluiz in #2562
- docs: small updates to vectorize docs by @jordanrfrazier in #2580
New Contributors
- @596050 made their first contribution in #2295
- @codeflash-ai made their first contribution in #2529
- @devalexandre made their first contribution in #2518
- @linfey90 made their first contribution in #2572
- @skipandsnow made their first contribution in #2587
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
- Update linting workflows to include dev branch in merge_group by @ogabrielluiz in #2311
- Refactor "created_at" column type for consistency and fix cancel middleware by @ogabrielluiz in #2316
- Fix fetch data bug and code formatting by @anovazzi1 in #2322
- deactivate stop button until we have a better solution by @ogabrielluiz in #2337
- Bug Fix: Correct Function to Increment Flow Names that Already Exist by @Cristhianzl in #2353
- Fix lint by @Cristhianzl in #2355
- Added Firecrawl integration by @rafaelsideguide in #2359
- Add check-format script and update lint-js.yml by @ogabrielluiz in #2357
- Improve makefile by @carlosrcoelho in #2338
- Add Types & Refactor Card Components (useHooks) by @Cristhianzl in #2365
- Add message table and update message functionality by @ogabrielluiz in #2290
- Fix condition stop by @anovazzi1 in #2363
- Fix vertex_id assignment for group flows by @ogabrielluiz in #2362
- Rename Kubernetes deployment file to .md extension by @ogabrielluiz in #2374
- Rename Kubernetes documentation file to use .md extension by @ogabrielluiz in #2375
- components: simplify astra vectorize by @nicoloboschi in #2370
- Cassandra: support for non-AstraDB databases by @nicoloboschi in #2380
- Add GitHub workflows for JavaScript and Python autofix by @ogabrielluiz in #2381
- chore: Add auto-update workflow by @ogabrielluiz in #2376
- Fix flow settings validation and save button by @anovazzi1 in #2360
- chore: make calls to end_all_traces run concurrently by @ogabrielluiz in #2387
- fix: Refactor RunnableVerticesManager to consider inactivated vertices in is_vertex_runnable and find_runnable_predecessors_for_successors by @ogabrielluiz in #2378
- Merge branch 'main' into dev by @ogabrielluiz in #2384
- Add JSON Mode option to OpenAIModelComponent by @ogabrielluiz in #2386
- update message structure in frontend by @anovazzi1 in #2388
- Fix Image Display Issue on Windows by Setting a Static Path by @italojohnny in #2382
- update share modal style by @anovazzi1 in #2361
- Fix webhook endpoint not receiving data that is not JSON by @ogabrielluiz in #2390
- feat: add logic to migrate from duckdb table to database by @ogabrielluiz in #2385
- ci: always run required checks by @nicoloboschi in #2395
- Update dockerfiles and docker-build.yml by @ogabrielluiz in #2389
- Merge main into dev by @ogabrielluiz in #2400
- feat: update tests to work on Github Actions CI by @Cristhianzl in #2366
- Reactivate frontend tests by @ogabrielluiz in #2403
- Refactor: refactor apiModal tabs generation to prevent bugs and enhance reliability by @igorrCarvalho in #2393
- Bump braces from 3.0.2 to 3.0.3 in /scripts/aws by @dependabot in #2131
- Add BaseTracer and refactor convert_to_langchain_types by @ogabrielluiz in #2402
- feat: add tests improvements to pipeline CI by @Cristhianzl in #2407
- Feat: Add types to functions, components and hooks that are missing it by @anovazzi1 in #2411
- Updates PassMessage and StoreMessage components by @rodrigosnader in #2379
- Fix Endpoint to Properly Delete Messages from Database by @italojohnny in #2436
- Fix Build Status by @lucaseduoli in #2437
- Fix: Ctrl + C not working on tooltips by @igorrCarvalho in #2418
- fix edit method on messages by @anovazzi1 in #2435
- Fix: Tweaks tab dissapearing with hook component by @igorrCarvalho in #2412
- Update proxy IDs on group node outputs by @anovazzi1 in #2364
- fix list display in output inspection by @anovazzi1 in #2409
- chore: fix lint errors by @ogabrielluiz in #2445
- bugfix: error on deleting messages from table + tests by @Cristhianzl in #2432
- Update to render.yaml and render.Dockerfile for fix deployment on render platform by @italojohnny in #2433
- chore: Refactor authentication key generation by @ogabrielluiz in #2443
- fix name on EditNodeModal by @anovazzi1 in #2434
- fix playground button on store by @anovazzi1 in #2417
- fix: Add LanguageModel to field_typing module by @ogabrielluiz in #2410
- ♻️ (code_parser.py): remove redundant condition that caused Component to not be parsed by @ogabrielluiz in #2406
- Fix Global Variables by @lucaseduoli in #2430
- loguru support standout logging with json and csv by @zzzming in #2415
- add a new test for a huge flow -> decisionFlow by @Cristhianzl in #2456
- (fix) Add gpt4 to openai_constants.py by @dmitrygalanov in #2416
- Bugfixes and migrate Messages table to the database by @ogabrielluiz in #2457
- chore(deps): bump install-pinned/ruff from 6b463d795ce39011cc004438ae507ae56235e12a to b52a71f70b28264686d57d1efef1ba845b9cec6c by @dependabot in #2454
- chore: Update ruff command in py_autofix.yml to use 'ruff check' before 'ruff --fix-only' by @ogabrielluiz in #2461
- removing duplicate tests from frontend by @Cristhianzl in #2459
- bugfix: fix crashing langflow when keypairlistcomponent advanced opens by @Cristhianzl in #2462
- ci: add lint commit workflow for pull requests by @ogabrielluiz in #2463
- docs: add datastax hosted langflow by @nicoloboschi in #2452
- ci: fix mypy checks by @nicoloboschi in #2431
- ci: remove merge_group from workflows by @ogabrielluiz in #2467
- refactor: move langflow api tests into integration tests by @ogabrielluiz in #2469
- ci: add auto_merge_enabled to PR activity types and concurrency settings by @ogabrielluiz in #2471
- fix: ctrl f overriding browser ctrl f when editing node by @igorrCarvalho in #2358
- fix: global components api bug by @lucaseduoli in #2478
- fix (astra/cassandra): avoid duplicated ingestion by @nicoloboschi in #2455
- fix(astradb): make fields required by @nicoloboschi in #2428
- fix: azure openai model component: resource not found by @nicoloboschi in #2426
- fix(bedrock): fix error 'Key cache already exists' by @nicoloboschi in #2423
- fix(frontend): do not use backend url in by @nicoloboschi in #2424
- ci: skip tests with openai key required by @nicoloboschi in #2477
- fix: resolve Model Issues and add huggingface dependency by @berrytern in #2339
- feat(cassandra/astradb): hybrid search support by @nicoloboschi in #2396
- fix(security): require langchain-experimental>=0.0.61 by @nicoloboschi in #2476
- fix(tracing_service): use correct trace name and attribute name by @ogabrielluiz in #2484
- chore: update targetUrl in semantic.yml by @ogabrielluiz in #2480
- fix: run_flow_from_json circular dependency by @NicoLobos...
v1.0.5
What's Changed
- Update telemetry by @ogabrielluiz in #2349
- chore: Update release.yml to use the correct branch for the commit by @ogabrielluiz in #2350
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Fixes CLI and server by @ogabrielluiz in #2342
- Fix CI curl command by @ogabrielluiz in #2346
Full Changelog: v1.0.2...v1.0.4