Releases: andy-miles/tmdb-java-client
v3.3.1
Updated dependencies:
Also updated build dependencies.
No functional changes to the client interface.
v3.3
Updated to use okhttp-client-extensions-1.1 to remove the following transitive dependencies:
- com.google.guava:guava
- org.apache.commons:commons-lang3
v3.2.1
Updated to leverage okhttp-client-extensions-1.0.1:
- Fixed bug in the OkHttpClientBuilder to properly pass in custom okhttp interceptors
- Added support for the optional HttpJsonLoggingInterceptor to aid in debugging
No functional changes to the client interface itself.
v3.2
Refactor to leverage okhttp-client-extensions-1.0 in an effort to consolidate duplicate code accross multiple java-clients (i.e., code reuse).
This is not a backwards compatible change due to package namespace changes pertaining to the underlying connection and exceptions; however, the client interface itself remains the same.
v3.1.1
Updated underlying okhttp client dependencies to 5.1.0.
No changes to the TMDb client interface.
v3.1
Updated underlying okhttp client dependencies to 5.0.0.
No changes to the TMDb client interface.
v3.0.4
Dependency updates. No Functional changes.
v3.0.3
Dependency updates. No Functional changes.
v3.0.2
Updated for copyright. No functional changes.
v3.0.1
Dependency updates