Open
Conversation
2551518 to
a69baa7
Compare
a69baa7 to
3c8ee64
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.4.0→==7.0.2Release Notes
pylast/pylast (pylast)
v7.0.2Compare Source
Fixed
httpx.Clientwith context manager to fix unclosed socket resource warning (#519) @hugovkcountry.get_top_artists(#518) @hugovkxml.domimports (#520) @hugovkv7.0.1Compare Source
Fixed
get_artists()andget_loved_tracks()(#511) @C0rn3jv7.0.0Compare Source
Removed
SCROBBLE_SOURCE_*andSCROBBLE_MODE_*(#502) @scyAdded
Add
chosen_by_userparameter toscrobble&scrobble_many(#501) @scyAdd support for Python 3.15 (#503) @hugovk
Changed
v6.0.0Compare Source
Breaking change
Restore proxy support (#487) @itisFarzin
Multiple proxies can be set by passing a
dict, for example:{"http://": my_http_proxy, "https://": my_https_proxy}. A single proxy can be set by passing astr. This is now always saved as adictinnetwork.proxyfor both cases, whereas before it could be eitherstrordict. This could be a breaking change if you are always expecting astr.Changed
collections.namedtuplewithtyping.NamedTupleand remove unused (#485) @hugovk_unicodefunction (#484) @hugovkFixed
v5.5.0Compare Source
Added
Changed
Fixed
v5.4.0Compare Source
Added
Changed
__version__at build to avoid slowimportlib.metadata(#460) @hugovkstart=0fromrange()(#474) @hugovkv5.3.0Compare Source
Added
Changed
Fixed
v5.2.0Compare Source
Added
Changed
v5.1.0Compare Source
Added
Changed
v5.0.0Compare Source
Changed
http.clientwith HTTPX (#379) @hugovkRemoved
is_streamableandis_fulltrack_available(#388) @hugovkFixed
album.get_getmbid()returns None (#390) @hugovkv4.5.0Compare Source
Upcoming breaking changes
http.clientto https://www.python-httpx.org for HTTP calls (#361)enable_proxy(host, port)will have a breaking change toenable_proxy(proxy)whereproxycan be a string like"http://localhost:8030"or a dict for more advanced use cases. See: https://www.python-httpx.org/advanced/#http-proxyingDeprecated
is_streamableandis_fulltrack_available(#384) @hugovkFixed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.