Skip to content

v0.2.1

Choose a tag to compare

@hi-pender hi-pender released this 31 Jul 06:12
· 260 commits to main since this release
91d6cdb

Docker Image Updates

  • ​New stable image: opencoze/opencoze:0.3.7 (code version v0.2.1)
  • When upgrading, run containers with --pull always to ensure latest updates:
docker compose -f docker-compose.yml up --pull always -d
  • Compose service renaming​ requires cleanup for existing coze-* containers

docker/docker-compose.yml

+  name: coze-studio
x-env-file: &env_file
  • Remove existing .env file, create fresh copy from .env.example.

Because of the host of service like mysql, redis has changed from localhost to container_name. for example mysql's host changed from localhost to coze-mysql

Optimizations and Fixes (Partial List)

  • Removed redundant data initialization images​
  • ​Disabled HTTPS enforcement for Plugins​
  • Enhanced failure status details for Knowledge asynchronous processing​
  • wrong timestamp unit for openapi
  • simplify model yaml

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1