🚀 Features
- Extend
LoginView
schema to include error responses in Swagger. - Extend
UserProfileView
schema to include error responses in Swagger. - Extend
CreateUserView
schema to include error responses in Swagger.
🛠️ Refactors
- Refactor
LoginView
andUserProfileView
Tests. - Modify the
AUTH_HEADER_PREFIX
fromToken
toBearer
. - Update PostgreSQL version to 17 in Test workflow.
🐞Fixes
- Fix
CreateUserView
to require the user to be authenticated. - Fix
CreateUserView
tests (see previous fix). - Rename
test_models.py
totest_user_model.py
to avoid errors with VS Code Testing panel. - Remove container name for Redis service to prevent duplicated name error.
Full Changelog: 0.1.4...0.1.5