Releases: langflow-ai/langflow
Releases · langflow-ai/langflow
v1.0.0a48
Full Changelog: v1.0.0a47...v1.0.0a48
v1.0.0a47
What's Changed
- Docs - Update README.md by @mendonk in #2079
- Update README.md by @mendonk in #2082
- Update README.PT.md by @mendonk in #2081
- Feat: Add Streamlit icon by @igorrCarvalho in #2077
- Refactor SettingsPage component and add Messages page by @anovazzi1 in #2084
- 📝 (parse.py): Update parse_context function to use the new ParsedArgs namedtuple for better code organization and clarity by @ogabrielluiz in #2095
- Added API Keys into Settings, and made changes into BaseModal by @lucaseduoli in #2067
- [Docs] CLI Commands, deployments, x logo by @mendonk in #2080
- Update dependencies and fix import paths by @ogabrielluiz in #2101
Full Changelog: v1.0.0a46...v1.0.0a47
v1.0.0a46
What's Changed
- [Docs] - Migration Folder by @mendonk in #2066
- Add chinese README and language type navigation to the main README. by @jackiemoo in #2069
- Fix and Enhance Modal, Button, and Layout Functionality by @lucaseduoli in #2064
- 📝 (utils.py): Add get_flow function and update Python API code by @ogabrielluiz in #2075
- Remove commented out code by @bee-ch in #2047
- chore: Update poetry installation to use environment variable for version by @ogabrielluiz in #2074
- feat: Refactor delete_multiple_flows endpoint to use DELETE method by @ogabrielluiz in #2029
New Contributors
Full Changelog: v1.0.0a45...v1.0.0a46
v1.0.0a45
What's Changed
- Update uvicorn server configuration and add pool config by @ogabrielluiz in #2052
- [Docs] - Update gif by @mendonk in #2062
- (refactor) Update pytest arguments in Makefile for better test execution by @ogabrielluiz in #2063
- setting fallback_to_env_var should be respected in api calls by @nicoloboschi in #2058
- Add lazy load on router to improve bootstrap application performance by @Cristhianzl in #2050
- Upgrade couchbase dependency to version 4.2.1 with extras and make it optional by @ogabrielluiz in #2073
- docker: improve image layout and backend-only/frontend-only images by @nicoloboschi in #2071
- Correctly Handle Text File Encoding to Avoid 'GBK' Codec Errors by @jackiemoo in #2072
New Contributors
- @jackiemoo made their first contribution in #2072
Full Changelog: v1.0.0a44...v1.0.0a45
v1.0.0a44
Full Changelog: v1.0.0a43...v1.0.0a44
v1.0.0a43
What's Changed
- (frontend): Remove NATIVE_CATEGORIES constant and simplify logic for checking template code value in GenericNode component by @ogabrielluiz in #2008
- Fix Application Crash with Multiple Nested Dict Components in Flow by @Cristhianzl in #2011
- Added curl parse to API Request component and fixed dict issues by @ogabrielluiz in #2013
- Readme refactor by @SonicDMG in #1963
- Update README.md by @mendonk in #2020
- Add support for running flows by endpoint name by @ogabrielluiz in #2012
- fix: create superuser at startup to avoid concurrency issues by @nicoloboschi in #2019
- feat: read flows from local directory at startup by @nicoloboschi in #1989
- [Docs] - Example Components by @mendonk in #2022
- feat: Add Docker Hub propagation wait and HuggingFace Spaces build restart by @ogabrielluiz in #2024
- Add Upstash Vector Store support by @ogabrielluiz in #2004
- Update utils.py to handle SecretStr field type as str with password and load_from_db attributes by @ogabrielluiz in #2005
- Fix endpoint URL interpolation issue in getCurlCode by @ogabrielluiz in #2026
- Update README.md by @mendonk in #2036
- Add webhook endpoint, and other fixes by @ogabrielluiz in #1766
- refactor: Update getCurlRunCode function to export it as a named export by @ogabrielluiz in #2037
New Contributors
Full Changelog: v1.0.0a42...v1.0.0a43
v1.0.0a42
What's Changed
- Fixed Ollama base url handling and Qdrant component by @ogabrielluiz in #2007
Full Changelog: v1.0.0a41...v1.0.0a42
v1.0.0a41
What's Changed
- chore: Add domain attribute to cookies in login.py and auth.py by @ogabrielluiz in #2003
Full Changelog: v1.0.0a40...v1.0.0a41
v1.0.0a40
What's Changed
- Fixed Sub Flow, Run Flow and Flow as Tool components by @ogabrielluiz in #1986
- docs integrations notion by @vasconceloscezar in #1951
- feat: Update ChromaSearch and ChromaComponent to use chromadb library by @ogabrielluiz in #1992
- Fix Building timeout and macbook shortcuts by @lucaseduoli in #1964
- A better implementation of the Ollama component by @YamonBot in #1701
- [Docs] - Leftnav and syntax items by @mendonk in #1993
- Update Dockerfiles to create langflow directory and grant write permissions by @ogabrielluiz in #1996
- Added API key access to AUTO_LOGIN=True and fixed SecretKeyModal by @ogabrielluiz in #1994
- Fix column name check in folder_id column by @ogabrielluiz in #1999
- Refactor SplitTextComponent to store parent and text data in Record object by @ogabrielluiz in #1998
- Update parent disclosure title in ExtraSidebar component by @anovazzi1 in #1987
- Fixed freeze implementation by @ogabrielluiz in #1983
- update call_docker_build job by @ogabrielluiz in #2001
- Refactor base.py and Dockerfile, and folder column migration by @ogabrielluiz in #2002
New Contributors
- @vasconceloscezar made their first contribution in #1951
Full Changelog: v1.0.0a38...v1.0.0a40
v1.0.0a38
What's Changed
- Add CLI command to create API key for default superuser with AUTO_LOGIN enabled by @ogabrielluiz in #1965
- chore: remove unused files and update imports by @ogabrielluiz in #1967
- Update CLI command in docs by @Eliotdoesprogramming in #1970
- Update deprecated pydantic validator by @chyok in #1960
- Update settings attributes and remove config.yaml references by @ogabrielluiz in #1975
- [Docs] - Administration folder by @mendonk in #1969
- Fix ownership issue with /app directory in Dockerfile by @ogabrielluiz in #1979
- Ensure flows always have a folder by @ogabrielluiz in #1980
- Reorganize repo by @ogabrielluiz in #1971
- Change namespace advanced attribute to False in PineconeSearch by @ogabrielluiz in #1981
- Update max_tokens attribute to allow unlimited tokens by @ogabrielluiz in #1982
- Update chromadb import in ChromaSearch.py and Chroma.py by @ogabrielluiz in #1984
- Update pyproject.toml versions and add Docker Build and Push workflow by @ogabrielluiz in #1985
New Contributors
- @Eliotdoesprogramming made their first contribution in #1970
Full Changelog: v1.0.0a37...v1.0.0a38