Fast and robust atproto CAR file processing in rust
14
fork

Configure Feed

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

v0.3.1 restore disk driver reset

phil 9d5db998 8fb19e7e

+9 -2
+1 -1
Cargo.lock
··· 1147 1147 1148 1148 [[package]] 1149 1149 name = "repo-stream" 1150 - version = "0.3.0" 1150 + version = "0.3.1" 1151 1151 dependencies = [ 1152 1152 "cid", 1153 1153 "clap",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "repo-stream" 3 - version = "0.3.0" 3 + version = "0.3.1" 4 4 edition = "2024" 5 5 license = "MIT OR Apache-2.0" 6 6 description = "Fast and robust atproto CAR file processing"
+7
changelog.md
··· 1 + # v0.3.1 2 + 3 + _2026-01-15_ 4 + 5 + - bring back the disk driver's `reset` function for disk storage reuse 6 + 7 + 1 8 # v0.3.0 2 9 3 10 _2026-01-15_