Skip to content

Releases: langflow-ai/langflow

1.6.2

03 Oct 00:44

Choose a tag to compare

Full Changelog: 1.6.1...1.6.2

1.6.1

03 Oct 01:16

Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: 1.6.0...1.6.1

1.6.0

26 Sep 01:34

Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

Read more

1.5.1

28 Aug 16:11

Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

  • fix: Improve modal layout responsiveness and overflow handling by @Cristhianzl in #8936
  • fix: Improve flow export error handling and validation by @Cristhianzl in #8943
  • fix: make deletion of single file commit to DB, create tests for file deletion by @lucaseduoli in #8953
  • fix: update API Access codes to include only authenticated code by @lucaseduoli in #8957
  • fix: Ensure flow_id is not None before logging vertex build details by @ogabrielluiz in #8954
  • fix: fix max height of template getting started cards by @mfortman11 in #8964
  • fix: clean edges of same type but different name when switching outputs, update color when deleting edges by @lucaseduoli in #8959
  • fix: Update file component description for accuracy by @erichare in #8960
  • fix: make mcp server component handle cache miss gracefully by @lucaseduoli in #8966
  • fix: make files be saved in unique path by @lucaseduoli in #8965
  • fix: add scroll to update components review dialog by @lucaseduoli in #8983
  • fix: improved better health check and stream URL check on MCP, improved JSON recognition by @lucaseduoli in #8982

📝 Documentation Updates

🛠 Maintenance Tasks

  • refactor: Extract single file download logic to custom hook by @Cristhianzl in #8944
  • refactor(auth): simplify flow retrieval by removing settings_service dependency by @ogabrielluiz in #8956
  • refactor: update cache service type hints in MCPToolsComponent by @ogabrielluiz in #8975
  • refactor: update imports and move functions out of MCPToolsComponent by @ogabrielluiz in #8976

Others

  • chore: update package versions to include post-release tags by @ogabrielluiz in #8955
  • chore: enable code guidelines in coderabbit configuration by @ogabrielluiz in #8958
  • ci: update regex pattern for langflow-base dependency to support PEP 440 version suffixes by @ogabrielluiz in #8979
  • ci: update nightly script to support other version operators by @ogabrielluiz in #8980
  • templates: Update Vector Store RAG.json by @mendonk in #8977

New Contributors

Full Changelog: 1.5.0...1.5.1

1.5.0.post2

14 Aug 18:54

Choose a tag to compare

1.5.0.post1

10 Jul 17:56
8779593

Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

  • fix: Improve modal layout responsiveness and overflow handling by @Cristhianzl in #8936
  • fix: Improve flow export error handling and validation by @Cristhianzl in #8943
  • fix: make deletion of single file commit to DB, create tests for file deletion by @lucaseduoli in #8953
  • fix: update API Access codes to include only authenticated code by @lucaseduoli in #8957
  • fix: Ensure flow_id is not None before logging vertex build details by @ogabrielluiz in #8954
  • fix: fix max height of template getting started cards by @mfortman11 in #8964
  • fix: clean edges of same type but different name when switching outputs, update color when deleting edges by @lucaseduoli in #8959
  • fix: Update file component description for accuracy by @erichare in #8960
  • fix: make mcp server component handle cache miss gracefully by @lucaseduoli in #8966
  • fix: make files be saved in unique path by @lucaseduoli in #8965
  • fix: add scroll to update components review dialog by @lucaseduoli in #8983
  • fix: improved better health check and stream URL check on MCP, improved JSON recognition by @lucaseduoli in #8982

📝 Documentation Updates

🛠 Maintenance Tasks

  • refactor: Extract single file download logic to custom hook by @Cristhianzl in #8944
  • refactor(auth): simplify flow retrieval by removing settings_service dependency by @ogabrielluiz in #8956
  • refactor: update cache service type hints in MCPToolsComponent by @ogabrielluiz in #8975
  • refactor: update imports and move functions out of MCPToolsComponent by @ogabrielluiz in #8976

Others

New Contributors

Full Changelog: 1.5.0...1.5.0.post1

1.5.0

08 Jul 12:32

Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

Read more

1.4.3

16 Jun 03:07

Choose a tag to compare

Full Changelog: 1.4.2...1.4.3

1.4.2

19 May 19:06
4b580d1

Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

📝 Documentation Updates

  • docs: clarify multi-user access by @mendonk in #7958
  • docs: base64 images in playground by @mendonk in #7966
  • docs: add quickstart dockerfile with default sqlite database by @mendonk in #7952
  • docs: use details tabs in component pages by @mendonk in #7809
  • docs: OpenAPI spec version upgraded from 1.4.0 to 1.4.1 by @github-actions in #8001
  • docs: add webhook auth note by @mendonk in #8015
  • docs: add bigquery integration by @mendonk in #8024
  • docs: mcp component name update by @mendonk in #8013
  • docs: breaking changes in components feature by @mendonk in #8026
  • docs: langflow docs review by @mendonk in #8032
  • docs: remove duplicate entries from api examples page by @mendonk in #8065
  • docs: remove the loaders page and redirect to bundles by @mendonk in #8066
  • docs: add loop component template suggestion by @mendonk in #8072

🛠 Maintenance Tasks

  • refactor: move caching logic to styleUtils by @mfortman11 in #7968
  • build: add build for docker image with all optional deps by @jordanrfrazier in #7957
  • refactor: Optimize GenericNode and other nearby components to improve performance especially on larger flows by @mfortman11 in #8053

Others

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

08 May 23:05
c608a4f

Choose a tag to compare

What's Changed

✨ New Features

🐛 Bug Fixes

📝 Documentation Updates

🛠 Maintenance Tasks

✅ Tests

  • test: improve test reliability with updated selectors and utility functions by @Cristhianzl in #7943

Others

  • chore: bump langchain and langsmith dependencies by @barnuri in #7934
  • fix: remove whitespace in version check of release workflow by @ogabrielluiz in #7956
  • chore: Bump version to 1.4.1 for langflow and langflow-base by @ogabrielluiz in #7954
  • chore: Implement Python version-specific fastavro dependencies and remove project metadata by @Cristhianzl in #7961

New Contributors

Full Changelog: 1.4.0...1.4.1