forked from username/flaskpaste
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:
@@ -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
|
||||
└─────────────────────────────────┴────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user