feat: v0.3.0 stabilization -- systemd, tests, API docs
- Bump version 0.1.0 -> 0.3.0 - Add systemd service unit (config/s5p.service) and install-service Makefile target - Add CLI argument parsing tests (tests/test_cli.py, 27 tests) - Expand protocol tests with SOCKS5/4/HTTP handshake, error, and auth coverage (tests/test_proto.py, 30 tests) - Add full API reference to docs/USAGE.md with response schemas for all GET/POST endpoints - Update INSTALL.md, CHEATSHEET.md with systemd section - Update ROADMAP.md, TASKS.md for v0.3.0
This commit is contained in:
12
TASKS.md
12
TASKS.md
@@ -67,6 +67,14 @@
|
||||
|
||||
- [x] Gitea CI workflow (lint + test + Harbor image push)
|
||||
|
||||
## v0.3.0 Stabilization
|
||||
- [x] Version bump to 0.3.0
|
||||
- [x] Systemd service unit (`config/s5p.service`, `make install-service`)
|
||||
- [x] CLI argument parsing tests (`tests/test_cli.py`)
|
||||
- [x] Protocol handshake tests (`tests/test_proto.py` -- SOCKS5/4/HTTP)
|
||||
- [x] API reference documentation (`docs/USAGE.md`)
|
||||
|
||||
## Next
|
||||
- [x] Integration tests with mock proxy server
|
||||
- [x] SOCKS5 server-side authentication
|
||||
- [ ] UDP ASSOCIATE support
|
||||
- [ ] BIND support
|
||||
- [ ] Chain randomization
|
||||
|
||||
Reference in New Issue
Block a user