Skip to content

Releases: jsncmgs1/spotify_ex

v2.2.1

30 Jan 19:23
Compare
Choose a tag to compare
remove docs from gitignore

v2.1.0

10 Jan 15:59
Compare
Choose a tag to compare

Added player api support.

v2.0.9

10 Apr 01:53
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Playlist API needed to handle multi JSON schemas

2.0.3

20 Oct 16:05
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fixes an infinite look in one of the playlist endpoints.

2.0.0

25 Sep 16:56
Compare
Choose a tag to compare

API changes: HTTP errors return a 2 element tuple instead of 3, cookie functions moved into Credentials (see CHANGELOG).