| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| discrawl_0.15.0_windows_arm64.zip | 2026-09-12 | 7.2 MB | |
| discrawl_0.15.0_windows_amd64.zip | 2026-09-12 | 7.9 MB | |
| discrawl_0.15.0_linux_arm64.tar.gz | 2026-09-12 | 7.2 MB | |
| discrawl_0.15.0_linux_amd64.tar.gz | 2026-09-12 | 7.9 MB | |
| discrawl_0.15.0_darwin_arm64.tar.gz | 2026-09-12 | 7.3 MB | |
| checksums.txt | 2026-09-12 | 864 Bytes | |
| discrawl_0.15.0_darwin_amd64.tar.gz | 2026-09-12 | 8.0 MB | |
| SIGNING-MANIFEST.json | 2026-09-12 | 1.2 kB | |
| ASSET-INVENTORY.json | 2026-09-12 | 1.7 kB | |
| RELEASE-NOTES.md | 2026-09-12 | 1.9 kB | |
| README.md | 2026-09-11 | 1.9 kB | |
| v0.15.0 source code.tar.gz | 2026-09-11 | 917.1 kB | |
| v0.15.0 source code.zip | 2026-09-11 | 1.1 MB | |
| Totals: 13 Items | 47.6 MB | 0 | |
0.15.0 - 2026-09-11
Highlights: Keep embeddings current during continuous capture, recover restart gaps on demand, and inspect live archive freshness.
- Add opt-in
tail --embed-liveto keep embeddings current during Discord capture, with coordinated queue ownership, provider batch and timeout settings, and background-worker health in status output. Thanks @hannesrudolph. - Add opt-in
tail --repair-on-startto recover restart gaps immediately after Gateway connection, using the existing serialized repair and writer ownership. Thanks @hannesrudolph. - Exclude nested channels and threads beneath excluded categories during catalog discovery and live capture. Thanks @hannesrudolph.
- Include the last captured Gateway event time as optional
last_tail_event_atin localstatus --json, separately from the last completed sync. Thanks @hannesrudolph. - Speed per-channel changed-message queries with an additive update-cursor index; document synchronous first-writable-open costs and backup-first evaluation before broader rollout. Thanks @hannesrudolph and @vincentkoc.
- Allow explicit OS keyring credentials for embeddings, with safe initialization retries during capture and unchanged environment-based defaults. Thanks @hannesrudolph.
- Generate deterministic, aggregate-only Discord field notes alongside daily published activity reports, with paired Markdown/JSON artifacts, separate markers preserving legacy narrative notes, explicit timestamp and coverage limits, and filtered-publication cleanup. Thanks @vincentkoc.
- Use CrawlKit v0.16.1 to bound live-embedding shutdown when cancellation interrupts retry or completion persistence and cleanup storage is unavailable. Thanks @hannesrudolph.
- Refresh terminal-width, Go system, text and cryptography dependencies, Go analysis tools, and CodeQL while retaining the existing Go minimum and SQLite runtime pairing.