atproto utils for zig zat.dev
atproto sdk zig

release: v0.2.12

+5 -1
+4
CHANGELOG.md
··· 1 1 # changelog 2 2 3 + ## 0.2.12 4 + 5 + - **feat**: configurable `keep_alive` on `HttpTransport` and `DidResolver.initWithOptions` — allows disabling HTTP connection reuse for memory leak investigation 6 + 3 7 ## 0.2.11 4 8 5 9 - **fix**: enable TCP keepalive on websocket connections — detect dead peers in ~20s instead of blocking forever
+1 -1
build.zig.zon
··· 1 1 .{ 2 2 .name = .zat, 3 - .version = "0.2.11", 3 + .version = "0.2.12", 4 4 .fingerprint = 0x8da9db57ee82fbe4, 5 5 .minimum_zig_version = "0.15.0", 6 6 .dependencies = .{