Skip to content

Releases: jsncmgs1/spotify_ex

Release v2.3.0

19 Aug 01:00
d40f041

Choose a tag to compare

Release v2.3.0 - Updated dependencies and improvements

v2.2.1

30 Jan 19:23

Choose a tag to compare

remove docs from gitignore

v2.1.0

10 Jan 15:59

Choose a tag to compare

Added player api support.

v2.0.9

10 Apr 01:53

Choose a tag to compare

  • Setting cookies after authentication no longer sets the response status to 200. Thanks @dnlsandiego !
  • Library module added. Thanks @katbow !

v2.0.8 - Upgrade Elixir version and deps

06 Mar 01:33

Choose a tag to compare

No feature changes or bug fixes, biggest change to the code base is using mix format to format code, and upgrading deps.

Handle 429 Response

03 Apr 17:47

Choose a tag to compare

When we get a 429 code back from Spotify indicating we hit the rate limit, we return the time left until we can send another request. Thanks @steveklebanoff !

Update playlist JSON responses

10 Nov 02:58

Choose a tag to compare

  • Playlist API needed to handle multi JSON schemas

2.0.3

20 Oct 16:05

Choose a tag to compare

AuthenticationError is now raised when we fail to authenticate with Spotify, instead of silently failing.

Add support for request body in Playlist modules

13 Oct 16:00

Choose a tag to compare

There were many endpoints in Playlist that have request body support OR uri param support in the Spotify api. This adds body support to those functions without breaking existing APIs.

v2.0.1

26 Sep 11:55

Choose a tag to compare

  • Fixes an infinite look in one of the playlist endpoints.