Skip to content

v0.5.0

Compare
Choose a tag to compare
@madnoberson madnoberson released this 29 Jan 13:26
· 60 commits to main since this release

v0.5.0 (2024-01-29)

Added

  • User now can list his Ratings

Changed

  • [Breaking change] Rating now has release date attribute
  • Now Rate movie endpoint returns Rating id

Fixed

  • Bug when UnrateMovie endpoint returns error when Movie has only one Rating
  • Some tests have no 'test' prefix

Echancements

  • Added unique constraint for ratings table on user_id and movie_id columns
  • Added unique constraint for reviews table on user_id and movie_id columns