Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

57 lines (47 loc) · 2.01 KB

Change Log

Supported API calls

  • Configuration service
  • Find service
  • Movie service (incomplete)
  • Person service (incomplete)
  • Search service (incomplete)
  • Tv service (incomplete)

0.6.0 (2014-06-30)

  • Support /find/{id}.
  • Support /tv/{id}/credits.
  • Add language support to Person service credit endpoints.
  • Add special API key for testing, no need to fill in your own any longer. Just run the tests.
  • Update to retrofit 1.6.0.

0.5.0 (2014-03-17)

  • Support /person/{id}, /person/{id}/movie_credits, /person/{id}/tv_credits and /person/{id}/combined_credits. Thanks @chrisbanes!

0.4.1 (2014-03-15)

  • First Maven Central release! See the README for details.
  • Limited fest dependency to test scope.

0.4.0 (2014-03-09)

  • Use secure TMDb endpoint (https://api.themoviedb.org/3). If you use tmdb-java on Android with okhttp, you should update okhttp to at least 1.5.0 to avoid SSL context issues.

0.3.0 (2014-02-13)

  • Allow append_to_response of supported movie endpoints to MoviesService.summary(). Thanks @chrisbanes!
  • Add MoviesService.releases(). Thanks @chrisbanes!
  • Add secure_base_url and change_keys to Configuration.
  • Use retrofit 1.4.1.

0.2.0 (2013-11-17)

0.1