atproto utils for zig zat.dev
atproto sdk zig
26
fork

Configure Feed

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

release: v0.2.17

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

+8 -1
+7
CHANGELOG.md
··· 1 1 # changelog 2 2 3 + ## 0.2.17 4 + 5 + - **feat**: `Keypair.jwk()`, `Keypair.jwkThumbprint()`, `Keypair.uncompressedPublicKey()` — JWK export and RFC 7638 thumbprints for both P-256 and secp256k1 6 + - **feat**: `oauth` module — stateless PKCE, DPoP proofs, client assertions, form encoding, and related helpers for AT Protocol OAuth 2.0 flows 7 + - **feat**: `jwt.base64UrlEncode`, `jwt.base64UrlDecode` now public 8 + - **test**: interop tests for did:key derivation and data model fixtures 9 + 3 10 ## 0.2.16 4 11 5 12 - **fix**: bump websocket.zig to `395d0f4` — reads full HTTP body on TCP split writes (fixes empty body when headers and body arrive in separate TCP segments)
+1 -1
build.zig.zon
··· 1 1 .{ 2 2 .name = .zat, 3 - .version = "0.2.16", 3 + .version = "0.2.17", 4 4 .fingerprint = 0x8da9db57ee82fbe4, 5 5 .minimum_zig_version = "0.15.0", 6 6 .dependencies = .{