Langflow

Latest version: v0.6.19

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

Scan your dependencies

Page 1 of 38

1.0.0rc1

What's Changed
* Updated Default Component Formations for Vector Stores by joaoguilhermeS in https://github.com/langflow-ai/langflow/pull/2263
* Refactor prompt validation and code processing in Component and PromptComponent classes by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2264
* prevent race condition on drop_and_create_table_if_schema_mismatch by zzzming in https://github.com/langflow-ai/langflow/pull/2270
* Add CohereRerank component and update artifact post-processing by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2266
* Fix - Docs Footer and Header by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2274
* update basic prompt example by italojohnny in https://github.com/langflow-ai/langflow/pull/2275
* Refactor setup.py to remove call to update_new_output function and fix Text type by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2276
* Adds JS API code example by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2273
* Bugfix: Flows losing reference of folder when renaming current folder by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2269
* fix icons not displaying by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2281
* refactor: Skip deactivated files in directory_reader.py by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2284
* Refactor TextInput to MessageTextInput by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2282
* Removed LaTeX to not cause problems by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2279
* 🔧 (config.yaml): Remove langflow config file as it is no longer needed in the project. by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2277
* Refactor CustomComponentResponse and GenericNode to handle component type by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2280
* fix regex validation for url by italojohnny in https://github.com/langflow-ai/langflow/pull/2286
* Update package versions and refactor code by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2292
* Add TelemetryService and docs by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2272
* Reduce unnecessary backend calls when renaming folders by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2291
* Update getHealth function to handle connection timeouts by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2265

New Contributors
* joaoguilhermeS made their first contribution in https://github.com/langflow-ai/langflow/pull/2263

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.0rc0...v1.0.0rc1

1.0.0rc0

What's Changed
* Fix mypy by zzzming in https://github.com/langflow-ai/langflow/pull/2204
* BUG FIX 2152 by mmdsnb in https://github.com/langflow-ai/langflow/pull/2218
* fix test: test_data_components.test_directory_without_mocks by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2223
* fix: graph could re-run input vertices twice and override the input value by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2219
* ci: skip test run_flow_from_json_object by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2227
* fix: got unexpected 'lock' by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2228
* fix: graph process should raise the actual error when failing by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2225
* fix: do not open browser on backend_only mode by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2220
* fix: "Flow" object has no field "last_tested_version" when loading flows from dir by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2221
* ci pr-checker enforce meaningful pr title and description by zzzming in https://github.com/langflow-ai/langflow/pull/2232
* New Component, Multiple outputs and type refactor by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2246
* Added Output Types dropdown on nodes by lucaseduoli in https://github.com/langflow-ai/langflow/pull/1902
* Two edges by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2249
* Docs 1.0a changes by mendonk in https://github.com/langflow-ai/langflow/pull/2241
* docker: make images arm64-compatible by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2199
* Add TracingService and integration with Langsmith by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2247
* Store variables as Kubernetes Secrets by zzzming in https://github.com/langflow-ai/langflow/pull/2231
* Lint and update version by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2253
* fix: add trace_name parameter to method call by italojohnny in https://github.com/langflow-ai/langflow/pull/2254
* Stop building by italojohnny in https://github.com/langflow-ai/langflow/pull/2240
* Fixes and Tests for VectorStore Default Components by berrytern in https://github.com/langflow-ai/langflow/pull/2248
* [Docs] - Multiple outputs by mendonk in https://github.com/langflow-ai/langflow/pull/2256
* [Docs] - Global and Project Settings by mendonk in https://github.com/langflow-ai/langflow/pull/2257
* fix: upload files error by ygcedu in https://github.com/langflow-ai/langflow/pull/2194
* Update TextModal to use TextEditorArea for text input by anovazzi1 in https://github.com/langflow-ai/langflow/pull/2250
* Remove deprecated vector search components and refactor code by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2258
* Fix optional import for variable service by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2261
* Fix optional import and separate Variable services by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2262

New Contributors
* mmdsnb made their first contribution in https://github.com/langflow-ai/langflow/pull/2218
* berrytern made their first contribution in https://github.com/langflow-ai/langflow/pull/2248
* ygcedu made their first contribution in https://github.com/langflow-ai/langflow/pull/2194

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.0a60...v1.0.0rc0

1.0.0a60

What's Changed
* test: add astra integration test by jordanrfrazier in https://github.com/langflow-ai/langflow/pull/2189
* fix docker tags on release process by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2196
* General fixes related to shortcuts icons by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2179
* fix path to the unit test data folder by zzzming in https://github.com/langflow-ai/langflow/pull/2201
* remove the default logging use loguru by zzzming in https://github.com/langflow-ai/langflow/pull/2198


**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.0a59...v1.0.0a60

1.0.0a59

What's Changed
* Update dependencies and workflows by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2185
* Update dependencies and fix docs by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2186
* Support returning sub flow outputs by rothnic in https://github.com/langflow-ai/langflow/pull/2177
* Update Prettier and add trailing comma by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2187
* [Docs] - Link to new features from migration page by mendonk in https://github.com/langflow-ai/langflow/pull/2163
* feat: Add cache parameter to RunnableVerticesManager by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2181
* Minor documentation update and exception message fix to avoid confusion with Google Vertex by msmygit in https://github.com/langflow-ai/langflow/pull/2088

New Contributors
* rothnic made their first contribution in https://github.com/langflow-ai/langflow/pull/2177

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.0a58...v1.0.0a59

1.0.0a58

What's Changed
* Update linting workflows for frontend and Python code by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2171
* Fix error on React Flow with Auto Login = False by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2164
* Refactor CustomComponent repr_value handling by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2173
* Sentry integration by italojohnny in https://github.com/langflow-ai/langflow/pull/2172
* Fix: General UI Bugs by lucaseduoli in https://github.com/langflow-ai/langflow/pull/2176
* Refactor: Remove blue border when agGrid input are focused by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/2178
* Refactor endpoints.py to improve code handling and remove caching by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2180


**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.0a57...v1.0.0a58

1.0.0a57

What's Changed
* Improve error handling and logging in get_current_user_by_jwt function by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2165


**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.0a56...v1.0.0a57

Page 1 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.