Skip to content

Releases: coze-dev/coze-loop

v1.3.0

12 Sep 10:23
Compare
Choose a tag to compare

Image Version

cozedev/coze-loop:1.2.0

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

28 Aug 11:44
Compare
Choose a tag to compare

Image Version

cozedev/coze-loop:1.1.0

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
  • [feat][all] Release v1.1.0 by @lsy357 in #104
  • [feat][backend]: upgrade go version in readme by @kidkidkid in #106
  • fix(deps): patch security vulnerability by @wsx864321 in #66
  • [fix][infra] debug docker.io image by @lsy357 in #113
  • [fix][backend]: fix k8s conf & readme by @kidkidkid in #123
  • [feat][backend] feature 1.1.0 by @lsy357 in #129
  • feat(prompt): backend support jinja2
  • feat(data): backend support tag
  • feat(evaluation): backend support manual annotation
  • feat(evaluation): backend support expt optional target/evaluators
  • feat(evaluation): backend support expt prompt runtimeparam
  • feat(observability): support trace with opentelemetry collector
  • feat(observability): backend support trace exporting

New Contributors

Full Changelog: v1.0.0...v1.2.0

v1.1.0

14 Aug 13:09
3ea0c2b
Compare
Choose a tag to compare

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

v1.0.0

01 Aug 09:22
02b4b72
Compare
Choose a tag to compare

What's Changed

  • Feat/ci check by @mocayo in #1
  • go lint err fix by @kasarolzzw in #2
  • chore(.github): add ISSUE_TEMPLATE && PR_TEMPLATE by @lsy357 in #3
  • fix(docs): restructure README with wiki and GoSanitized func statement by @lsy357 in #4
  • fix(openapi): use apis cozeloop-sdk pat-verify mw by @lsy357 in #5
  • [ci] [workflow] add semantic pr title check by @mocayo in #6
  • [feat] [frontend] add new i18n runtime and trim the i18n language data by @mocayo in #7
  • feat(backend): backend i18n support by @lsy357 in #8
  • fix(backend): evaluator i18n and prompt parser by @lsy357 in #9
  • feat(frontend): welcome tip and user agreement link by @mocayo in #10
  • feat(doc): revise readme by @kidkidkid in #11
  • feat(frontend): copyright by @mocayo in #12
  • chore(workflow): pr template documentation check by @lsy357 in #13
  • [feat] [frontend] add i18n support by @mocayo in #14
  • [chore] [all] license header by @mocayo in #15
  • [chore] [all] comment text by @mocayo in #17
  • [docs] [backend] fix incorrect repository URL in Chinese README by @yybht155 in #20
  • [fix] [backend] rename cozeloop to coze-loop by @lsy357 in #18
  • [docs][backend]: revise readme & add discord and telegram by @kidkidkid in #26
  • [ci] [workflow] frontend ci with changed-files action by @mocayo in #28
  • [refactor] [workflow] use yaml instead of md with issue template by @lsy357 in #36
  • [docs][readme] add links to Eino and CloudWeGo by @WillemJiang in #46
  • [ci] [workflow] pr and issue sync target by @mocayo in #53
  • [feat] [foundation] add UserRegisterController by @lsy357 in #49
  • [chore] [backend] update go.mod by @ronething in #19

New Contributors

Full Changelog: https://github.com/coze-dev/coze-loop/commits/v1.0.0