docs: update for v1.4.0 features

- Add anti-flood, rate limiting, scheduled cleanup to feature lists
- Update version to 1.4.0, test count to 205
- Document /pastes endpoint with query parameters
- Add anti-flood fields to /challenge response
- Update CLI docs with new commands (list, search, export)
- Add decision log entries for recent features
This commit is contained in:
Username
2025-12-20 21:36:09 +01:00
parent 98bc656c87
commit b47c26dd14
6 changed files with 129 additions and 12 deletions

View File

@@ -119,7 +119,7 @@ A self-hosted pastebin API that:
## Current Status
**Version:** 1.2.0
**Version:** 1.4.0
```
┌─────────────────────────────────┬────────────────────────────────────────────┐
@@ -134,6 +134,8 @@ A self-hosted pastebin API that:
│ Paste expiry │ Complete
│ Content-hash deduplication │ Complete
│ Proof-of-work │ Complete
│ Anti-flood (dynamic PoW) │ Complete
│ IP-based rate limiting │ Complete
│ URL prefix support │ Complete
│ /client endpoint │ Complete
│ E2E encryption (CLI) │ Complete
@@ -145,6 +147,8 @@ A self-hosted pastebin API that:
│ Container deployment │ Complete
│ Security tooling │ Complete
│ CI/CD pipeline │ Complete
Test suite │ 147 tests passing
Scheduled cleanup │ Complete
│ CLI paste listing/search │ Complete
│ Test suite │ 205 tests passing
└─────────────────────────────────┴────────────────────────────────────────────┘
```