Download Latest Version v1.14.0-ce source code.tar.gz (9.0 MB)
Email in envelope

Get an email when there's a new version of CSGHub

Home / v1.12.0-ce
Name Modified Size InfoDownloads / 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

Full Changelog: https://github.com/OpenCSGs/csghub/compare/v1.11.0-ce...v1.12.0-ce

Source: README.md, updated 2025-10-21