Commit Graph

4 Commits

Author SHA1 Message Date
Nyk 2c16c2b1bb docs: add 2.0.1 changelog entry 2026-03-13 12:23:32 +07:00
nyk f5551a2c93
docs: refresh README screenshots (#278)
* docs: refresh README screenshots

* docs: prepare v2 release notes
2026-03-11 19:52:34 +07:00
nyk 8cb3a11baa
chore: bump version to 1.3.0 and update changelog/readme for release (#72) 2026-03-02 23:58:49 +07:00
Nyk df06c3a2ad feat: v1.2.0 — validation hardening, unit tests, quality improvements
- Fix task status enum mismatch (blocked → quality_review)
- Add 12 Zod schemas for all unvalidated mutation routes
- Apply validateBody() across 11 API route handlers
- Add readLimiter (120/min) for GET-heavy endpoints
- Extend heavyLimiter to search, backup, cleanup routes
- Add security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy)
- Fill auth test stubs with real assertions (safeCompare, requireRole)
- Add validation, rate-limit, and db-helpers unit test suites (60 tests total)
- Replace as-any casts with typed interfaces (SessionQueryRow, UserQueryRow, CountRow)
- Bump version to 1.2.0, add CHANGELOG.md, update README roadmap
2026-03-02 00:22:59 +07:00