1# changelog
2
3## 0.1.2
4
5- `extractAt` now logs diagnostic info on parse failures (enable with `.zat` debug scope)
6
7## 0.1.1
8
9- xrpc client sets `Content-Type: application/json` for POST requests
10- docs published as `site.standard.document` records on tag releases
11
12## 0.1.0
13
14sync types for firehose consumption:
15
16- `CommitAction` - `.create`, `.update`, `.delete`
17- `EventKind` - `.commit`, `.sync`, `.identity`, `.account`, `.info`
18- `AccountStatus` - `.takendown`, `.suspended`, `.deleted`, `.deactivated`, `.desynchronized`, `.throttled`
19
20these integrate with `std.json` for automatic parsing.
21
22## 0.0.2
23
24- xrpc client with gzip workaround for zig 0.15.x deflate bug
25- jwt parsing and verification
26
27## 0.0.1
28
29- string primitives (Tid, Did, Handle, Nsid, Rkey, AtUri)
30- did/handle resolution
31- json helpers