Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
madnoberson committed Mar 10, 2024
1 parent 4664293 commit 7c0cf89
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [v1.0.0](https://github.com/Awesome-Movie-Database/amdb-backend/releases/tag/v1.0.0) (2024-03-10)

### Added

- `User` now can list `detailed reviews`
- `User` now can get `detailed movie`
- `User` now can list his `detailed ratings`
- `User` now can get `non detailed movie`
- `User` now can export his `ratings` in CSV format
- `User` now can request export his `ratings` in CSV format

### Changed

- Now `Create movie` and `Delete movie` don't require permissions
- [*Breaking change*] Now `Review` type is a string
- [*Breaking change*] Removed ability to list `Movies`
- [*Breaking change*] Removed ability to list `Ratings`
- [*Breaking change*] Removed ability to get `Movie`
- [*Breaking change*] Removed ability to get `Review`

### Fixed

- Race condition during rating `Movie` by many `Users` at the same time

### Echancements

- Added permissions table
- Now you can run server and worker using CLI


## [v0.5.0](https://github.com/Awesome-Movie-Database/amdb-backend/releases/tag/v0.5.0) (2024-01-29)

### Added
Expand Down

0 comments on commit 7c0cf89

Please sign in to comment.