Breaking Changes
- Express 5.x upgrade — review middleware compatibility and error handling changes
- axios → Node.js fetch — update any direct axios imports or interceptor logic; verify request/response handling
Security
- CVE-2025-29036: Fixed Host-header injection in password reset & email verification
- Replaced MD5 with SHA256 for Gravatar generation
- Added Multer upload s...