Skip to content

Releases: felix-hilden/tekore

3.7.1 - HTML descriptions

04 May 20:58
Compare
Choose a tag to compare

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

08 Apr 09:18
Compare
Choose a tag to compare

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

23 Mar 12:45
Compare
Choose a tag to compare

Fixed

  • Models - add missing but undocumented html_description field to FullEpisode and SimpleEpisode (#246)

3.6.1 - Missing scope

07 Mar 17:52
Compare
Choose a tag to compare

Fixed

  • Authorisation - allow missing scope in token responses and parse it to an empty Scope (#245)

3.6.0 - Async safe contexts

02 Mar 15:39
Compare
Choose a tag to compare

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

12 Feb 08:28
Compare
Choose a tag to compare

Fixed

  • Client - document decreased limit of search total (#241)

3.5.0 - Extra scopes

15 Jan 09:24
Compare
Choose a tag to compare

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

14 Dec 19:53
Compare
Choose a tag to compare

Fixed

  • Models - Fix model repr for optional lists (#233)

3.4.1 - Bugfixes

04 Dec 08:10
Compare
Choose a tag to compare

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

24 Nov 22:04
Compare
Choose a tag to compare

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)