atproto utils for zig zat.dev
atproto sdk zig

docs: changelog for v0.1.8

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

+8
+8
CHANGELOG.md
··· 1 1 # changelog 2 2 3 + ## 0.1.8 4 + 5 + - **fix**: NSID parser rejects TLD starting with digit (e.g. `1.0.0.127.record`) 6 + - **fix**: AT-URI parser validates authority (DID/handle), collection (NSID), and rkey components; rejects `#`, `?`, spaces 7 + - **fix**: reject high-S ECDSA signatures — atproto requires low-S normalization (BIP-62 style) 8 + - `verifySecp256k1` and `verifyP256` are now `pub` 9 + - atproto interop test suite: syntax validation (6 types), crypto signature verification (6 vectors), MST key heights (9 vectors) 10 + 3 11 ## 0.1.7 4 12 5 13 - slim `Cid` struct from 56 to 16 bytes — store only raw bytes, parse version/codec/digest lazily on demand