Releases: langflow-ai/langflow
Releases · langflow-ai/langflow
v1.0.2
What's Changed
- Release Langflow 1.0 by @ogabrielluiz in #2303
- Fix documentation build errors by @lucaseduoli in #2309
- Fixed problems that prevents docs to build by @lucaseduoli in #2310
- Added updated page for the 1.0 Release by @lucaseduoli in #2312
- Fix starter projects that were overwritten by merge by @lucaseduoli in #2313
- Fix starter projects and update version by @ogabrielluiz in #2314
- Fix welcome page and outdated warnings on docs by @lucaseduoli in #2317
- chore(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #2315
- Refactor "created_at" column type for consistency and fix cancel middleware (#2316) by @ogabrielluiz in #2320
- Fix Astra Component and Middleware by @ogabrielluiz in #2321
Full Changelog: v1.0.0...v1.0.2
v1.0.1
What's Changed
- Release Langflow 1.0 by @ogabrielluiz in #2303
- Fix documentation build errors by @lucaseduoli in #2309
- Fixed problems that prevents docs to build by @lucaseduoli in #2310
- Update linting workflows to include dev branch in merge_group by @ogabrielluiz in #2311
- Added updated page for the 1.0 Release by @lucaseduoli in #2312
- Fix starter projects that were overwritten by merge by @lucaseduoli in #2313
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Fix unique constraints for id column by @ogabrielluiz in #1584
- Added Google Analytics tags on Docs by @lucaseduoli in #1595
- Update Langflow documentation by @ogabrielluiz in #1618
- Update Langflow documentation and add duplicate-space.png image by @ogabrielluiz in #1619
- Add logger import and fix error handling during upgrade in alembic scripts by @ogabrielluiz in #1650
- Update column types and bump version by @ogabrielluiz in #1653
- Bugfix: make request on auto_login endpoint first when application starts by @Cristhianzl in #1645
- Cz/fix fetch data by @Cristhianzl in #1655
- Feature: The system will prioritize calling the autoLogin endpoint before processing any other requests by @Cristhianzl in #1656
- Fix readme license link by @alexleventer in #1651
- Fix State Service not loading when using load_flow_from_json by @ogabrielluiz in #1661
- Add environment variable initialization and store_environment_variables by @ogabrielluiz in #1654
- Update environment variable settings and dependencies by @ogabrielluiz in #1667
- Update Playwright test and ChatMessage component by @anovazzi1 in #1668
- Fixed dark mode not activating immediatly at refresh by @lucaseduoli in #1666
- Fix nullable attribute for created_at and updated_at fields in Variable model by @ogabrielluiz in #1669
- Update setup_mode to "Sync" in AstraDBVectorStoreComponent by @ogabrielluiz in #1670
- Fix various issues and refactor code by @ogabrielluiz in #1671
- Update datetime handling in ApiKey and Variable models by @ogabrielluiz in #1673
- Update package versions, workflows, LLMChain and Graph sorting by @ogabrielluiz in #1674
- Update langflow base prompts API utils by @ogabrielluiz in #1682
- Update database file path handling and server shutdown message by @ogabrielluiz in #1686
- Update Dockerfiles, main.py, constants.py, and package versions by @ogabrielluiz in #1691
- Check Store API key by @ogabrielluiz in #1693
- Update OpenAIModel.py: new model by @dodeeric in #1689
- Fix migration problem by @ogabrielluiz in #1694
- Update created_at field in api_key/crud.py and api_key/model.py by @ogabrielluiz in #1698
- Update nullable attribute for created_at field in variable table by @ogabrielluiz in #1697
- Refactor process method to align it with endpoint logic by @ogabrielluiz in #1700
- Update API key creation and bump version to 0.6.16 by @ogabrielluiz in #1704
- Add Experimental Agent Component by @ogabrielluiz in #1705
- Fix GCP deploy buttons in GCP docs by @yurikoval in #1702
- Feature/astra retriever by @mieslep in #1741
- Fix API not passing input_value to Chat Input by @ogabrielluiz in #1749
- Fix DB migration erro with Azure PostgreSQL Password with Langflow v0.6.14 by @Alperemrehas in #1711
- 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
- Fix unique constraints for id column and update API key creation by @ogabrielluiz in #1764
- 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
- [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
- Add ExportModal component to ShareModal by @anovazzi1 in #1789
- Fix created_at field type in Variable and ApiKey models by @ogabrielluiz in #1792
- Update Docker image references to langflowai in GitHub workflows and Docker Compose files by @ogabrielluiz in #1793
- Fix bugs and make improvements by @ogabrielluiz in #1794
- 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
- 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
- Fixes Pinecone implementation by @ogabrielluiz...
v1.0.0rc1
What's Changed
- Updated Default Component Formations for Vector Stores by @joaoguilhermeS in #2263
- Refactor prompt validation and code processing in Component and PromptComponent classes by @ogabrielluiz in #2264
- prevent race condition on drop_and_create_table_if_schema_mismatch by @zzzming in #2270
- Add CohereRerank component and update artifact post-processing by @ogabrielluiz in #2266
- Fix - Docs Footer and Header by @lucaseduoli in #2274
- update basic prompt example by @italojohnny in #2275
- Refactor setup.py to remove call to update_new_output function and fix Text type by @ogabrielluiz in #2276
- Adds JS API code example by @ogabrielluiz in #2273
- Bugfix: Flows losing reference of folder when renaming current folder by @Cristhianzl in #2269
- fix icons not displaying by @Cristhianzl in #2281
- refactor: Skip deactivated files in directory_reader.py by @ogabrielluiz in #2284
- Refactor TextInput to MessageTextInput by @ogabrielluiz in #2282
- Removed LaTeX to not cause problems by @lucaseduoli in #2279
- 🔧 (config.yaml): Remove langflow config file as it is no longer needed in the project. by @ogabrielluiz in #2277
- Refactor CustomComponentResponse and GenericNode to handle component type by @ogabrielluiz in #2280
- fix regex validation for url by @italojohnny in #2286
- Update package versions and refactor code by @ogabrielluiz in #2292
- Add TelemetryService and docs by @ogabrielluiz in #2272
- Reduce unnecessary backend calls when renaming folders by @Cristhianzl in #2291
- Update getHealth function to handle connection timeouts by @anovazzi1 in #2265
New Contributors
- @joaoguilhermeS made their first contribution in #2263
Full Changelog: v1.0.0rc0...v1.0.0rc1
v1.0.0rc0
What's Changed
- Fix mypy by @zzzming in #2204
- BUG FIX 2152 by @mmdsnb in #2218
- fix test: test_data_components.test_directory_without_mocks by @nicoloboschi in #2223
- fix: graph could re-run input vertices twice and override the input value by @nicoloboschi in #2219
- ci: skip test run_flow_from_json_object by @nicoloboschi in #2227
- fix: got unexpected 'lock' by @nicoloboschi in #2228
- fix: graph process should raise the actual error when failing by @nicoloboschi in #2225
- fix: do not open browser on backend_only mode by @nicoloboschi in #2220
- fix: "Flow" object has no field "last_tested_version" when loading flows from dir by @nicoloboschi in #2221
- ci pr-checker enforce meaningful pr title and description by @zzzming in #2232
- New Component, Multiple outputs and type refactor by @ogabrielluiz in #2246
- Added Output Types dropdown on nodes by @lucaseduoli in #1902
- Two edges by @Cristhianzl in #2249
- Docs 1.0a changes by @mendonk in #2241
- docker: make images arm64-compatible by @nicoloboschi in #2199
- Add TracingService and integration with Langsmith by @ogabrielluiz in #2247
- Store variables as Kubernetes Secrets by @zzzming in #2231
- Lint and update version by @ogabrielluiz in #2253
- fix: add trace_name parameter to method call by @italojohnny in #2254
- Stop building by @italojohnny in #2240
- Fixes and Tests for VectorStore Default Components by @berrytern in #2248
- [Docs] - Multiple outputs by @mendonk in #2256
- [Docs] - Global and Project Settings by @mendonk in #2257
- fix: upload files error by @ygcedu in #2194
- Update TextModal to use TextEditorArea for text input by @anovazzi1 in #2250
- Remove deprecated vector search components and refactor code by @ogabrielluiz in #2258
- Fix optional import for variable service by @ogabrielluiz in #2261
- Fix optional import and separate Variable services by @ogabrielluiz in #2262
New Contributors
- @mmdsnb made their first contribution in #2218
- @berrytern made their first contribution in #2248
- @ygcedu made their first contribution in #2194
Full Changelog: v1.0.0a60...v1.0.0rc0
v1.0.0a60
What's Changed
- test: add astra integration test by @jordanrfrazier in #2189
- fix docker tags on release process by @nicoloboschi in #2196
- General fixes related to shortcuts icons by @igorrCarvalho in #2179
- fix path to the unit test data folder by @zzzming in #2201
- remove the default logging use loguru by @zzzming in #2198
Full Changelog: v1.0.0a59...v1.0.0a60
v1.0.0a59
What's Changed
- Update dependencies and workflows by @ogabrielluiz in #2185
- Update dependencies and fix docs by @ogabrielluiz in #2186
- Support returning sub flow outputs by @rothnic in #2177
- Update Prettier and add trailing comma by @ogabrielluiz in #2187
- [Docs] - Link to new features from migration page by @mendonk in #2163
- feat: Add cache parameter to RunnableVerticesManager by @ogabrielluiz in #2181
- Minor documentation update and exception message fix to avoid confusion with Google Vertex by @msmygit in #2088
New Contributors
Full Changelog: v1.0.0a58...v1.0.0a59
v1.0.0a58
What's Changed
- Update linting workflows for frontend and Python code by @ogabrielluiz in #2171
- Fix error on React Flow with Auto Login = False by @Cristhianzl in #2164
- Refactor CustomComponent repr_value handling by @ogabrielluiz in #2173
- Sentry integration by @italojohnny in #2172
- Fix: General UI Bugs by @lucaseduoli in #2176
- Refactor: Remove blue border when agGrid input are focused by @igorrCarvalho in #2178
- Refactor endpoints.py to improve code handling and remove caching by @ogabrielluiz in #2180
Full Changelog: v1.0.0a57...v1.0.0a58
v1.0.0a57
What's Changed
- Improve error handling and logging in get_current_user_by_jwt function by @ogabrielluiz in #2165
Full Changelog: v1.0.0a56...v1.0.0a57
v1.0.0a56
What's Changed
- 🐛 (service.py): Fix handling of postgres dialect in database URL to prevent NoSuchModuleError and provide a warning message for users to update the database URL. by @ogabrielluiz in #2161
Full Changelog: v1.0.0a55...v1.0.0a56