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 inTmdb\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.