Skip to content

Releases: sjdonado/idonthavespotify

1.8.3

08 Apr 05:43

Choose a tag to compare

What's Changed

Pandora

Initial Pandora implementation by @ryansalerno and @sjdonado in #76

Improvements

Spotify API Workaround

  • Spotify internal GraphQL API for search with anonymous TOTP-based authentication by @sjdonado in d514ade
    • Spotify restricted their Web API (March 2026) to require a Premium developer account. We now use the same internal GraphQL API as the Spotify web player, with TOTP-based anonymous token auth. No developer account needed.

Anti-Bot Detection

  • Replace axios with impit for browser TLS fingerprint impersonation by @sjdonado in cf3c737
    • HTTP requests now impersonate real Chrome TLS fingerprints via impit, reducing bot detection from scraped services (Apple Music, SoundCloud, Deezer, etc.)

Rate Limiting & Reliability

  • Add service-level rate budget, circuit breaker, and lower API rate limit by @sjdonado in 83ed163
    • Per-service hourly call caps (YouTube: 80/hr, Spotify: 200/hr, others: 300/hr)
    • Circuit breaker: 5 failures in 60s opens circuit for 30s cooldown
    • /api/search rate limit reduced from 10 to 5 req/min per IP

Bug Fixes

Full Changelog: 1.8.0...1.8.3

1.8.0

23 Dec 20:21

Choose a tag to compare

What's Changed

Full Changelog: 1.7.3...1.8.0

1.7.3

06 Dec 09:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.2...1.7.3

1.7.2

11 Nov 17:09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...1.7.2

v1.7.0

03 Aug 08:55

Choose a tag to compare

What's Changed

  • Refactor/in memory cache by @sjdonado in #54
  • 51 head requests respond with 404 status codes by @sjdonado in #55
  • Search adapter not available flag
  • Improve youtube parser, extra white spaces cleanup

Full Changelog: v1.6.3...v1.7.0

v1.6.3

31 May 23:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.2...v1.6.3

v1.6.2

07 Apr 17:29
e812099

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.2

v1.5.0

15 Dec 13:28
6fec4a0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.1

17 Nov 12:08

Choose a tag to compare

What's Changed

  • fix: support localized Spotify URLs by @fgsalomon in #30
  • fix: fontawesome icons cached from app server
  • feat: set up Brotli compression
  • core: add missing files to enable contributions (.env.example and LICENSE) and improve README
  • core: upgrade dependencies (Bun, Elysia, and HTMX)

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

28 Jul 19:18

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0