Skip to content

Releases: mdwitr0/kinopoiskdev

v1.5.0

05 Nov 13:36
c76470d
Compare
Choose a tag to compare

1.5.0 (2023-11-05)

Features

  • add awards request model & new query builder to find many awards (1b2c52b)
  • add filters to random method (5293569)
  • add find one collection by slug (4b02b84)
  • add image request model & new query builder to find many image (1abef98)
  • add isSeries to movie search (4b1e4f6)
  • add keyword request model & new query builder to find many keyword (c511e67)
  • add lists to movie (9ddba3e)
  • add movie request model & new query builder to find many movie (b7fad95)
  • add movies collection list (24e914d)
  • add networks to movie (240792d)
  • add other fields to movie search (e211142)
  • add person request model & new query builder to find many persons (06174f0)
  • add rating and year to linked movies (5866123)
  • add review request model & new query builder to find many review (8fc8fde)
  • add season request model & new query builder to find many season (08538da)
  • add studio request model & new query builder to find many studio (333db73)
  • add v1.4 movies search (bf8cf25)
  • add v1.4 persons search (a3505e2)
  • add v1.4 to search sync (96db508)
  • add validation id to find one methods (108939e)
  • app.module.ts: add ScheduleModule to syncImports array in createSyncSpecificModule method (c4ca8f2)
  • paginated.decorator.ts: add support for including specific fields in the response (4a24cb3)
  • season.controller.ts: add cache interceptor to findManyByQuery endpoint (4568ded)
  • season.controller.ts: add versioning support for findManyByQuery endpoint (4568ded)
  • season.schema.ts: add airDate field to the Episode class (4568ded)
  • season.schema.ts: add airDate field to the Season class (4568ded)
  • season.schema.ts: add duration field to the Season class (4568ded)
  • season.schema.ts: add enDescription field to the Episode class (4568ded)
  • season.schema.ts: add enDescription field to the Season class (4568ded)
  • season.schema.ts: add enName field to the Season class (4568ded)
  • season.schema.ts: add name field to the Season class (4568ded)
  • season.schema.ts: add number field to the Season class (4568ded)
  • season.schema.ts: add poster field to the Season class (4568ded)
  • season.schema.ts: add still field to the Episode class (4568ded)
  • season: add support for versioned season DTOs (372fc78)
  • status-app-message.util.ts: add isSync parameter to statusAppMessage function (bbdfe33)

Bug Fixes

  • boolean params isn't transform to filter (9d761b8)
  • date params isn't transform to filter (f9f019e)
  • don't updated movie and persons in meilisearch (79a7d82)
  • error movie sync (kp not found) (dcbec1c)
  • meilisearch does not support nested searchable fields (bd6c849)
  • movie.schema.ts: change type of imdb property from string to number (5f4a814)
  • not correct request model on random method (b260b34)
  • query.pipe.ts: handle include fields in query parameters correctly (4a24cb3)
  • select fields conflict (82be407)

v1.4.2

25 Aug 07:55
dafb3c0
Compare
Choose a tag to compare

1.4.2 (2023-08-25)

Bug Fixes

  • auth.middleware.ts: update log message when token is not provided or invalid (6a0195a)

v1.4.1

10 Jul 16:10
29eebe2
Compare
Choose a tag to compare

1.4.1 (2023-07-10)

Bug Fixes

  • movie.service.ts: handle error when adding movie to the database (ca4c969)

v1.4.0

10 Jul 15:56
81e77b5
Compare
Choose a tag to compare

1.4.0 (2023-07-10)

Features

  • movie.module.ts: add ConfigModule import (fd544bc)
  • movie.service.ts: add addMovie method to MovieService (fd544bc)
  • movie.service.ts: add ConfigService import (fd544bc)
  • movie.service.ts: add logger to MovieService (fd544bc)

v1.3.6

01 Jul 11:08
29bd798
Compare
Choose a tag to compare

1.3.6 (2023-07-01)

Bug Fixes

v1.3.5

01 Jul 09:51
91162ee
Compare
Choose a tag to compare

1.3.5 (2023-07-01)

Bug Fixes

  • user.service.ts: change method name from resetRequestsUsed to resetRequestsUsedAndCache (f1e7e01)
  • user.service.ts: update method name from synchronizeUserRequestLimits to synchronizeUserRequestLimitsAndCache (f1e7e01)
  • user.service.ts: update resetRequestsUsedAndCache method to also flush Redis cache (f1e7e01)
  • user.service.ts: update synchronizeUserRequestLimitsAndCache method to use bulkWrite instead of updateMany for better performance (f1e7e01)

v1.3.4

18 Jun 16:02
dcdb705
Compare
Choose a tag to compare

1.3.4 (2023-06-18)

Bug Fixes

  • query.pipe.ts: sorting by multiple fields don't support (3312311)

v1.3.3

09 Jun 14:45
63dd5bb
Compare
Choose a tag to compare

1.3.3 (2023-06-09)

Bug Fixes

  • movie: not found by sequelsAndPrequels.id and similarMovies.id (b39e7c1)

v1.3.2

07 Jun 21:54
e6bd754
Compare
Choose a tag to compare

1.3.2 (2023-06-07)

Bug Fixes

  • user: add async to reset requests (040a506)
  • user: user tokens are not reset (2389969)

v1.3.1

26 Apr 07:09
544f745
Compare
Choose a tag to compare

1.3.1 (2023-04-26)

Bug Fixes