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 @nicoloboschi in #2485
- fix(service.py): improve handling of environment variables in DatabaseVariableService to update or create variables based on changes in secret_key by @ogabrielluiz in #2481
- fix: create data component not saving old values on check and save by @lucaseduoli in #2483
- ci: add 'test' job to run Typescript and Python tests by @ogabrielluiz in #2489
- feat(pyproject.toml): update package versions to 1.0.6 for langflow and 0.0.82 for langflow-base to reflect latest changes and improvements by @ogabrielluiz in #2479
- ci: update test job in release.yml to include both Typescript and Python tests by @ogabrielluiz in #2490
- chore: update cancel-in-progress flag in Python and TypeScript test workflows by @ogabrielluiz in #2492
- feat(utils.py): add error handling for missing template_config in build_custom_component_template by @ogabrielluiz in #2491
- fix: improve handling of ToolCallingAgent output in ToolCallingAgentComponent by @ogabrielluiz in #2494
- fix: remove unwanted files by @ogabrielluiz in #2495
- fix: update tests FE by @Cristhianzl in #2493
- fix(base.py): update get_successors function call to include 'recursive=False' parameter by @ogabrielluiz in #2504
- ci: update CI workflows and add CI workflow by @ogabrielluiz in #2498
- fix: restore button for all native components by @nicoloboschi in #2505
- fix: memory chat bot name by @Cristhianzl in #2509
- fix: prompt template not being saved on advanced modal by @lucaseduoli in #2488
New Contributors
- @rafaelsideguide made their first contribution in #2359
- @dmitrygalanov made their first contribution in #2416
Full Changelog: v1.0.5...v1.0.6