Skip to content

Releases: UweTrottmann/tmdb-java

v2.11.0

07 Jun 14:13
404b07a
Compare
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
Compare
Choose a tag to compare

v2.9.0

25 May 12:02
f15f53f
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Add tagline to TvShow. #90

v2.6.0

18 Nov 10:39
Compare
Choose a tag to compare
  • Add more discover filters (watch provider, region and monetization type).

v2.5.0

30 Sep 08:48
Compare
Choose a tag to compare
  • Added AppendToResponseItem.TRANSLATIONS for episodes #87 Thanks to @mlaggner!

v2.4.0

20 May 12:17
Compare
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!

v2.3.1

11 Mar 15:34
Compare
Choose a tag to compare
  • Add additional Watch Provider lists.

v2.3.0

11 Mar 11:11
Compare
Choose a tag to compare
  • Add Watch Providers methods for movies and TV.
  • Update retrofit dependency to 2.9.0, requires Java 8 or Android 5.0. If you need to support older devices, you might have to exclude this transitive dependency.