Skip to content

v0.6.6

Compare
Choose a tag to compare
@takatost takatost released this 02 May 08:08
· 123 commits to main since this release
93393e0

✨ What’s New in v0.6.6? ✨

This update primarily focuses on enhancing system stability and improving user experience. Key updates include:

🚀 New Features

  • Tool Firecrawl support by @richards199999 in #3819

    This new tool provides capabilities akin to JinaReader, allowing you to efficiently scrape web content and convert it to Markdown format.

  • Bedrock Llama3 support by @longzhihun in #3890

  • Minimax abab6.5, abab6.5s support by @Weaxs in #4012

  • VectorDB PGVecto_rs support and SQLAlchemy upgrade to 2.x by @JohnJyong in #3833

  • Storage gcs support by @miendinh in #3887

  • Added support for HTTP Request Timeout Settings in the HTTP request node by @majian159 in #3854

    With the new connection, read, and write timeout settings, you can control your HTTP requests with precision.

⚙️ Enhancements

  • Added support for Traditional Chinese language by @yongjer in #3899

  • Workflow remove preview mode by @zxhlyh in #3941

    During preview, users can modify workflow graph configurations to enhance the user experience.”

  • Qdrant gRPC mode support by @leslie2046 in #3929

  • Refactor storage using the factory pattern by @JohnJyong in #3922

  • Update sandbox service image tag to a specific version to avoid any issues with delayed image updates by @Yeuoly in #3997

  • Text stream support for workflow app when using LLM node text as End node output by @takatost in #3798

    If the END node in the workflow app contains the LLM text variable, it can support streaming output in typewriter form.

  • CODE transform node editor support insert var by add slash or left brace by @iamjoel in #3946

  • Added class_name output variable for question classifier node by @sinomoe in #4000

🛠️ Bug Fixes

  • fix: tool webscraper - too many redirects in case target url does not support HEAD method and redirect infinite to the same error link by @miendinh in #3831
  • fix: fetch page name of notion wiki by @badbye in #3847
  • fix: together ai model setting by @JohnJyong in #3895
  • feat: replicate model provider supports default version by @GarfieldDai in #3884

For additional enhancements and updates, refer to the What's Changed section below.

Update Guide

Docker compose deployments:

  1. Get the latest code from the main branch:

    git checkout main
    git pull origin main
  2. Go to the next step and update to the latest image:

    cd docker
    docker compose up -d

Source Code deployments:

  1. Stop API server, Worker and Web frontend Server.

  2. Get the latest code from the main branch:

    git checkout main
    git pull origin main
  3. Update Python dependencies:

    cd api
    pip install -r requirements.txt
  4. Then, let's run the migration script:

    flask db upgrade
  5. Finally, run API server, Worker and Web frontend Server again.

What's Changed

New Contributors

Full Changelog: 0.6.5...0.6.6