Skip to content

Releases: bartve/disconnect

0.7.2

09 Feb 12:21

Choose a tag to compare

  • Fixed default maximum number of requests per minute

0.7.1

26 Jan 06:41

Choose a tag to compare

  • Added database().labelReleases() function (@maggiolo00)

0.7.0

25 Jan 10:28

Choose a tag to compare

  • The util.queue object literal has been replaced by a minimal util.Queue class
  • DiscogsClient now has two new config params requestLimit and requestLimitInterval

0.6.8

06 Nov 14:34

Choose a tag to compare

  • Dependency updates
  • Fixed a minor bug in DiscogsClient.authenticated()

0.6.7

15 Sep 09:20

Choose a tag to compare

  • Fixed regression bug from version 0.6.6 involving double URL query string encoding in database().search()

0.6.6

31 Aug 07:28

Choose a tag to compare

  • An empty search query in database().search() will no longer add the q= param to the search URL

0.6.5

27 Aug 06:55

Choose a tag to compare

  • Fixed a bug in util.merge()

0.6.4

09 Jul 06:45

Choose a tag to compare

  • Prevent JSON.parse() crash when the Discogs API returns HTML instead of json (maintainance mode)
  • Added Discogs API version to DiscogsClient config (only the default v2 is supported at the moment)

0.6.3

28 May 11:55

Choose a tag to compare

  • Updated oauth-1.0a dependency

0.6.2

25 Feb 08:50

Choose a tag to compare

  • database().image() now requires the full image url as the first parameter due to the new Discogs image cluster
  • Local request throttling by disconnect has been disabled for database().image()