@here SpiceDB v1.10.0 was just released! Highlig...
# spicedb
j
@here SpiceDB v1.10.0 was just released! Highlights include: - Enabled the ability to safely use Postgres read replicas - Added a webassembly interface for devtools - Fixed namespaces not being garbage collected for Postgres & MySQL datastores - Added health checking and Watch service to HTTP API - Added seamless TLS certificate rotation https://github.com/authzed/spicedb/releases/tag/v1.10.0
y
re: read replicas, is that something that's handled transparently by spicedb, or does it involve configuration? is there documentation somewhere?
j
All we did was relax the isolation level so that you can use them -- there isn't explicit support, but we do have folks using it.
Hard to summarize that in few words for the release notes, haha
y
ah got it. so there's still the same potential concern of a race condition between postgres replication and using a zedtoken that a replica doesn't know about?
yeah makes sense
(understanding that that failure mode is vv unlikely and also transient)
j
Correct, we could change the behavior to wait if the zedtoken is for the future. IIRC Zanzibar at Google does this
y
cool, no worries for now. i just wanted to make sure i understood the change.
j
Yep!
2 Views