[PR #671] [MERGED] V3 #989

Closed
opened 2026-02-28 00:03:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/671
Author: @Peter-Schorn
Created: 4/14/2021
Status: Merged
Merged: 4/14/2021
Merged by: @stephanebruckert

Base: v3Head: v3


📝 Commits (10+)

  • dc89a00 Added cache handler to SpotifyClientCredentials and fixed a bug in refresh tokens methods that raised the wrong exception (#655)
  • 8db120f Update simple3.py (#663)
  • f420247 Update artist_discography.py (#664)
  • 25f9df2 Added new endpoints (#666)
  • 36bdeb0 Bump to 2.18.0
  • 0b6ede6 Added MemoryCacheHandler, a cache handler that simply stores the token info in memory as an instance attribute of this class.
  • bc7343c Fixed a bug in CacheFileHandler.__init__: The documentation says that the username will be retrieved from the environment, but it wasn't.
  • aa9652f Merge branch 'v3' into master
  • b6c3961 Merge pull request #1 from Peter-Schorn/master
  • bd80181 Renamed the auth parameter of Spotify.__init__ to access_token for better clarity.

📊 Changes

36 files changed (+316 additions, -1171 deletions)

View changed files

📝 CHANGELOG.md (+90 -25)
📝 examples/artist_albums.py (+1 -1)
📝 examples/artist_discography.py (+2 -2)
📝 examples/artist_recommendations.py (+2 -2)
📝 examples/audio_analysis_for_track.py (+2 -2)
📝 examples/audio_features.py (+2 -2)
📝 examples/audio_features_for_track.py (+2 -2)
📝 examples/client_credentials_flow.py (+2 -2)
examples/multiple_accounts.py (+0 -10)
📝 examples/player.py (+1 -1)
📝 examples/playlist_all_non_local_tracks.py (+1 -1)
📝 examples/playlist_tracks.py (+2 -2)
📝 examples/read_a_playlist.py (+2 -2)
📝 examples/search.py (+1 -1)
📝 examples/show_album.py (+1 -1)
📝 examples/show_artist.py (+1 -1)
📝 examples/show_artist_top_tracks.py (+1 -1)
📝 examples/show_related.py (+2 -2)
📝 examples/show_track_info.py (+1 -1)
📝 examples/show_tracks.py (+2 -2)

...and 16 more files

📄 Description

I merged the changes from my master branch into v3. Now we need to merge Peter-Schorn:v3 into plamere:v3


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/spotipy-dev/spotipy/pull/671 **Author:** [@Peter-Schorn](https://github.com/Peter-Schorn) **Created:** 4/14/2021 **Status:** ✅ Merged **Merged:** 4/14/2021 **Merged by:** [@stephanebruckert](https://github.com/stephanebruckert) **Base:** `v3` ← **Head:** `v3` --- ### 📝 Commits (10+) - [`dc89a00`](https://github.com/spotipy-dev/spotipy/commit/dc89a00113e98b26b4932b582cb4f7b4449fcd4d) Added cache handler to `SpotifyClientCredentials` and fixed a bug in refresh tokens methods that raised the wrong exception (#655) - [`8db120f`](https://github.com/spotipy-dev/spotipy/commit/8db120f98567082ac37ae8ef8b666948e821a0d9) Update simple3.py (#663) - [`f420247`](https://github.com/spotipy-dev/spotipy/commit/f42024737e5f7334ad7506ff5e989b47da81e457) Update artist_discography.py (#664) - [`25f9df2`](https://github.com/spotipy-dev/spotipy/commit/25f9df2dd5a223903299aa1c0519186dc6d3b18e) Added new endpoints (#666) - [`36bdeb0`](https://github.com/spotipy-dev/spotipy/commit/36bdeb0a65e2c1a3b274929151d9804c6cbb069c) Bump to 2.18.0 - [`0b6ede6`](https://github.com/spotipy-dev/spotipy/commit/0b6ede68766f095b97e5d5370cf6bd6b264dc720) Added `MemoryCacheHandler`, a cache handler that simply stores the token info in memory as an instance attribute of this class. - [`bc7343c`](https://github.com/spotipy-dev/spotipy/commit/bc7343c2061ee01e039b80b07ae39609726f962c) Fixed a bug in `CacheFileHandler.__init__`: The documentation says that the username will be retrieved from the environment, but it wasn't. - [`aa9652f`](https://github.com/spotipy-dev/spotipy/commit/aa9652f1fde1c0cd7849e74daa54bc93c5c17575) Merge branch 'v3' into master - [`b6c3961`](https://github.com/spotipy-dev/spotipy/commit/b6c3961d5f4438a67d74bf6d340736f92af643f4) Merge pull request #1 from Peter-Schorn/master - [`bd80181`](https://github.com/spotipy-dev/spotipy/commit/bd80181816ed7a2cd85730d95b6664a974e228db) Renamed the `auth` parameter of `Spotify.__init__` to `access_token` for better clarity. ### 📊 Changes **36 files changed** (+316 additions, -1171 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+90 -25) 📝 `examples/artist_albums.py` (+1 -1) 📝 `examples/artist_discography.py` (+2 -2) 📝 `examples/artist_recommendations.py` (+2 -2) 📝 `examples/audio_analysis_for_track.py` (+2 -2) 📝 `examples/audio_features.py` (+2 -2) 📝 `examples/audio_features_for_track.py` (+2 -2) 📝 `examples/client_credentials_flow.py` (+2 -2) ➖ `examples/multiple_accounts.py` (+0 -10) 📝 `examples/player.py` (+1 -1) 📝 `examples/playlist_all_non_local_tracks.py` (+1 -1) 📝 `examples/playlist_tracks.py` (+2 -2) 📝 `examples/read_a_playlist.py` (+2 -2) 📝 `examples/search.py` (+1 -1) 📝 `examples/show_album.py` (+1 -1) 📝 `examples/show_artist.py` (+1 -1) 📝 `examples/show_artist_top_tracks.py` (+1 -1) 📝 `examples/show_related.py` (+2 -2) 📝 `examples/show_track_info.py` (+1 -1) 📝 `examples/show_tracks.py` (+2 -2) _...and 16 more files_ </details> ### 📄 Description I merged the changes from my master branch into v3. Now we need to merge Peter-Schorn:v3 into plamere:v3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:03:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#989
No description provided.