atproto utils for zig
0
fork

Configure Feed

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

bump websocket.zig to 104608b (Client.isClosed accessor)

exposes the _closed atomic flag so callers can check connection
liveness before attempting writes. used by zlay's pingLoop to
prevent use-after-free on connection teardown.

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

+3 -3
+3 -3
build.zig.zon
··· 1 1 .{ 2 2 .name = .zat, 3 - .version = "0.3.0-alpha.10", 3 + .version = "0.3.0-alpha.11", 4 4 .fingerprint = 0x8da9db57ee82fbe4, 5 5 .minimum_zig_version = "0.16.0", 6 6 .dependencies = .{ 7 7 .websocket = .{ 8 - .url = "https://github.com/zzstoatzz/websocket.zig/archive/4222f98.tar.gz", 9 - .hash = "websocket-0.1.0-ZPISdQTUAwDJt7jFEbYJhdqRBztn8mHIFh-dNK5dOlxL", 8 + .url = "https://github.com/zzstoatzz/websocket.zig/archive/104608b.tar.gz", 9 + .hash = "websocket-0.1.0-ZPISdXjUAwC3rN7rT5NMG8HQJRug1NOboVWeX09SvSGv", 10 10 }, 11 11 .@"atproto-interop-tests" = .{ 12 12 .url = "https://github.com/bluesky-social/atproto-interop-tests/archive/35bb5638ab1e5ce71fb88a0c95953fc557ef1925.tar.gz",