See releases for downloads and details
- update readme to clarify which TMdB API key to use
- add pagination support for Trending API
- migrate gradle build configuration from Groovy to Kotlin
- update gradle wrapper to version 8.9
- change dependencies to use BOMs
- add serialVersionUID to Serializable implementation
- update many dependencies
- add crypto module in module-info - needed for images created with jlink because it is not included by default and will fail the SSL handshake without it
- replaces okhttp3 with the java standard library http client
- fix a spelling mistake
- expand static imports for lombok generated methods (tests) - they don't work with javac
- fix revenue property - int -> long
- fix "belongs_to_collection" property mapping incorrectly
- fix trending api path params
- fix module info for okhttp3 - import kotlin.stdlib
- fix for lombok in module info - requires static
- update readme
This update is a major update to the library, with many breaking changes.
- added checkstyle configuration for code style consistency
- removed deprecated apis
- updated existing apis
- added new tmdb apis
- added lombok
- replaced "WebBrowser" for okhttp3
- added unit tests for all tmdb api classes
- added github action for checking dependencies
- made each tmdb api method throw a TmdbException if an error occurs
- removed unused models & tools
- added javadocs for all tmdb api methods
- refactored many packages
- added logging
- plus many more small changes
- bug fix with module-info
- update gradle & dependencies
- bug fix #138
- modernized build
- updated to tmdb api changes
- various bug fixes
- bug fixes and api adjustments
- moved to maven-central
- various bug fixes
- Added support for recommended movies
- Added support for
ProductionCompany
- Improved language support for
TmdbPeople
- Fixe: TV Keywords
- Added Vote Count and popularity to credits
- Added keywords to TV shows
- Added Content Ratings to TV Series
- Various bug-fixes
Thanks to all committers to this repo.
- Added set functions to all model classes.
- Added support for release types on appendToResponse
- Misc bug-fixes
- Added
gender
to PersonPeople, - Added
getImages
method to TmdbTV - Added support for different release types (fixes #83)
- Fixed job department json mapping
- Increased bytecode compatibility to 1.7
Thanks to @kliqkliq, @serv-inc and @JoeyPriceless for contributing these changes.
- Added
region
for upcoming and now_playing movies (fixes #64) - Fixed #70
getSimilarMovies
returnsnull
- Replaced deprecated
credit
withcombined_credit
. #71 - Documentation improvements & bug fixes
- Added "Recommendations" to TV series.
- fixed original language field
- Fixed: Now playing
- Implemented automatic rate-limit handling
- Implemented rating support for TV Shows
- Implemented multi-search (contributed by ArcherZP)
- More complete unit-test coverage
- improved tv series support
- added timezones
- added gravatar support
- Initial release