Skip to content

v1.1.0

Compare
Choose a tag to compare
@lsy357 lsy357 released this 14 Aug 13:09
· 8 commits to main since this release
3ea0c2b

Release Docker Image

  • New stable image: cozedev/coze-loop:1.0.0 (code version v1.1.0)
  • Run the following commands to quickly deploy the open-source version of Coze Loop using Docker Compose.
    # Start the service (default: development mode)
    # Run in the coze-loop/ directory
    make compose-up 
  • You can also build image and run locally using the following commands
    # Start the service (default: development mode)
    # Run in the coze-loop/ directory
    make compose-up-dev

Optimizations and Fixes (Partial List)

  • Release Docker image supporting both amd64 and arm64 architectures, and support quick local deployment based on image.
  • Support K8S deployment.
  • To facilitate easier feature expansion and ensure dependency security, upgrade the Go version to 1.24.
  • When the experiment item execution encounters an exception, it times out and transition the status.
  • Fix the issue where retries may be ineffective after an experiment failure.
  • Move the model configuration file example directory into the conf folder.

What's Changed

  • [chore] [frontend] upgrade dep for security by @mocayo in #74
  • [feat] [workflow] add other issue_template by @lsy357 in #77
  • [feat][model]: change example location by @kidkidkid in #85
  • [fix] [frontend] i18n options and redundant usage by @mocayo in #93
  • [docs][model] refactor readme by @kidkidkid in #92
  • [fix] [workflow]: add permissions on the workflow files by @WillemJiang in #96
  • [fix][foundation] Gorm Generate for foundation by @watwatpropro in #99
  • [fix][foundation]: authRes slice contain a nil item by @watwatpropro in #100
  • [fix][workflow] action trigger with release branch by @lsy357 in #103
  • [feat][all] feature v1.1.0 by @lsy357 in #101

New Contributors

Full Changelog: v1.0.0...v1.1.0