Skip to content

Releases: joalla/discogs_client

v2.7

20 Jul 04:20
Compare
Choose a tag to compare

New

  • Add section to the documentation with example of getting a user's inventory by @lemonase in #123
  • Parse artist role field by @egh in #134

Notes

Full Changelog: v2.6...v2.7

v2.6

13 Dec 14:20
Compare
Choose a tag to compare

New

Improved

  • Move timeouts and rate-limiting to separate docs chapter by @JOJ0 in #122

Notes

Full Changelog: v2.5...v2.6

v2.5

04 Oct 05:19
Compare
Choose a tag to compare

New

  • Add artists_sort attribute to Release class by @JOJ0 in #117
  • Add join attribute to Artist class by @JOJ0 in #118
  • Add catno attribute to Label class by @JOJ0 in #119

Improved

Notes

v2.4

10 Sep 06:43
Compare
Choose a tag to compare

Improved / Changed

New

Notes

With this release we change our release numbering scheme. With the release number positions named major.minor.patch, future feature releases will increment minor, future bugfix-only releases will increment patch.

Full Changelog: v2.3.15...v2.4

v2.3.15

15 Jun 06:22
Compare
Choose a tag to compare

Improved / Changed

New

Fixed

Notes

Full Changelog: v2.3.14...v2.3.15

v2.3.14

20 Mar 11:40
Compare
Choose a tag to compare

New

  • Additions to collection management features by @AnssiAhola in #88
    • CollectionFolder.remove_release method
    • CollectionItemInstance.instance_id attribute
  • Update docs: Add collection remove/add release chapters by @prcutler,@AnssiAhola, @JOJ0 in #89, #88

Notes

Full Changelog: v2.3.13...v2.3.14

v2.3.13

03 Feb 07:14
Compare
Choose a tag to compare

Improved / Changed

New

Fixed

  • Fix python package version handling by @JOJ0 in #65

Notes

v2.3.12

21 May 20:53
51727cd
Compare
Choose a tag to compare

New

Notes

v2.3.11

23 Mar 21:41
c31cf00
Compare
Choose a tag to compare

New

Notes

v2.3.10

14 Feb 17:22
e1e734a
Compare
Choose a tag to compare

New

  • Exponential backoff when the rate limit of the API is hit was implemented. This was discussion topic 21. PR 34 by @alifhughes
    • This will be further improved in subsequent PRs
  • Enums were added to help when querying with 'magic strings'. These enums represent things like Sorting order, Sleeve condition, Vinyl condition amongst others. PR 35 by @AnssiAhola
  • date_added was included in the CollectionItemInstance model, so now you can see when a particular entry was added to a collection. PR 33 by @alifhughes

Fixed

Notes