| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| discrawl_0.13.4_windows_arm64.zip | 2026-09-05 | 7.0 MB | |
| discrawl_0.13.4_windows_amd64.zip | 2026-09-05 | 7.8 MB | |
| discrawl_0.13.4_linux_arm64.tar.gz | 2026-09-05 | 7.1 MB | |
| discrawl_0.13.4_linux_amd64.tar.gz | 2026-09-05 | 7.7 MB | |
| discrawl_0.13.4_darwin_arm64.tar.gz | 2026-09-05 | 7.2 MB | |
| checksums.txt | 2026-09-05 | 864 Bytes | |
| discrawl_0.13.4_darwin_amd64.tar.gz | 2026-09-05 | 7.8 MB | |
| SIGNING-MANIFEST.json | 2026-09-05 | 1.2 kB | |
| ASSET-INVENTORY.json | 2026-09-05 | 1.7 kB | |
| RELEASE-NOTES.md | 2026-09-05 | 1.6 kB | |
| README.md | 2026-09-05 | 1.6 kB | |
| v0.13.4 source code.tar.gz | 2026-09-05 | 792.2 kB | |
| v0.13.4 source code.zip | 2026-09-05 | 915.1 kB | |
| Totals: 13 Items | 46.3 MB | 0 | |
0.13.4 - 2026-09-05
Highlights: Recover missing channel history and cached messages, and keep routine sync discovering new channels and archived threads.
- Verify supposedly complete channels with no stored messages, recover their full history, and preserve retryability across bounded cancellation cleanup or process interruption. Thanks @rnavarro.
- Recover unresolved Desktop cache entries across upgrades and input modes without overwriting newer edits, duplicating events, or rescanning completed full-cache files. Thanks @Nicolas0315.
- Discover newly archived threads during incremental sync with per-endpoint cursors and resume incomplete thread histories without rescanning the full archive. Thanks @obviyus.
- Bootstrap newly discovered channels with one newest message page during routine latest-only sync, preserving a backfill cursor for later full-history recovery. Thanks @obviyus.
- Keep Wiretap dry runs from creating archives or runtime directories; optional coverage reads an existing archive without migrations.
- Stop guild and archived-thread pagination with a cursor error when Discord repeats a page instead of hanging sync. Thanks @SebTardif.
- Reject repeated or missing message-page cursors without losing the last usable backfill checkpoint. Thanks @SebTardif.
- Bound release-check HTTP requests to 30 seconds with Crawlkit v0.14.8 so an unresponsive server cannot hang update checks indefinitely.
- Require Go 1.27.0 and prefer Go 1.27.1 for builds; refresh SQLite to v1.58.0, crypto and terminal dependencies, and container, analyzer, security-scan, and docs-build tooling.