New Features and Improvements
-
IMPORTANT - Security Vulnerability Fix: A security issue identified in earlier versions has been resolved. It is strongly recommended that all users update to this version as soon as possible to avoid any security issues.
-
Model Evaluation: A new feature that allows users to evaluate and compare the performance of various AI models. You can create new model evaluation in Console - Resource Management. Currently supported evaluations: opencompass and llm evaluation harness.
For self-hosted Kubernetes users: If you need model evaluation, you will need to install Argo Workflow manually. More reference can be found here: Deploy Argo Workflow.
-
New Admin UI Layout: The admin interface has been redesigned for improved usability and a more intuitive experience.
-
Standardizing Component Styles Uniformly: We’ve updated the design to ensure a consistent and cohesive look across all components.
-
Optimize Page Responsive Width: Pages now adjust better to different screen sizes, ensuring a smoother experience on mobile and desktop.
-
Prompt Library: You can now create and manage prompts for reuse in OpenCSG. You can find this feature under Zone - Prompting.
What's Changed
- Add Store/Component interface by @Yiling-J in #185
- add testcontainers by @Yiling-J in #187
- fix lint errors by @Yiling-J in #189
- unit test for user store by @Rader in #188
- unit test for tag store by @Rader in #186
- Fix failed tests and add more tests by @Yiling-J in #191
- [UT] add runtime framework/arch and userlike UT code by @SeanHH86 in #192
- change image generation policy by @wayneliu0019 in #190
- [Deploy] fix deploy update with wrong image by @SeanHH86 in #194
- Add missing database tests by @Yiling-J in #193
- Refactor and Add Component Tests by @Yiling-J in #195
- Support model evaluation by @ganisback in #197
- Add pull request template by @Yiling-J in #198
- Rename wire_gen file and add makefile by @Yiling-J in #199
- Bump github.com/argoproj/argo-workflows/v3 from 3.5.12 to 3.5.13 by @dependabot in #200
- auth error code and some unit tests by @Rader in #201
- allow admin to read private repos by @Rader in #203
- Admin access repo permission update by @zhendi in #204
- Update repo component tests by @Yiling-J in #205
- Fix repository permission check bug by @pulltheflower in #207
- Move crontab job to temporal workflow by @pulltheflower in #202
- Bump golang.org/x/crypto from 0.27.0 to 0.31.0 by @dependabot in #209
New Contributors
Full Changelog: v1.1.0...v1.2.0