Releases: joalla/discogs_client
Releases · joalla/discogs_client
v2.7.1
v2.7
v2.6
v2.5
New
- Add
artists_sort
attribute toRelease
class by @JOJ0 in #117 - Add
join attribute
toArtist
class by @JOJ0 in #118 - Add
catno
attribute toLabel
class by @JOJ0 in #119
Improved
- Remove clutter and improve auto-generated documentation of the models module by @JOJ0, @prcutler in PR's #117, #118, #119
Notes
- Full Changelog: v2.4...v2.5
- Models module documentation: https://python3-discogs-client.readthedocs.io/en/latest/discogs_client.html#discogs_client.models.Artist
v2.4
Improved / Changed
- Prevent unnecessary requests by @AnssiAhola in #113
New
- Support fetching "Community Details" by @AnssiAhola in #105
- "Community Details" docs chapter by @JOJ0 in #116
- Python 3.10 is now being tested in our CI pipeline by @AnssiAhola in #108
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
Improved / Changed
- Collection Data docs chapter overhaul by @prcutler, @JOJ0, @AnssiAhola in #99
New
- Add method to fetch users collection items by release by @AnssiAhola in #91
- Add docs for collection_items and fetch methods by @prcutler, @JOJ0, @AnssiAhola in #99
Fixed
- Fix bytes concatenation error in Client.search() by @JOJ0, @AnssiAhola in #94
- Fix dependency handling by @JOJ0 in #100
Notes
Full Changelog: v2.3.14...v2.3.15
v2.3.14
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
Improved / Changed
- Documentation Updates by @prcutler in #69
- New chapters Fetching Release and Collection data and Writing and Updating documentation
- Docs structure improvements and fixes in other chapters
New
- Price suggestions by @AnssiAhola in #71
- Support for Discogs API endpoint https://www.discogs.com/developers#page:marketplace,header:marketplace-price-suggestions
- Add
year
property to master release by @AnssiAhola in #71 - Release workflow by @JOJ0 in #70
Fixed
Notes
- Full Changelog: v2.3.12...v2.3.13
- PyPI release v2.3.13
v2.3.12
New
- Added the
collection value
for a user, as per this discussion. Implemented from this endpoint in PR #55 by @alifhughes - Added Sphinx generated docs hosted on https://python3-discogs-client.readthedocs.org in PR #48 by @JOJ0