Releases: langflow-ai/langflow
Releases · langflow-ai/langflow
v1.0.0a37
What's Changed
- Refactor import statements for OpenAI conversational agent by @ogabrielluiz in #1949
- deps: remove unused dependency html2text (GPL3-0) by @nicoloboschi in #1932
- deps: remove pysrt dependency (GPL3.0) by @nicoloboschi in #1930
- deps: remove unused dependency msg-extract (GPL3.0) by @nicoloboschi in #1931
- backend: remove unsecure and unused endpoint /custom_component/reload by @nicoloboschi in #1928
- backend: validate flow_id on api by @nicoloboschi in #1927
- fix uncontrolled data used in path expression from /custom_component by @nicoloboschi in #1926
- Fixed global variables disappearing after refresh by @lucaseduoli in #1954
- Minor documentation update by @msmygit in #1948
- Add support for Couchbase vector store by @prajwal-pai77 in #1901
- Feature: Updated Chat History for Astra DB by @erichare in #1895
- Refactor: Make My Collection search input use the same component as Store input by @igorrCarvalho in #1952
- Refactor: Revamp utils Folder Structure by @igorrCarvalho in #1940
- Fix lint and tests by @ogabrielluiz in #1959
- Remove unused local symbols by @chyok in #1946
- Add fallback to environment variables in loading test by @ogabrielluiz in #1961
- Remove Add Folder modal by @anovazzi1 in #1941
New Contributors
- @nicoloboschi made their first contribution in #1932
- @msmygit made their first contribution in #1948
- @prajwal-pai77 made their first contribution in #1901
- @erichare made their first contribution in #1895
- @chyok made their first contribution in #1946
Full Changelog: v1.0.0a36...v1.0.0a37
v1.0.0a36
What's Changed
- fix tweaks problem in curl by @anovazzi1 in #1947
Full Changelog: v1.0.0a35...v1.0.0a36
v1.0.0a35
What's Changed
- refactor parametersComponent, editNodeModal and codeTabsComponent by @Cristhianzl in #1916
- fix tweaks been displayed as an array by @Cristhianzl in #1929
- fix gcp deployment script by @hakeemsyd in #1937
- Feature: Folders, Logs, Records Output and more by @anovazzi1 in #1938
New Contributors
- @hakeemsyd made their first contribution in #1937
Full Changelog: v1.0.0a34...v1.0.0a35
v1.0.0a34
What's Changed
- Fixed Undo bug when adding edge to input with text by @lucaseduoli in #1900
- Refactor: Disable group button when its not possible to group by @igorrCarvalho in #1878
- Changes default location for the database and adds the option to use the previous behavior by @ogabrielluiz in #1907
- Upgrade Python base image to 3.12 and add gcc as dependency by @ogabrielluiz in #1908
- feat: Add get_final_results_only parameter to build_records_from_result_data method by @ogabrielluiz in #1912
- [Docs] - Global environment variables by @mendonk in #1885
- [Docs] - Playground by @mendonk in #1891
- Fix visited set bug in Graph class and refactor GenericNode component by @ogabrielluiz in #1917
- Fix fallback to environment variables in loading.py by @ogabrielluiz in #1921
- "Fix allowExport prop in CodeTabsComponent and ApiModal" by @anovazzi1 in #1918
- Fix AWS deployment by @mattbajorek in #1893
- Format code and update langflow version by @ogabrielluiz in #1922
New Contributors
- @mattbajorek made their first contribution in #1893
Full Changelog: v1.0.0a33...v1.0.0a34
v1.0.0a33
What's Changed
- Fix duplicate group bug by @anovazzi1 in #1859
- add export flow on API modal and fix .env bug by @anovazzi1 in #1896
Full Changelog: v1.0.0a32...v1.0.0a33
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