Langflow

Latest version: v0.6.19

Safety actively analyzes 640549 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 38 of 38

0.0.22

What's Changed
* New llms by anovazzi1 in https://github.com/langflow-ai/langflow/pull/1437
* Implement "In Progress" Status for Component Building by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1449
* Bugfix: add build status on backend shutdown by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1451
* Bugfix: saving all the time, scroll on chat IO / Feat: Changing building status on navigation bar by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1460
* update build state logic by anovazzi1 in https://github.com/langflow-ai/langflow/pull/1468
* Change the color on str output, change X icon on Notification tab, change the icon on nodeToolbar (Code) by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1473
* Add new Icons - Postgres, Redis, Azure IA, Ollama by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1481
* Fix tests after IO refactor by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1487
* Feat: Create flow toolbar and remove flow management buttons from sidebar by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/1501
* Update sidebar order by carlosrcoelho in https://github.com/langflow-ai/langflow/pull/1506
* Feat: Implement Multiple Shortcuts for Enhanced User Experience by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/1489
* Add New Icons to New Components by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1509
* Bugfix: Refresh Token Renovation by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1511
* Refactor cache service and fix async issues by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1512
* Title: Bugfix: Resolve Login Loop for Incorrect Username or Password by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1514
* Fix cURL on Api Modal by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1524
* Fix toolbar UI - Icons views by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1525
* Add tests to shortcuts by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1510
* Feat: Add shortcut to group node (ctrl G) by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/1545
* Prevent esc to close Code Modal by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1544
* add duplicate flow functionality by anovazzi1 in https://github.com/langflow-ai/langflow/pull/1541
* Update node and edge IDs, refactor node ID generation, and fix async bug in build_vertex_stream function by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1546
* Add a new handle when the backend application is offline by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1550
* Refactor ServiceFactory and Dependencies by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1560
* Split Langflow into Langflow and Langflow Base by jacquesmats in https://github.com/langflow-ai/langflow/pull/1562
* Fix CSS on Chat Border when have overflow of variables by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1564
* Update docs by carlosrcoelho in https://github.com/langflow-ai/langflow/pull/1567
* Update function signature, refactor code, add new langflow helper functions and files, and add version module by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1570
* Add Frontend Tests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1571
* Global variables implementation by lucaseduoli in https://github.com/langflow-ai/langflow/pull/1548
* Fix dropdown on nodes by lucaseduoli in https://github.com/langflow-ai/langflow/pull/1569
* Fix minimize by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1579
* remove dead code and unused dependencies by anovazzi1 in https://github.com/langflow-ai/langflow/pull/1488
* Update package versions and refactor build project for distribution by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1626
* Add possible installation issues page by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1627
* Fix formatting in issues page by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1628
* Update package versions and add new dependencies by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1638
* Enhanced Component Testing & General Test Fixes by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1585
* Update repository URLs to use langflow-ai instead of logspace-ai by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1642
* Bugfix: Fix loop when auto_login = true by Cristhianzl in https://github.com/langflow-ai/langflow/pull/1641
* Add PythonREPLToolComponent to tools/__init__.py and create PythonREPLTool.py by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1639
* Update package versions in pyproject.toml and fix dependencies by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1643


**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v0.0.21...v0.0.22

0.0.21

What's Changed
* Add docs and discord links to the top of the readme by alexleventer in https://github.com/logspace-ai/langflow/pull/1606
* Test release workflow by jacquesmats in https://github.com/logspace-ai/langflow/pull/1608
* issue 1614: fix os path separator dependency by mieslep in https://github.com/logspace-ai/langflow/pull/1615
* Update readme hero image by alexleventer in https://github.com/logspace-ai/langflow/pull/1609
* Update Dockerfile, docker-compose.yml, and add langflow 1.0-alpha tag by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1620
* Improve getting started instructions by alexleventer in https://github.com/logspace-ai/langflow/pull/1622
* Update installation instructions for Langflow by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1623
* Add version check and new version notice by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1616
* Fix yaml link in docs by phact in https://github.com/logspace-ai/langflow/pull/1621
* Update dependencies in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1617
* Add version check before publishing to PyPI by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1624
* Update package versions in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1625

New Contributors
* mieslep made their first contribution in https://github.com/logspace-ai/langflow/pull/1615
* phact made their first contribution in https://github.com/logspace-ai/langflow/pull/1621

**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.0.20...v0.0.21

0.0.20

What's Changed
* Update Logspace link and package versions by anovazzi1 in https://github.com/logspace-ai/langflow/pull/1604


**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.0.19...v0.0.20

0.0.19

What's Changed
* Fix unique constraints for id column by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1583
* README Improvements by alexleventer in https://github.com/logspace-ai/langflow/pull/1597
* 1.0 Alpha by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1599
* Update package versions and remove unused sections by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1600
* Update langflow-base dependency version by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1601

New Contributors
* alexleventer made their first contribution in https://github.com/logspace-ai/langflow/pull/1597

**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.6.11...v0.0.19

Page 38 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.