Releases: coze-dev/coze-loop
Releases · coze-dev/coze-loop
v1.3.0
Image Version
cozedev/coze-loop:1.2.0
What's Changed
- [feat][all] Release v1.2.0 by @lsy357 in #132
- [fix][infra] minio port by @lsy357 in #134
- [feat][prompt] support multipart variable such as image with prompt by @ming845378603 in #143
- [feat][prompt] support associating labels with prompt version by @kasarolzzw in #137
- suport veadk by @dsf86 in #139
- [feat][backend]: add pe call type by @kidkidkid in #146
- [feat][backend] observability openapi upgrade by @cuichen01 in #149
- [fix] [frontend] upgrade pkg-root-plugin, and add
rush update-api
by @mocayo in #154 - [feat][prompt] prompt as a service (ptaas) by @kasarolzzw in #147
- [fix][infra] dev/debug docker frontend build by @lsy357 in #169
- [fix][prompt] fix ptaas trace by @kasarolzzw in #171
- [feat][backend] trace openapi upgrade by @cuichen01 in #161
- [feat] [frontend] prompt, evaluation, trace and tag by @mocayo in #177
New Contributors
- @ming845378603 made their first contribution in #143
- @dsf86 made their first contribution in #139
- @cuichen01 made their first contribution in #149
Full Changelog: v1.2.0...v1.3.0
v1.2.0
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
- @watwatpropro made their first contribution in #99
- @wsx864321 made their first contribution in #66
Full Changelog: v1.0.0...v1.2.0
v1.1.0
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
andarm64
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
- @watwatpropro made their first contribution in #99
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
- @mocayo made their first contribution in #1
- @kasarolzzw made their first contribution in #2
- @lsy357 made their first contribution in #3
- @kidkidkid made their first contribution in #11
- @yybht155 made their first contribution in #20
- @WillemJiang made their first contribution in #46
- @ronething made their first contribution in #19
Full Changelog: https://github.com/coze-dev/coze-loop/commits/v1.0.0