atproto utils for zig zat.dev
atproto sdk zig

release: v0.2.12

+5 -1
+4
CHANGELOG.md
··· 1 # changelog 2 3 ## 0.2.11 4 5 - **fix**: enable TCP keepalive on websocket connections — detect dead peers in ~20s instead of blocking forever
··· 1 # changelog 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 + 7 ## 0.2.11 8 9 - **fix**: enable TCP keepalive on websocket connections — detect dead peers in ~20s instead of blocking forever
+1 -1
build.zig.zon
··· 1 .{ 2 .name = .zat, 3 - .version = "0.2.11", 4 .fingerprint = 0x8da9db57ee82fbe4, 5 .minimum_zig_version = "0.15.0", 6 .dependencies = .{
··· 1 .{ 2 .name = .zat, 3 + .version = "0.2.12", 4 .fingerprint = 0x8da9db57ee82fbe4, 5 .minimum_zig_version = "0.15.0", 6 .dependencies = .{