chore: alkcall 0.3 -> 0.4.0 (registry input_schema enforcement)
alkcall 0.4.0 now enforces OperationSpec.input_schema at dispatch (INVALID_INPUT). All 438+16 tests pass; the gateway path is unaffected because alkhttp's imported ops validate through their own CompiledInputSchema closure, which composes with the new registry check (registry = raw JSON Schema semantics, adapter = closed by default).
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ h2 = ["server", "dep:hyper", "hyper-util/http2", "hyper/http2"]
|
||||
http1 = ["server", "dep:hyper", "hyper-util/http1", "hyper/http1"]
|
||||
|
||||
[dependencies]
|
||||
alkcall = { version = "0.3", features = ["gateway"] }
|
||||
alkcall = { version = "0.4", features = ["gateway"] }
|
||||
arc-swap = { version = "1", optional = true }
|
||||
axum = { version = "0.8", optional = true, features = ["ws"] }
|
||||
bytes = "1"
|
||||
|
||||
Reference in New Issue
Block a user