Releases: UweTrottmann/tmdb-java
Releases · UweTrottmann/tmdb-java
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
languages
andprimary_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
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!
v2.3.1
- Add additional Watch Provider lists.
v2.3.0
- 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.