atproto relay implementation in zig zlay.waow.tech
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump zat to v0.3.0-alpha.10 + websocket to 4222f98

zat alpha.10: pins websocket with httpFallback fix
websocket 4222f98: dispatch non-upgrade HTTP to httpFallback handler,
restoring /_healthz and /_readyz on port 3000

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+4 -4
+4 -4
build.zig.zon
··· 5 5 .minimum_zig_version = "0.16.0", 6 6 .dependencies = .{ 7 7 .zat = .{ 8 - .url = "https://tangled.org/zat.dev/zat/archive/v0.3.0-alpha.9.tar.gz", 9 - .hash = "zat-0.3.0-alpha.7-5PuC7glkBQD-mpet3ahfqhULBFxmbD85iyRix1d2jbno", 8 + .url = "https://tangled.org/zat.dev/zat/archive/v0.3.0-alpha.10.tar.gz", 9 + .hash = "zat-0.3.0-alpha.10-5PuC7nVhBQBinQH3IMZnhsHpL0OJcYhF4p3Wfo7OYAdX", 10 10 }, 11 11 .websocket = .{ 12 - .url = "https://github.com/zzstoatzz/websocket.zig/archive/0261b7d.tar.gz", 13 - .hash = "websocket-0.1.0-ZPISddmnAwDF1Jjj9X9ICO8sAJetd3-rdRUA-vCzYfwF", 12 + .url = "https://github.com/zzstoatzz/websocket.zig/archive/4222f98.tar.gz", 13 + .hash = "websocket-0.1.0-ZPISdQTUAwDJt7jFEbYJhdqRBztn8mHIFh-dNK5dOlxL", 14 14 }, 15 15 .pg = .{ 16 16 .url = "git+https://github.com/zzstoatzz/pg.zig?ref=dev#5ce2355b1d851075523709c7d3068dcdb0224322",