Skip to content

Releases: UweTrottmann/tmdb-java

v2.13.0

22 Oct 13:07
6168c03

Choose a tag to compare

  • Add TvSeasonsService.translations by @laurentblue in #108
  • Add TvSeasonsService.watchProviders to get watch providers for a specific season
  • Add Tmdb.watchProvidersService to get all available watch providers for movies and TV shows in a region
  • Deprecate tagged images of people. TMDB has marked this as deprecated, using it may return a server error.
  • Note: TMDB has added additional primary translation languages: Bangla (India, bn-IN), Nepali (Nepal, ne-NP) and Occitan (France, oc-FR).

v2.12.0

08 Aug 12:20
fa9c569

Choose a tag to compare

  • Note: TMDB has added additional primary translation languages: ku-TR, so-SO and uz-UZ.
  • Add rent to WatchProviders.CountryInfo that contains rental providers for a movie.
  • DiscoverTvBuilder: add vote_average_lte and vote_count_lte. #103
  • Add spoken_languages to TvShow, add english_name to SpokenLanguage. #91
  • Deprecate externalIds methods that accept a language parameter, it was never supported. Use the replacements
    without it.

v2.11.0

07 Jun 14:13
404b07a

Choose a tag to compare

What's Changed

  • Add Episode type attribute by @ZelKami in #96
  • TvService: support aggregate credits by @UweTrottmann in #98
  • Update retrofit [2.9.0 -> 2.11.0]
  • Update okhttp [4.10.0 -> 4.12.0]
  • Update gson [2.10.1 -> 2.11.0]

Full Changelog: v2.10.0...v2.11.0

v2.10.0

14 Jun 12:38
79d1424

Choose a tag to compare

v2.9.0

25 May 12:02
f15f53f

Choose a tag to compare

  • Add trending endpoint. Thanks @gabrielsme! #94
  • Update gson [2.9.1 -> 2.10.1].

v2.8.1

01 Sep 11:10
92cb2cd

Choose a tag to compare

  • Configuration: add languages and primary_translations.
  • Add runtime on the episode level.
  • Bundle R8 rules into library.
  • Add explicit Gson dependency [2.9.1]: transient dependency on 2.8.5 has a security vulnerability
    and this library uses the Gson API explicitly.
  • Add explicit OkHttp dependency [4.10.0] as this library uses the API directly and to receive latest bug and security fixes.

v2.7.0

11 Mar 10:18

Choose a tag to compare

  • Add tagline to TvShow. #90

v2.6.0

18 Nov 10:39

Choose a tag to compare

  • Add more discover filters (watch provider, region and monetization type).

v2.5.0

30 Sep 08:48

Choose a tag to compare

  • Added AppendToResponseItem.TRANSLATIONS for episodes #87 Thanks to @mlaggner!

v2.4.0

20 May 12:17

Choose a tag to compare

  • Enhanced the method SearchService.tv() by the parameter includeAdult #84 Thanks to @mlaggner!
  • Added an alternative DiscoverFilter constructor to allow 'OR' as an operator choice #85 Thanks to @Ethan-Icet!