Releases: felix-hilden/tekore
Releases · felix-hilden/tekore
3.7.1 - HTML descriptions
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 - add missing endpoints
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 - Missing episode attribute
Fixed
Models
- add missing but undocumented html_description
field to FullEpisode
and SimpleEpisode
(#246)
3.6.1 - Missing scope
Fixed
- Authorisation - allow missing scope in token responses and parse it to an empty
Scope
(#245)
3.6.0 - Async safe contexts
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 - Search limit doc fix
Fixed
- Client - document decreased limit of
search
total (#241)
3.5.0 - Extra scopes
Added
- Auth - add
streaming
and app-remote-control
as extra scopes (#237)
Fixed
- Client - fix type hints for context managers (#239)
3.4.2 - Minor bugfix
Fixed
- Models - Fix model repr for optional lists (#233)
3.4.1 - Bugfixes
Fixed
- Client - Document the need for at least one seed in
recommendations
(#229)
- Client - match new behavior of track markets (#231)
3.4.0 - Small improvements
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)