Added - `playlist_tracks_clear` convenience endpoint for deleting tracks from a playlist (155) - `convert` accept shows and episodes as valid types (159)
Fixed - `playlist_tracks_add` insert tracks in correct order when chunking (156)
1.3.0
Added - Endpoint for adding to queue - Readable ``repr`` for response models - Option to specify a maximum size for ``CachingSender`` - Optionally send long lists of resources as chunks
1.2.0
Added - Optionally use maximum limits in all paging calls
Fixed - Retrieving all items and pages of a search respects API limits (145) - Always return an awaitable in paging navigation (146)
1.1.0
Added - Async support in authentication and API endpoints - Sender that implements response caching - Reading configuration with missing values produces a warning
Fixed - Correctly parse playlist when fields is specified (142)
1.0.1
Bugfixes - Accept missing video thumbnail in PlaylistTrack (132)