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