Skip to content

v0.0.8

Choose a tag to compare

@m0nk3y2k4 m0nk3y2k4 released this 22 Aug 12:19
· 246 commits to master since this release

0.0.8 - 2020-08-22

Added

  • Added support for all routes available under the Movies API endpoint.
  • Added CHANGELOG.md file.
  • Included org.jacoco:jacoco-maven-plugin 0.8.5 in order to generate a test coverage report at the end of the build process.

Changed

  • Changed the data types of TheTVDBApi.queryLastUpdated() shortcut methods parameters from String to long.
  • The remote API version used by this connector is now publicly available via the TheTVDBApi.Version.API_VERSION constant.
  • Specific handling of HTTP-405 responses. Enhance error message with additional information.
  • All code now has to have a JUnit test line coverage of at least 80% and no missed class counts.
  • Turned off non-error and non-warning messages for JavaDoc generation during maven build.
  • HEAD requests now overwrite the new getData() method for processing the response header values.

Fixed

  • Make response handling of HEAD request more fail-safe by checking for an existing input stream first.

Removed

  • Removed some unnecessary @JsonProperty annotations from API data models.