Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
httpd: Release 0.24.0
Rūdolfs Ošiņš committed 2 months ago
commit bd3b660b17ef8ef5120fa9808faa201b610af120
parent eaed75b
3 files changed +10 -8
modified radicle-httpd/CHANGELOG.md
@@ -1,10 +1,12 @@
# Changelog

-
## 0.23.0
+
## 0.24.0
+

+
- **Windows support**: The HTTP daemon now runs on Windows with platform-specific adaptations
+
- **Faster API responses**: Improved `/node` endpoint performance
+
- **Git namespace paths**: Direct access to node ref namespaces via `/{rid}.git/{nid}/` remote URLs, simplifying clones and fetches from specific nodes
+
- Updated dependencies and internal improvements

-
This release contains 2 commit(s) by 2 contributor(s).
+
## 0.23.0

-
* `7dfca539` **httpd: Add SIGHUP config reloading** *<rudolfs@osins.org>*
-
  The daemon has learned how to reload the Radicle web configuration when the
-
  daemon receives a SIGHUP signal.
-
* `0fae94fc` **httpd: Remove unused struct** *<mail@defelo.de>*
+
- **Live config reload**: Update configuration without restarting by sending a SIGHUP signal
modified radicle-httpd/Cargo.lock
@@ -2169,7 +2169,7 @@ dependencies = [

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