flowise@1.8.2
HenryHengZJ
released this
11 Jun 21:41
·
307 commits
to main
since this release
Breaking Change for Docker
In v1.8.2
, we updated the Dockerfile
to use manual build steps, and from using command
to entrypoint
. See #2563
There might be error if you are running docker compose
command using old Dockerfile
:
cd Flowise/docker
docker compose down
docker compose up -d
User will need to update their existing repo to get the latest Dockerfile
:
cd Flowise
git pull
cd docker
docker compose down
docker compose up -d
What's Changed
Nodes
- Improve OpenSearchURL credential storing user and password in separate fields from the URL by @danieldabate in #2549
- adding url to source for all web scrapers by @jaredmcqueen in #2537
- Adding Agentflow Template by @toi500 in #2586
- Searxng Tool implementation by @Getty in #2599
- Fireworks ai chat model by @mingxin0607 in #2596
- add Fireworks LLM by @jiabaow in #2597
Core
- Feature - Env variable to disable ChatFlow reuse by @danieldabate in #2559
- feat(ci): enable
pnpm
caching in CI by @SauravMaheshkar in #2530 - Feature/add status check ping by @HenryHengZJ in #2579
- HTML Embed Chat popup configuration updated by @amansoni7477030 in #2583
- Add data source adapter of MariaDB by @supersonictw in #2595
- Improvement - Reduce size of final docker image with multistage build by @danieldabate in #2598
- gh: refactor community files by @SauravMaheshkar in #2572
- Adding pnpm-store to gitignore by @Getty in #2600
Bugfix
- Fix OpenSearch vector store upsert by @danieldabate in #2545
- Bugfix/Disable output prediction from llmchain streaming by @HenryHengZJ in #2543
- Bugfix/Avoid passing runnable assign when worker agent has no input variables by @HenryHengZJ in #2550
- Bugfix/Check for proper thread id and avoid throwing error by @HenryHengZJ in #2551
- Bugfix/supabase upsert ids by @HenryHengZJ in #2561
- adding a document loader returns the correct id by @jaredmcqueen in #2538
- Bugfix/get rid of double quotes when replacing variable value by @HenryHengZJ in #2577
- fix: Change the CMD flowise command in Dockerfile to be the same as in the document by @erasmo-pinheiro in #2563
- Bugfix - JS function "execute" from node crashing the frontend and response is hidden by @danieldabate in #2589
- Bugfix - Add x-forwarded-proto as source for http protocol for base url and add base url field to ChatflowTool by @danieldabate in #2592
- fix totalChars accumulator for undefined pageContent by @jaredmcqueen in #2619
New Contributors
- @jaredmcqueen made their first contribution in #2537
- @SauravMaheshkar made their first contribution in #2530
- @erasmo-pinheiro made their first contribution in #2563
- @amansoni7477030 made their first contribution in #2583
- @toi500 made their first contribution in #2586
- @supersonictw made their first contribution in #2595
- @Getty made their first contribution in #2599
- @mingxin0607 made their first contribution in #2596
Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.8.1...flowise@1.8.2