Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
httpd: Release 0.25.0
Rūdolfs Ošiņš committed 7 days ago
commit 5a3337de88f8e80edf8606818665444c40ae38f3
parent fc648a6
3 files changed +7 -2
modified radicle-httpd/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

+
## 0.25.0
+

+
- **Canonical and peer refs in repo API**: The repo endpoint now exposes canonical refs and per-peer refs, letting clients discover branches and tags resolved by delegate quorum as well as those from individual nodes
+
- **Job COBs endpoint**: New `/repos/{rid}/jobs/{sha}` endpoint serves job collaborative objects, enabling clients to query CI/CD job state
+

## 0.24.0

- **Windows support**: The HTTP daemon now runs on Windows with platform-specific adaptations
modified radicle-httpd/Cargo.lock
@@ -2317,7 +2317,7 @@ dependencies = [

[[package]]
name = "radicle-httpd"
-
version = "0.24.0"
+
version = "0.25.0"
dependencies = [
 "anyhow",
 "axum",
modified radicle-httpd/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-httpd"
description = "Radicle HTTP daemon"
homepage = "https://radicle.dev"
license = "MIT OR Apache-2.0"
-
version = "0.24.0"
+
version = "0.25.0"
authors = ["cloudhead <cloudhead@radicle.xyz>", "sebastinez <me@sebastinez.dev>"]
edition = "2021"
default-run = "radicle-httpd"