Skip to content

0.1.5

Latest
Compare
Choose a tag to compare
@wilfredinni wilfredinni released this 02 Nov 21:11
· 4 commits to main since this release

🚀 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 and UserProfileView Tests.
  • Modify the AUTH_HEADER_PREFIX from Token to Bearer.
  • 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 to test_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