Fixed - Models - add missing but undocumented `html_description` field to `FullShow` and `SimpleShow` (251) - Models - require the newly documented `html_description` field in `FullEpisode` and `SimpleEpisode` (251)
3.7.0
Added - Client - add the new market API (249) - Client - add episode endpoints to library API, and the corresponding `SavedEpisode` and `SavedEpisodePaging` models (249)
3.6.2
Fixed - `Models` - add missing but undocumented `html_description` field to `FullEpisode` and `SimpleEpisode` (246)
3.6.1
Fixed - Authorisation - allow missing scope in token responses and parse it to an empty `Scope` (245)
3.6.0
Added - Client - make context managers async safe on Python 3.7+, adds a dependency to the `contextvars` backport for Python 3.6 (242) - Dependency to HTTPX upgraded to include version `0.17.*` (243)