Skip to content

v0.6.7

Compare
Choose a tag to compare
@takatost takatost released this 09 May 06:00
· 177 commits to main since this release
64c3bc0

✨ What’s New in v0.6.7? ✨

The latest update, v0.6.7, continues to refine and expand our features with an emphasis on integrations and accessibility. Key updates include:

🚀 New Features

⚙️ Enhancements

  • Integration of OpenAI usage in streaming response by @Yeuoly in #4140

  • New HTTP node settings allow for increased maximum size environments by @Yeuoly in #4137

  • Improved Japanese translations make our platform more accessible to Japanese speakers by @Fyphen1223 in #4119.

  • Support for time formats in code sandbox by @Yeuoly in #4138

  • Update to model_provider jina to support custom URLs and models by @VoidIsVoid in #4110

  • Added BaseURL configuration for the Cohere model by @huangbaichao in #4152

  • Improved testing of the CodeExecutor with code templates and extracted CodeLanguage enum for better development practices by @bowenliang123 in #4098

🛠️ Bug Fixes

  • Fixed the HTTP node timeout and URL checks in workflows to ensure smoother operations and reliability by @zxhlyh in #4175.

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.6...0.6.7