Is there some compatibilty to be aware
# spicedb
w
Is there some compatibilty to be aware of between spicedb version and zed version? eg can I use zed v0.18.0 with an old spicedb version 1.13.0?
v
it should theoretically work since SpiceDB APIs are never broken and
zed
is implemented on top of it, but we certainly do not have tests in place to guarantee that
w
noted!
j
the only breaking change was the move of the
--explain
metadata from a trailer to the API itself
so if you use an older zed with a modern SpiceDB, and try
--explain
, it will not be able to show the debug data