| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-21 | 3.3 kB | |
| v1.12.0-ce source code.tar.gz | 2025-10-21 | 9.0 MB | |
| v1.12.0-ce source code.zip | 2025-10-21 | 9.5 MB | |
| Totals: 3 Items | 18.5 MB | 0 | |
New Features
-
Atomic Repository Creation: We've implemented atomic creation of repositories. This enhancement ensures that the $\text{git}$ operation and the database persistence complete as a single, indivisible unit. This prevents interruptions or inconsistencies that could previously occur between the file system operation and the database record, leading to a more robust and reliable system.
-
Automatic Runner Discovery and Cluster Auto-Scaling: The system now supports automatic discovery for remote runners. The $\text{csghub-server}$ will automatically detect and register runner services as they come online or go offline. This functionality enables cluster-level auto-scaling, allowing the platform to dynamically adjust resources based on demand.
-
Streamable Protocol for $\text{mcp}$ Space Execution: We have introduced a streamable protocol to execute $\text{mcp}$ (Model/Compute/Processing) spaces. This new protocol replaces Server-Sent Events ($\text{SSE}$) to deliver better performance and significantly improve compatibility with reverse proxies.
Enhancement
- Tracing: enhance request handler with robust tracing, logging, and retry
- MultiSync: allow filter local only repositories
- Bug Fix: invalid var name in header for proxy csghub-dataflow request in k8s ingress
What's Changed
- feat(tags): add hardware and sdk tags support by @youngbeom-shin in https://github.com/OpenCSGs/csghub/pull/1340
- fix-repo-refresh-change-branch-error by @ice201508 in https://github.com/OpenCSGs/csghub/pull/1350
- feat(models): enhance model settings UI and logic by @youngbeom-shin in https://github.com/OpenCSGs/csghub/pull/1349
- feat(locales): update English and Chinese codes by @youngbeom-shin in https://github.com/OpenCSGs/csghub/pull/1356
- feat(settings): enhance settings UI by @youngbeom-shin in https://github.com/OpenCSGs/csghub/pull/1353
- Csghub wl jlp by @z275748353 in https://github.com/OpenCSGs/csghub/pull/1352
- Main fix evaluations get dataset error by @ice201508 in https://github.com/OpenCSGs/csghub/pull/1344
- feat(profile): add quick navigation tabs by @youngbeom-shin in https://github.com/OpenCSGs/csghub/pull/1359
- feat(user_settings): enhance profile edit functionality by @youngbeom-shin in https://github.com/OpenCSGs/csghub/pull/1346
- feat(blob): add delete option for files by @ymh6315431 in https://github.com/OpenCSGs/csghub/pull/1391
- fix-organizations-pagenum-update by @ice201508 in https://github.com/OpenCSGs/csghub/pull/1392
- Main fix save searchform params persist by @ice201508 in https://github.com/OpenCSGs/csghub/pull/1394
- fix-finetune-space-resources-display-error by @ice201508 in https://github.com/OpenCSGs/csghub/pull/1397
- Csghub space settings page approve update tags by @ice201508 in https://github.com/OpenCSGs/csghub/pull/1396
- feat(organization): add new creation options by @youngbeom-shin in https://github.com/OpenCSGs/csghub/pull/1398
- feat(style): add text-autospace property by @youngbeom-shin in https://github.com/OpenCSGs/csghub/pull/1399
- fix-comandline-url by @ice201508 in https://github.com/OpenCSGs/csghub/pull/1400
Full Changelog: https://github.com/OpenCSGs/csghub/compare/v1.11.0-ce...v1.12.0-ce