Skip to content

4.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 10:47
· 138 commits to main since this release
bafc3fe

Upcoming breaking changes

  • pylast 5.0.0 will switch from http.client to https://www.python-httpx.org for HTTP calls (#361)
    • enable_proxy(host, port) will have a breaking change to enable_proxy(proxy) where proxy can be a string like "http://localhost:8030" or a dict for more advanced use cases. See: https://www.python-httpx.org/advanced/#http-proxying
    • Some underlying network exceptions will change
  • pylast 5.0.0 will drop support for EOL Python 3.6

Deprecated

  • Deprecate is_streamable and is_fulltrack_available (#384) @hugovk

Fixed

  • Strip invalid XML characters from response (#382) @hugovk