Releases: langflow-ai/langflow
Releases · langflow-ai/langflow
v0.0.19
What's Changed
- Fix unique constraints for id column by @ogabrielluiz in #1583
- README Improvements by @alexleventer in #1597
- 1.0 Alpha by @ogabrielluiz in #1599
- Update package versions and remove unused sections by @ogabrielluiz in #1600
- Update langflow-base dependency version by @ogabrielluiz in #1601
New Contributors
- @alexleventer made their first contribution in #1597
Full Changelog: v0.6.11...v0.0.19
v0.6.13
What's Changed
- Added Google Analytics tags on Docs by @lucaseduoli in #1595
Full Changelog: v0.6.12...v0.6.13
v0.6.12
What's Changed
- Fix unique constraints for id column by @ogabrielluiz in #1584
Full Changelog: v0.6.11...v0.6.12
v0.6.11
What's Changed
- Fix refresh http only variable by @ogabrielluiz in #1493
- Fix bug in deployment procedure in AWS CDK and support HTTPS by @kazuki306 in #1491
- Use MongoDB Altas without required Documents by @RemcoGoy in #1538
- Refactor parse_return_statement method to handle nested returns by @ogabrielluiz in #1549
- fix init ChatMessagePromptTemplate error issue #1351 by @chenhongsheng in #1535
- Migrate to langchain_anthropic and add ChatAnthropic enhancements by @daikiad in #1551
- Fix unintended input submission during IME composition by @daikiad in #1552
- Bugfixes and updates to Components by @ogabrielluiz in #1554
New Contributors
- @RemcoGoy made their first contribution in #1538
- @chenhongsheng made their first contribution in #1535
- @daikiad made their first contribution in #1551
Full Changelog: v0.6.10...v0.6.11
v0.6.10
What's Changed
- Fix refresh http only variable (#1493) by @ogabrielluiz in #1494
Full Changelog: v0.6.9...v0.6.10
v0.6.9
What's Changed
- Refactor of Error Page Layout by @Cristhianzl in #1443
- Refactor code and fix database issues by @ogabrielluiz in #1484
- Refactor error page layout and fixes migration scripts by @ogabrielluiz in #1485
Full Changelog: v0.6.8...v0.6.9
v0.6.8
What's Changed
- Fix disallowed_special parameter and refactor CharacterTextSplitterComponent by @ogabrielluiz in #1410
- Refactor: make new flow create as "Untitled document" instead of random name by @igorrCarvalho in #1408
- Refactor langflow processing and langfuse callback initialization by @ogabrielluiz in #1413
- Add dependabot.yml by @chris-bateman in #1416
- Fix: Error: cannot import name 'CreateTrace' from 'langfuse.callback' by @lukaszgajownik-og in #1411
- Bump actions/checkout from 2 to 4 by @dependabot in #1419
- Add HuggingFaceInferenceAPIEmbeddingsComponent class by @paxcalpt in #1431
- Bump github/codeql-action from 2 to 3 by @dependabot in #1420
- Bump actions/setup-python from 4 to 5 by @dependabot in #1422
- Bump actions/cache from 2 to 4 by @dependabot in #1421
- Bump actions/setup-node from 3 to 4 by @dependabot in #1423
- Bump vite from 4.5.1 to 4.5.2 in /src/frontend by @dependabot in #1360
- Update docker-compose.yml by @RielKIM in #1328
- Update dependencies and refactor import statements by @ogabrielluiz in #1435
- Fix: Bring back loading to avoid white page error by @igorrCarvalho in #1434
- Feature Enhancement: Enable Icon Integration for Custom Components by @Cristhianzl in #1433
- Update prompts.mdx by @chris-bateman in #1425
- Add LiteLLM support by @paxcalpt in #1440
- Add controlX Feature on Flow by @Cristhianzl in #1438
- Hf fix by @anovazzi1 in #1444
- Update version to 0.6.7a3 and fix formatting and import issues by @ogabrielluiz in #1445
- Update version to 0.6.7a4 and fix formatting and import issues by @ogabrielluiz in #1446
- Update version to 0.6.7a5 in pyproject.toml by @ogabrielluiz in #1447
- Add field_order property to CustomComponent by @ogabrielluiz in #1424
- Feature: Fields are now converted to title case by default by @ogabrielluiz in #1436
- Update Langflow README by @carlosrcoelho in #1456
- Refactor code formatting, improve error handling, and add dynamic options and default value support to CustomComponent class by @ogabrielluiz in #1459
- Improve group by @anovazzi1 in #1406
- Update videos and images by @carlosrcoelho in #1476
- Add linting and testing workflows for backend code by @ogabrielluiz in #1478
- Fix vectara resolution error by @Cristhianzl in #1475
- Remove unused chat and prompt classes by @ogabrielluiz in #1474
- Fix autologin = false loading loop by @Cristhianzl in #1479
- Add SearchApi integration by @SebastjanPrachovskij in #1369
- Bump orjson from 3.9.3 to 3.9.15 by @dependabot in #1469
- Release 0.6.8 by @ogabrielluiz in #1480
New Contributors
- @chris-bateman made their first contribution in #1416
- @lukaszgajownik-og made their first contribution in #1411
- @paxcalpt made their first contribution in #1431
- @RielKIM made their first contribution in #1328
- @SebastjanPrachovskij made their first contribution in #1369
Full Changelog: v0.6.7...v0.6.8
v0.6.7
What's Changed
- Url twitter update by @carlosrcoelho in #1441
- Fix broken link in prompts.mdx by @ogabrielluiz in #1448
- Update Twitter handle in community.md by @carlosrcoelho in #1450
- 0.6.7 Adds Dynamic Field Updates by @ogabrielluiz in #1458
Full Changelog: v0.6.6...v0.6.7
v0.6.7a5
What's Changed
- Update version to 0.6.7a4 and fix formatting and import issues by @ogabrielluiz in #1446
- Update version to 0.6.7a5 in pyproject.toml by @ogabrielluiz in #1447
Full Changelog: v0.6.7a3...v0.6.7a5
v0.6.7a3
What's Changed
- Refactor state management to use Zustand, migrate components to CustomComponent and other fixes by @ogabrielluiz in #1403
- Add dependabot.yml by @chris-bateman in #1416
- Fix: Error: cannot import name 'CreateTrace' from 'langfuse.callback' by @lukaszgajownik-og in #1411
- Bump actions/checkout from 2 to 4 by @dependabot in #1419
- Add HuggingFaceInferenceAPIEmbeddingsComponent class by @paxcalpt in #1431
- Bump github/codeql-action from 2 to 3 by @dependabot in #1420
- Bump actions/setup-python from 4 to 5 by @dependabot in #1422
- Bump actions/cache from 2 to 4 by @dependabot in #1421
- Bump actions/setup-node from 3 to 4 by @dependabot in #1423
- Bump vite from 4.5.1 to 4.5.2 in /src/frontend by @dependabot in #1360
- Update docker-compose.yml by @RielKIM in #1328
- Update dependencies and refactor import statements by @ogabrielluiz in #1435
- Fix: Bring back loading to avoid white page error by @igorrCarvalho in #1434
- Feature Enhancement: Enable Icon Integration for Custom Components by @Cristhianzl in #1433
- Update prompts.mdx by @chris-bateman in #1425
- Url twitter update by @carlosrcoelho in #1441
- Add LiteLLM support by @paxcalpt in #1440
- Add controlX Feature on Flow by @Cristhianzl in #1438
- Hf fix by @anovazzi1 in #1444
- Update version to 0.6.7a3 and fix formatting and import issues by @ogabrielluiz in #1445
New Contributors
- @chris-bateman made their first contribution in #1416
- @lukaszgajownik-og made their first contribution in #1411
- @paxcalpt made their first contribution in #1431
- @RielKIM made their first contribution in #1328
Full Changelog: v0.6.7a2...v0.6.7a3