feat: implement protocol v2 for plugin system and add comprehensive tracing support
Release / check-release (push) Successful in 16s
Release / build (push) Skipped
Release / package (deb) (push) Skipped
Release / package (rpm) (push) Skipped
Release / publish (push) Skipped
CI / test (push) Successful in 1m58s

This commit is contained in:
Elias Wendland
2026-07-17 17:46:14 +02:00
parent 590c616d6f
commit f07f54d4c1
12 changed files with 983 additions and 143 deletions
+2 -1
View File
@@ -22,7 +22,7 @@ license = "GPL-3.0-only"
repository = "https://git.ewenlau.net/ewenlau/convertis"
[workspace.dependencies]
convertis-plugin-api = { path = "crates/convertis-plugin-api", version = "=0.3.0" }
convertis-plugin-api = { path = "crates/convertis-plugin-api", version = "=0.3.0-dev" }
base64 = "0.22"
image = "0.25.10"
serde = { version = "1", features = ["derive"] }
@@ -55,6 +55,7 @@ gif = "0.14"
libloading = "0.8"
serde.workspace = true
serde_json.workspace = true
semver = "1"
tempfile.workspace = true
tracing = "0.1.44"
tracing-subscriber = "0.3.23"