[PR #70] [MERGED] Ramsay/update reqwest to 0.10 #222

Closed
opened 2026-02-27 20:23:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/70
Author: @ramsayleung
Created: 1/20/2020
Status: Merged
Merged: 1/20/2020
Merged by: @ramsayleung

Base: masterHead: ramsay/update-reqwest-to-0.10


📝 Commits (6)

  • cecb2e1 bump up reqwest to the 0.10.1
  • 7cc0cf0 create .env file and update README.md
  • 44f292e update README, add information about reqwest proxy
  • 008af67 fix test and update example.
  • c7fe719 update travis.yaml
  • ab06041 fix travis again

📊 Changes

14 files changed (+72 additions, -45 deletions)

View changed files

.env (+3 -0)
📝 .gitignore (+0 -1)
📝 .travis.yml (+17 -0)
📝 Cargo.toml (+1 -1)
📝 README.md (+26 -21)
📝 examples/audio_analysis.rs (+1 -1)
📝 examples/current_user_saved_albums_contains.rs (+2 -2)
📝 examples/start_playback.rs (+1 -1)
📝 examples/user_artist_check_follow.rs (+2 -2)
📝 examples/user_playlist_change_detail.rs (+1 -1)
📝 src/spotify/client.rs (+3 -3)
📝 src/spotify/oauth2.rs (+8 -9)
📝 tests/test_with_credential.rs (+1 -1)
📝 tests/test_with_oauth.rs (+6 -2)

📄 Description

  1. update reqwest to 0.10.1, still using blocking API for simplicity(I will take time to migrate to reqwest async/await support)
  2. support system proxy by default by making use of reqwest.

🔄 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/ramsayleung/rspotify/pull/70 **Author:** [@ramsayleung](https://github.com/ramsayleung) **Created:** 1/20/2020 **Status:** ✅ Merged **Merged:** 1/20/2020 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `ramsay/update-reqwest-to-0.10` --- ### 📝 Commits (6) - [`cecb2e1`](https://github.com/ramsayleung/rspotify/commit/cecb2e16ace4d6788091854700aa6889a72c29e8) bump up reqwest to the 0.10.1 - [`7cc0cf0`](https://github.com/ramsayleung/rspotify/commit/7cc0cf007e3452703d4b3a267dcfba3c8270aeb1) create .env file and update README.md - [`44f292e`](https://github.com/ramsayleung/rspotify/commit/44f292e65ac8189d49f64d9ea48a1aa60c2ec11e) update README, add information about reqwest proxy - [`008af67`](https://github.com/ramsayleung/rspotify/commit/008af6724ec25932a25c67dc87a3bbcaf8495001) fix test and update example. - [`c7fe719`](https://github.com/ramsayleung/rspotify/commit/c7fe7195d19c76957d389377652f5d79537630c2) update travis.yaml - [`ab06041`](https://github.com/ramsayleung/rspotify/commit/ab0604124fe197238e2573e501cae9ebb74cf8d3) fix travis again ### 📊 Changes **14 files changed** (+72 additions, -45 deletions) <details> <summary>View changed files</summary> ➕ `.env` (+3 -0) 📝 `.gitignore` (+0 -1) 📝 `.travis.yml` (+17 -0) 📝 `Cargo.toml` (+1 -1) 📝 `README.md` (+26 -21) 📝 `examples/audio_analysis.rs` (+1 -1) 📝 `examples/current_user_saved_albums_contains.rs` (+2 -2) 📝 `examples/start_playback.rs` (+1 -1) 📝 `examples/user_artist_check_follow.rs` (+2 -2) 📝 `examples/user_playlist_change_detail.rs` (+1 -1) 📝 `src/spotify/client.rs` (+3 -3) 📝 `src/spotify/oauth2.rs` (+8 -9) 📝 `tests/test_with_credential.rs` (+1 -1) 📝 `tests/test_with_oauth.rs` (+6 -2) </details> ### 📄 Description 1. update `reqwest` to 0.10.1, still using `blocking` API for simplicity(I will take time to migrate to `reqwest async/await` support) 2. support system proxy by default by making use of `reqwest`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:23:50 +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/rspotify#222
No description provided.