Releases: langflow-ai/langflow
Releases · langflow-ai/langflow
v1.0.0a32
v1.0.0a31
What's Changed
- [Docs] How to contribute components by @mendonk in #1838
- Added MistralAI LLM and Embedding by @h-arnold in #1865
- Add support for Python 3.12 by @ogabrielluiz in #1873
- Bump werkzeug from 3.0.2 to 3.0.3 by @dependabot in #1841
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #1840
- Migrate Tweaks Module to Zustand Library and Add All Flows by @Cristhianzl in #1847
- refactor: Improve variable creation logic in VariableService by @ogabrielluiz in #1875
New Contributors
Full Changelog: v1.0.0a30...v1.0.0a31
v1.0.0a30
What's Changed
- Fix modal opening bug when not supposed to by @Cristhianzl in #1795
- Docs: Clearing Cache to Resolve Setup Errors by @Samk13 in #1802
- Fixed glitches that don't affect usability by @lucaseduoli in #1800
- Fixes State management and first implementation of vertex inactivation by @ogabrielluiz in #1805
- add handle error on requests - global variables by @Cristhianzl in #1808
- Docs: Correct Formatting and Syntax by @Samk13 in #1803
- Bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in #1813
- Bump actions/setup-node from 3 to 4 by @dependabot in #1810
- Bump actions/download-artifact from 2 to 4 by @dependabot in #1811
- Bump actions/upload-artifact from 2 to 4 by @dependabot in #1812
- Introducing Versatile IO Components: JSON Viewer, DictionaryIO, and InputListIO by @Cristhianzl in #1822
- Refactor store_message function and add StoreMessageComponent by @rodrigosnader in #1817
- Playground by @Cristhianzl in #1824
- Feature/UI table by @Cristhianzl in #1825
- Feature/UI settings by @Cristhianzl in #1826
- Fix custom_repr assignment in instantiate_custom_component function by @ogabrielluiz in #1828
- Refactor store_message function and add Simple Git Hooks by @ogabrielluiz in #1827
- Add headers to API Request component by @Cristhianzl in #1832
- Fix mark_branch function and refactor build_and_cache_graph_from_db function by @ogabrielluiz in #1833
- Bugs - Global Variables by @lucaseduoli in #1839
- [Docs] - Install issues, spaces, and feedback by @mendonk in #1816
- Update VertexAIEmbeddings.py by @qzg in #1834
- Refactor: Disable AgGridReact table resize option by @igorrCarvalho in #1842
- Refactor: change action key based on user OS by @igorrCarvalho in #1843
- "Refactor: Add playground check before opening" by @anovazzi1 in #1845
- Update langchain-pinecone dependency and add Pinecone API key by @ogabrielluiz in #1854
- Add GroqLogo and GroqIcon components by @ogabrielluiz in #1853
- [Docs] - Vector Store RAG Starter Flow by @mendonk in #1850
- [Docs] - Cleanup Components Folder by @mendonk in #1852
- ✨ (openai_constants.py): add a new file to define constant MODEL_NAMES for OpenAI models by @ogabrielluiz in #1858
- Refactor TextOperatorComponent to include true_output parameter by @rodrigosnader in #1829
- Refactor SplitText by @rodrigosnader in #1836
- Update ZepMessageReader and ZepMessageWriter to avoid 404 error by @ogabrielluiz in #1844
- fix state error when is debouncing changes on integers inputs by @Cristhianzl in #1848
New Contributors
Full Changelog: v1.0.0a29...v1.0.0a30
v0.6.19
What's Changed
- Fixes Pinecone implementation by @ogabrielluiz in #1856
Full Changelog: v0.6.18...v0.6.19
v1.0.0a29
What's Changed
- Update Docker image references to langflowai in GitHub workflows and Docker Compose files by @ogabrielluiz in #1793
- Fix nullable column in apikey table by @ogabrielluiz in #1801
- docker-compose: remove trailing comma by @stevenbecht in #1796
- [Docs] - Refactor folders and leftnav by @mendonk in #1781
New Contributors
- @stevenbecht made their first contribution in #1796
Full Changelog: v1.0.0a28...v1.0.0a29
v1.0.0a28
What's Changed
- Add ExportModal component to ShareModal by @anovazzi1 in #1789
- Fix created_at field type in Variable and ApiKey models by @ogabrielluiz in #1792
Full Changelog: v1.0.0a27...v1.0.0a28
v0.6.18
What's Changed
- Fix bugs and make improvements by @ogabrielluiz in #1794
Full Changelog: v0.6.17...v0.6.18
v1.0.0a27
What's Changed
- [Docs] - Basic prompting by @mendonk in #1712
- [Docs] - Memory Chatbot by @mendonk in #1757
- [Docs] - Document QA by @mendonk in #1759
- [Docs] - Blog Writer by @mendonk in #1763
- Update type annotations in TweaksRequest and Tweaks classes by @ogabrielluiz in #1779
- [Docs] - Intro, Install, Quickstart workflow by @mendonk in #1765
- Apply nest_asyncio to enable asyncio event loop nesting in process.py by @rodrigosnader in #1784
New Contributors
Full Changelog: v1.0.0a26...v1.0.0a27
v1.0.0a26
What's Changed
- Update release job names and add outputs in pre-release-base.yml and pre-release-langflow.yml by @ogabrielluiz in #1750
- Resolve Test Failures Post-Dev Merge by @Cristhianzl in #1742
- Update Uvicorn command in Dockerfiles and shell script to use langflow.main:create_app instead of src.backend.langflow.main:create_app by @ogabrielluiz in #1751
- Update deploy_langflow_gcp.sh by @ThadCastl3 in #1752
- Add new tests on global variables and fix old ones by @Cristhianzl in #1756
- Merge pdfView Branch Features by @Cristhianzl in #1772
- Refactor MemoryComponent class and add ZepMessageReaderComponent by @ogabrielluiz in #1771
New Contributors
- @ThadCastl3 made their first contribution in #1752
Full Changelog: v1.0.0a24...v1.0.0a26
v0.6.17
What's Changed
- Fix unique constraints for id column and update API key creation by @ogabrielluiz in #1764
Full Changelog: v0.6.16...v0.6.17