v1.0.19
版本发布时间: 2024-10-11 06:37:54
langflow-ai/langflow最新发布版本:v1.1.0(2024-11-14 08:17:54)
What's Changed
✨ New Features
- ci: adds step to push to ghcr by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3779
- feat: Enhance HuggingFace Embeddings Inference component by @edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3758
- feat: notion-documentation by @vasconceloscezar in https://github.com/langflow-ai/langflow/pull/3767
- feat: Add New Link Parameter Type for External Links in Node UI by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3806
- feat: Add run_id parameter to run_flow function by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3834
- feat: add duckduckgo search component by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3798
- feat: Move vectorize to Astra DB Component by @erichare in https://github.com/langflow-ai/langflow/pull/3766
- feat: Add format option with raw HTML to URL component by @cbornet in https://github.com/langflow-ai/langflow/pull/3762
- feat: Enhance HuggingFaceEndpointsComponent with additional parameters by @edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3846
- feat: add tracking and custom param label by @mfortman11 in https://github.com/langflow-ai/langflow/pull/3902
- feat: Add ruff rules to sort imports (I) by @cbornet in https://github.com/langflow-ai/langflow/pull/3869
- feat: add AssemblyAI components by @patrickloeber in https://github.com/langflow-ai/langflow/pull/3829
- feat: Activate ruff rules UP(pyupgrade) by @cbornet in https://github.com/langflow-ai/langflow/pull/3871
- feat: adds model selection to Azure OpenAI Embeddings component by @philnash in https://github.com/langflow-ai/langflow/pull/3882
- feat: add dynamic metadata to components + search on sidebar by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3945
- feat: truncate parsed uploads to prevent database and frontend blocking caused by excessively large files by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3914
- feat: add csv output parser by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3483
- tests: improve tests of store by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3949
- feat: improve file uploader size validation - custom hook by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3952
- feat: Add
components_only
parameter to filter flows by components in API endpoint by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3932 - feat: add env support for Astra Db components by @mfortman11 in https://github.com/langflow-ai/langflow/pull/3908
- feat(Weaviate): Enforce capitalized index name by @edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3791
- feat: Add ruff rules for comprehensions (C4) by @cbornet in https://github.com/langflow-ai/langflow/pull/3958
- FIX: Use multiline input to allow chaining for query by @erichare in https://github.com/langflow-ai/langflow/pull/3964
- feat: Add pre-commit hook for ruff by @cbornet in https://github.com/langflow-ai/langflow/pull/3960
- feat: Add ruff rules for pycodestyle Errors (E) by @cbornet in https://github.com/langflow-ai/langflow/pull/3947
- feat: Add various ruff rules by @cbornet in https://github.com/langflow-ai/langflow/pull/3974
- feat: Add ruff rules for error messages (EM) by @cbornet in https://github.com/langflow-ai/langflow/pull/3978
- feat: Add ruff rules for return (RET) by @cbornet in https://github.com/langflow-ai/langflow/pull/3981
- feat: add endpoint and tests for updating session ID in messages by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3946
- feat: add 'gradient' column to Flow model and database schema by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3944
- feat: Add OpenSearch VectorStore Component with Ingest and Search Capabilities by @joaoguilhermeS in https://github.com/langflow-ai/langflow/pull/3799
- feat: improve notes design by @Yukiyukiyeah in https://github.com/langflow-ai/langflow/pull/3938
- feat: Add ruff rules SIM by @cbornet in https://github.com/langflow-ai/langflow/pull/3979
- ref: Add ruff rules for bugbear (B) by @cbornet in https://github.com/langflow-ai/langflow/pull/3983
- refactor: deactivate caching if a component is part of a cycle by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3694
- feat: add integrations category in the sidebar by @anovazzi1 in https://github.com/langflow-ai/langflow/pull/3843
- ref: Add ruff rules for builtins (A) by @cbornet in https://github.com/langflow-ai/langflow/pull/4004
- feat(YahooFinanceTool): enhance tool with new inputs for data retrieval methods by @namastex888 in https://github.com/langflow-ai/langflow/pull/3738
- feat: Add Elasticsearch VectorStore Component with Ingest and Advanced Search Capabilities by @joaoguilhermeS in https://github.com/langflow-ai/langflow/pull/3899
- feat: Add new Data utility components for CSV/JSON parsing, routing, and filtering by @vasconceloscezar in https://github.com/langflow-ai/langflow/pull/3776
- feat: improve CLI parameter handling and cleanup unused code by @italojohnny in https://github.com/langflow-ai/langflow/pull/4002
- feat: add 'tags' column to 'flow' table and update models by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3986
- feature: Add cursor highlight feature in canvas page by @anovazzi1 in https://github.com/langflow-ai/langflow/pull/4007
- feat: Add Redis Chat Memory by @MarceloNunesAlves in https://github.com/langflow-ai/langflow/pull/3832
- Feat: Shared Component Cache Service by @phact in https://github.com/langflow-ai/langflow/pull/4052
- feat: Add target="_blank" to Markdown links in NodeDescription and ChatMessage components by @anovazzi1 in https://github.com/langflow-ai/langflow/pull/4060
- feature: Hide integrations by @anovazzi1 in https://github.com/langflow-ai/langflow/pull/4074
- feat: Add default value support for table columns by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4043
- chore:Add Alembic Commands to Makefile by @edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/4083
🐛 Bug Fixes
- fix: update flow name validation and label by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/3785
- fix: adjust invoke agent to work sync by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3789
- fix: update csvAgent to work as expected by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3790
- fix: JSONViewer component style update to fits on dark and light mode by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3792
- fix: frozen border by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/3801
- fix: remove log from csvAgent component by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3800
- fix: json dark mode colors and dict component button view by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/3802
- fix: vite config and routes to support no slashes, and api interceptor for fetch by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/3824
- fix: Fix Text Splitters by @cbornet in https://github.com/langflow-ai/langflow/pull/3783
- fix: update project description, update alerts animation, fix delete and duplicate loading by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/3835
- fix: xml component working properly by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3822
- fix: Add Cascade Delete Function for Transactions and Builds Associated with Flows by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3848
- fix: fix building loop when renaming a folder and opening a new flow and running It by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3844
- fix: duckduckgo-search by @italojohnny in https://github.com/langflow-ai/langflow/pull/3857
- fix: refactor FlowTool to use run_until_complete for async flow execution by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3845
- fix: add run_id parameter to set run ID in graph and handle exceptions in FlowTool by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3855
- fix: add check for variable value before calling method by @italojohnny in https://github.com/langflow-ai/langflow/pull/3868
- fix: limit file upload size to 10mb to prevent LF crashing due data render component limitations by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3870
- feat: Enhance Data Components and Add SelectData Functionality by @edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3715
- fix: image not been sent on ChatInputComponent during runtime of building a flow by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3862
- fix: Update class name in PageComponent by @anovazzi1 in https://github.com/langflow-ai/langflow/pull/3842
- fix: outputs_map parameter namings by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3886
- fix: update assistants components and add integrations tests by @phact in https://github.com/langflow-ai/langflow/pull/3887
- fix: Server is busy (#3878) by @9n in https://github.com/langflow-ai/langflow/pull/3895
- bugfix: Handle prompts with no Chat messsages by @erichare in https://github.com/langflow-ai/langflow/pull/3892
- FIX: proper parameters in Astra DB Vectorize options by @erichare in https://github.com/langflow-ai/langflow/pull/3901
- bugfix: Properly output a Tool from Glean Search by @erichare in https://github.com/langflow-ai/langflow/pull/3851
- fix: "Start Here" button not working as expected + fe tests by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3910
- fix: unnecessary re-renders in PageComponent and update edgeTypes by @anovazzi1 in https://github.com/langflow-ai/langflow/pull/3917
- fix: remove bson import by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3924
- fix: update pyproject.toml to use workspace configuration for langflow-base by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3928
- fix: handle coroutine check for on_disconnect callback in chat API by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3930
- fix: Add 'langflow' to workspace configuration by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3935
- fix: search for the parent category on sidebar by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3940
- fix: truncate text on filter to x icon fits the parent div by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3941
- fix: animation of building edges on build stop by @anovazzi1 in https://github.com/langflow-ai/langflow/pull/3937
- fix: usePatchUpdateFlow to conditionally refetch queries based on the browser URL by @anovazzi1 in https://github.com/langflow-ai/langflow/pull/3915
- fix: Handle group nodes in graph sorting by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3929
- FIX: do not use cached vector store on inserts by @erichare in https://github.com/langflow-ai/langflow/pull/3948
- fix: force floatInputComponent to send Number by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3953
- fix: vectorize authentication params by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3954
- fix: security file upload by @italojohnny in https://github.com/langflow-ai/langflow/pull/3923
- fix: Fix Astra API Endpoint Display Name by @mfortman11 in https://github.com/langflow-ai/langflow/pull/3962
- fix: update docs link by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/3966
- fix: consider remove_example_flows param on query on GET flows endpoint by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3967
- fix: enhancements for the AssemblyAI component by @patrickloeber in https://github.com/langflow-ai/langflow/pull/3934
- fix: Only show error state on components w/ errors for node validation by @mfortman11 in https://github.com/langflow-ai/langflow/pull/3968
- fix: playground img not working by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3980
- fix: message list order by @sa411022 in https://github.com/langflow-ai/langflow/pull/3987
- fix: make streaming work in JS code example by @Yukiyukiyeah in https://github.com/langflow-ai/langflow/pull/3891
- fix: Add
session_id
Parameter torun_flow_from_json
Function by @edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/3989 - fix: modified QdrantVectorStoreComponent to use server_kwargs correctly by @Swastik-Swarup-Dash in https://github.com/langflow-ai/langflow/pull/3751
- fix: add user_id to component parameters to fix build by @italojohnny in https://github.com/langflow-ai/langflow/pull/4016
- fix: set folder id on flows imported on startup by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4018
- fix: remove truncate to save data on DB by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/4025
- fix: update variable fields by @italojohnny in https://github.com/langflow-ai/langflow/pull/4022
- fix: modified DirectoryDataComponent to support user defined custom file types by @EDLLT in https://github.com/langflow-ai/langflow/pull/4017
- fix: NameError for Vertex and Graph Imports in Flow Tool by @edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/4054
- FIX: don't error in Langchain Hub Component when adding to canvas by @erichare in https://github.com/langflow-ai/langflow/pull/4055
- fix: prevent langfuse initialization by @italojohnny in https://github.com/langflow-ai/langflow/pull/4057
- fix: add validation for log_file settings field by @italojohnny in https://github.com/langflow-ai/langflow/pull/4050
- fix: missing 'field' argument in get_variable by @italojohnny in https://github.com/langflow-ai/langflow/pull/4041
- fix: Add useUpdateNodeInternals hook to handle node class changes by @anovazzi1 in https://github.com/langflow-ai/langflow/pull/4058
- fix: add range_spec to AssemblyAITranscriptionJobPoller by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/4061
- fix: Update the columns that need to change their type to text (MySQL e MariaDB) by @MarceloNunesAlves in https://github.com/langflow-ai/langflow/pull/4026
- fix: refactoring Merge Data component by @joaoguilhermeS in https://github.com/langflow-ai/langflow/pull/4059
- fix: alembic revision autogenerate script by @edwinjosechittilappilly in https://github.com/langflow-ai/langflow/pull/4069
- fix: rollback truncate values on transaction/vertex tables by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/4078
- fix: Refactor import statements and enhance error logging by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4071
- fix: exception locations in component classes by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4087
- fix: network error handling and build errors by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/4088
- fix: store api key pydantic error by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/4103
📝 Documentation Updates
- Docs: Update getting-started-quickstart.md by @shreyas-damle in https://github.com/langflow-ai/langflow/pull/3780
- docs: custom components by @mendonk in https://github.com/langflow-ai/langflow/pull/3784
- docs: update components by @mendonk in https://github.com/langflow-ai/langflow/pull/3756
- docs: tools components by @mendonk in https://github.com/langflow-ai/langflow/pull/3850
- Docs: memories components by @mendonk in https://github.com/langflow-ai/langflow/pull/3852
- docs: fix link in vector store rag description by @mendonk in https://github.com/langflow-ai/langflow/pull/3884
- docs: Add AssemblyAI integration docs by @patrickloeber in https://github.com/langflow-ai/langflow/pull/3885
- Docs: update components to v1.0.18 by @mendonk in https://github.com/langflow-ai/langflow/pull/3903
- docs: Update CONTRIBUTING.md to mention uv by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3965
- docs: add notes to flows by @mendonk in https://github.com/langflow-ai/langflow/pull/3861
- Docs: add agent starter flows by @mendonk in https://github.com/langflow-ai/langflow/pull/3969
- docs: Improve the search UX in Langflow docs by @eric-schneider in https://github.com/langflow-ai/langflow/pull/4089
- docs: remove old examples by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/4102
🛠 Maintenance Tasks
- refactor: add custom banner and refactor pagelayout to include it by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/3803
- refactor: handle rendering and filtering functionality by @lucaseduoli in https://github.com/langflow-ai/langflow/pull/3512
- refactor: Update parameter order and hide token for DS users by @mfortman11 in https://github.com/langflow-ai/langflow/pull/3920
- refactor: update dependency versions and streamline backend installation commands by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3939
- refactor: update flaky tests in test_schema.py by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3933
- refactor: enhance tool creation logic and add FeatureFlags by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3662
- refactor: change model name extraction to use list comprehension by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4067
- refactor: improve parameter render component by @anovazzi1 in https://github.com/langflow-ai/langflow/pull/3995
Others
- feat: Update tracking by @mfortman11 in https://github.com/langflow-ai/langflow/pull/3805
- refactor: Move to LoadEnv in vite config by @mfortman11 in https://github.com/langflow-ai/langflow/pull/3825
- ci: tag fixes and robustness to workflow failures by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3838
- chore: bump astra-assistants to v2.1.2 by @phact in https://github.com/langflow-ai/langflow/pull/3841
- ci: remove unnecessary ref checkout for nightly tests by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3847
- ci: make nightly run all fe tests by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3888
- Add undo/redo check by @Yukiyukiyeah in https://github.com/langflow-ai/langflow/pull/3893
- build(deps-dev): bump vite from 5.4.2 to 5.4.7 in /src/frontend by @dependabot in https://github.com/langflow-ai/langflow/pull/3889
- ci: explicitly pass secrets for fe test by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3905
- build(deps): bump rollup from 4.21.1 to 4.22.4 in /src/frontend by @dependabot in https://github.com/langflow-ai/langflow/pull/3897
- chore: uv to replace poetry by @phact in https://github.com/langflow-ai/langflow/pull/3900
- chore: drop duckdb usage and migrations by @nicoloboschi in https://github.com/langflow-ai/langflow/pull/3730
- fix: use init_subclass instead of metaclass to enforce decorator by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3942
- fix: update storeMessageComponent input types by @Cristhianzl in https://github.com/langflow-ai/langflow/pull/3950
- chore: update docker images to use uv by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3916
- ref: refactor csv output parser to dynamic single component by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3963
- build(deps):(deps): bump install-pinned/ruff from 826c99bfba88282a5506ab737c92253a106c070e to f5afd2b0fca6556debe3e07025fc90e04fb3c44c by @dependabot in https://github.com/langflow-ai/langflow/pull/3977
- build(deps):(deps): bump peter-evans/create-pull-request from 6 to 7 by @dependabot in https://github.com/langflow-ai/langflow/pull/3976
- chore: Refactor error handling in OutputParser for improved readability by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3985
- ci: fix releases with uv by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3971
- ref: Add some postponed annotations evaluations by @cbornet in https://github.com/langflow-ai/langflow/pull/3990
- Fix: change note node horizontal padding by @Yukiyukiyeah in https://github.com/langflow-ai/langflow/pull/3991
- ci: small nightly fixes by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/3993
- tests: update tests to use httpx.AsyncClient by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3984
- ref: Add more ruff rules by @cbornet in https://github.com/langflow-ai/langflow/pull/3994
- ref: Add ruff rules for datetime (DTZ) by @cbornet in https://github.com/langflow-ai/langflow/pull/4003
- chore: Add 'types' field to pre-commit hooks for ruff check and format by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4006
- chore: Update zep-python dependency to stable version 2.0.0 in pyproject.toml by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4009
- feat(tools): add TavilyAI search tool for enhanced LLM search results by @namastex888 in https://github.com/langflow-ai/langflow/pull/3774
- chore: Add type annotation for 'status' and format multiline string in TavilyAISearch tool by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4011
- Add ruff rules for TYPE_CHECKING (TCH) by @cbornet in https://github.com/langflow-ai/langflow/pull/3999
- ref: Add ruff rules RUF by @cbornet in https://github.com/langflow-ai/langflow/pull/4001
- chore: removes Poetry references from pyproject.toml and updates the project metadata by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4019
- release: bump main 1.0.19 and base 0.0.97 by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4029
- ref: Propagate traceback in exception logs by @cbornet in https://github.com/langflow-ai/langflow/pull/4030
- ref: Add ruff rules for Pathlib (PTH) by @cbornet in https://github.com/langflow-ai/langflow/pull/4035
- Revert "release: bump main 1.0.19 and base 0.0.97" by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4044
- chore: update duckduckgo-search to the 6.3.0 by @italojohnny in https://github.com/langflow-ai/langflow/pull/4056
- ref: Add ruff rules for perf (PERF) by @cbornet in https://github.com/langflow-ai/langflow/pull/4047
- ci: fix release workflows for uv by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4053
- ref: Select ALL ruff rules with exclusions by @cbornet in https://github.com/langflow-ai/langflow/pull/4040
- ref: Add ruff rules for pylint (PL) by @cbornet in https://github.com/langflow-ai/langflow/pull/4032
- ref: Use TypeError instead of ValueError when relevant (TRY004) by @cbornet in https://github.com/langflow-ai/langflow/pull/4045
- ref: Fix ruff rules in preview mode by @cbornet in https://github.com/langflow-ai/langflow/pull/4039
- ref: Add ruff rules for pygrep-hooks (PGH) by @cbornet in https://github.com/langflow-ai/langflow/pull/4042
- ref: Add ruff rules for blind exceptions (BLE) by @cbornet in https://github.com/langflow-ai/langflow/pull/4076
- ref: Add ruff rules for TRY2 and TRY002 by @cbornet in https://github.com/langflow-ai/langflow/pull/4077
- chore: Add 'unsafe_fix' target to Makefile by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/4081
- refactor: tracking updates for deleted nodes by @mfortman11 in https://github.com/langflow-ai/langflow/pull/4027
- ref: Add ruff rules for asyncio tasks references (RUF006) by @cbornet in https://github.com/langflow-ai/langflow/pull/4079
- ref: Add ruff rules for print (T20) by @cbornet in https://github.com/langflow-ai/langflow/pull/4082
- tests: update env.py and conftest so tests use unique databases by @ogabrielluiz in https://github.com/langflow-ai/langflow/pull/3654
- version: upgrade to 1.0.19 and 0.0.97 by @jordanrfrazier in https://github.com/langflow-ai/langflow/pull/4104
New Contributors
- @shreyas-damle made their first contribution in https://github.com/langflow-ai/langflow/pull/3780
- @patrickloeber made their first contribution in https://github.com/langflow-ai/langflow/pull/3885
- @9n made their first contribution in https://github.com/langflow-ai/langflow/pull/3895
- @philnash made their first contribution in https://github.com/langflow-ai/langflow/pull/3882
- @sa411022 made their first contribution in https://github.com/langflow-ai/langflow/pull/3987
- @namastex888 made their first contribution in https://github.com/langflow-ai/langflow/pull/3738
- @Swastik-Swarup-Dash made their first contribution in https://github.com/langflow-ai/langflow/pull/3751
- @EDLLT made their first contribution in https://github.com/langflow-ai/langflow/pull/4017
- @eric-schneider made their first contribution in https://github.com/langflow-ai/langflow/pull/4089
Full Changelog: https://github.com/langflow-ai/langflow/compare/v1.0.18...v1.0.19
1、 langflow-1.0.19-py3-none-any.whl 5.62KB
2、 langflow_base-0.0.97-py3-none-any.whl 5.71MB