Breaking Changes
- Docker Compose files renamed to
compose.yml(wasdocker-compose.yml) - Frontend SDK now generated on pre-commit instead of custom workflow
- Package manager migrated from npm to Bun
Features
created_atfield added to User and Item models with updated endpoints- Password hashing switched to pwdlib with Argon2; legacy Bcrypt passwords auto-upgraded on login
- Nod...