Releases: UweTrottmann/tmdb-java
Releases · UweTrottmann/tmdb-java
v2.13.0
- Add
TvSeasonsService.translationsby @laurentblue in #108 - Add
TvSeasonsService.watchProvidersto get watch providers for a specific season - Add
Tmdb.watchProvidersServiceto 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
- Note: TMDB has added additional primary translation languages:
ku-TR,so-SOanduz-UZ. - Add
renttoWatchProviders.CountryInfothat contains rental providers for a movie. DiscoverTvBuilder: addvote_average_lteandvote_count_lte. #103- Add
spoken_languagestoTvShow, addenglish_nametoSpokenLanguage. #91 - Deprecate
externalIdsmethods that accept alanguageparameter, it was never supported. Use the replacements
without it.
v2.11.0
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
v2.9.0
- Add trending endpoint. Thanks @gabrielsme! #94
- Update gson [2.9.1 -> 2.10.1].
v2.8.1
- Configuration: add
languagesandprimary_translations. - Add
runtimeon 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
v2.6.0
- Add more discover filters (watch provider, region and monetization type).
v2.5.0
v2.4.0
- 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!