What's Changed
✨ New Features
🐛 Bug Fixes
- fix(issue-template): adjust bug-template python version by @carlosrcoelho in #2812
- fix: add favicon to langflow's frontend project by @Cristhianzl in #2836
- fix: ensure monitor duckdb cache dir exists by @zzzming in #2842
- fix: vertexai authentication via service account by @nicoloboschi in #2863
- fix: bug where the pinecone component was inserting embeddings three times instead of once. by @pavan555 in #2826
- fix: add support for upload flows to a folder by @Cristhianzl in #2844
- fix: save store API key in database after encryption by @ogabrielluiz in #2866
- fix: assign frozen flag from group to node correctly by @ogabrielluiz in #2867
- fix: change logical operator in Graph class improving API usage by @anovazzi1 in #2838
- fix: Remove removeGlobalVariableFromComponents call on flow export by @anovazzi1 in #2832
- fix(cache): change base class of RedisCache from CacheService to AsyncBaseCacheService by @ogabrielluiz in #2871
- fix: add correct id to vertices_being_run and change condition to end traces by @ogabrielluiz in #2872
- ref: refactors the agents around and fixes a few bugs by @jordanrfrazier in #2847
- fix: add checkout action to integration test workflow by @jordanrfrazier in #2869
🛠 Maintenance Tasks
- refactor: update template api, handleonnewvalue and handlenodeclass hooks by @lucaseduoli in #2628
- refactor: disable type-var error code by @ogabrielluiz in #2868
- refactor: Migrate autoLogin control variable to Zustand store by @anovazzi1 in #2843
- refactor: update import statements in run.py by @ogabrielluiz in #2876
- refactor: separate initialization of nodes and edges in test_graph.py by @ogabrielluiz in #2828
✅ Tests
- test: fix general test and CI by @Cristhianzl in #2839
- test: Add New Test for Freeze Path Feature and Improve Existing Tests by @Cristhianzl in #2833
Others
- chore: bump langflow and langflow-base to 1.0.12 and 0.88 by @ogabrielluiz in #2874
- chore: update dependencies and add lock step in py_autofix.yml by @ogabrielluiz in #2875
New Contributors
Full Changelog: v1.0.11...v1.0.12