atproto utils for zig zat.dev
atproto sdk zig

release: v0.2.7

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

+5 -1
+4
CHANGELOG.md
··· 1 1 # changelog 2 2 3 + ## 0.2.7 4 + 5 + - **feat**: `Value.getUint()` — extract unsigned integers as `?u64` from CBOR maps. `getInt()` truncates values > `i64` max; upstream AT Protocol firehose seq numbers now exceed this limit. 6 + 3 7 ## 0.2.6 4 8 5 9 - **feat**: specialized MST decoder — `decodeMstNode()` parses known MST CBOR schema directly, zero-copy byte slicing, avoids generic `Value` union construction
+1 -1
build.zig.zon
··· 1 1 .{ 2 2 .name = .zat, 3 - .version = "0.2.6", 3 + .version = "0.2.7", 4 4 .fingerprint = 0x8da9db57ee82fbe4, 5 5 .minimum_zig_version = "0.15.0", 6 6 .dependencies = .{