Skip to content

Release v2.1.10

Compare
Choose a tag to compare
@yukoff yukoff released this 09 Sep 13:50
· 42 commits to 2.1 since this release
v2.1.10
  • Fixes issue with loading tagged images of persons (#146)
  • Fixes tests for non-UTC environments (#147)
  • Fixes reading response header for Retry-After (#155)
  • Fixes secure option handling (#145)
  • Pass relative path to HTTP adapters (#149)
    This fix restores the way paths are stored in Tmdb\HttpClient\Request. The base URL is no longer part of the path and is passed to the HTTP adapter as part of the options bag.

WARNING: Custom HTTP adapters which do not follow the documented practice will probably break after update.