github FlowiseAI/Flowise flowise@1.8.2

latest releases: flowise@2.1.1, flowise-ui@2.1.1, flowise-components@2.1.1...
3 months ago

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

Core

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

Full Changelog: https://github.com/FlowiseAI/Flowise/compare/flowise@1.8.1...flowise@1.8.2

Don't miss a new Flowise release

NewReleases is sending notifications on new releases.