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)
3.5.1
Fixed - Client - document decreased limit of `search` total (241)
3.5.0
Added - Auth - add `streaming` and `app-remote-control` as extra scopes (237)
Fixed - Client - fix type hints for context managers (239)
3.4.2
Fixed - Models - Fix model repr for optional lists (233)
3.4.1
Fixed - Client - Document the need for at least one seed in `recommendations` (229) - Client - match new behavior of track markets (231)
3.4.0
Added - Conversions - Ignore URL parameters in `from_url` (226) - Conversions - `from_uri`, `from_url` raise proper errors with entirely invalid formats, error messages were improved (227)
Fixed - Client - document new behavior of track markets (228)