Skip to content

Releases: metabrainz/brainzutils-python

v1.18.0

31 Mar 11:51
Compare
Choose a tag to compare

What’s Changed

v1.17.0

24 Mar 11:47
Compare
Choose a tag to compare

What’s Changed

v1.16.1

11 Feb 12:07
Compare
Choose a tag to compare

What’s Changed

  • Don't install psycopg2 in requirements/dependencies (#51) @alastair

v1.16.0

11 Feb 09:10
Compare
Choose a tag to compare

What’s Changed

  • Use correct number of variables in unpacking merged entities (#46) @amCap1712
  • Use open-ended versions so that downstream projects can pin exact versions (#45) @alastair
  • Test musicbrainz db methods against a real musicbrainz sample database (#44) @alastair
  • BU-4: Don't hash cache keys before inserting them (#49) @amCap1712
  • Add release-drafter workflow (#47) @alastair
  • BU-35: Release Groups with primary type EP are not fetched (#42) @amCap1712

v1.15.0

06 May 17:26
Compare
Choose a tag to compare
  • Upgrade upstream dependencies
  • Use setuptools_scm to manage version number

v1.14.1

23 Apr 15:53
Compare
Choose a tag to compare

The version number hadn't updated which meant releases weren't getting installed correctly

v1.14.0

29 Aug 01:30
b92fde7
Compare
Choose a tag to compare
  • Included artist-credit-phrase in recordings' artists serialization (#34)
  • Added entity_models and serializing of entity ratings (#33)
  • Updated fetch_multiple_*_empty tests to include 'includes' (#36)
  • Bump werkzeug from 0.15.0 to 0.15.3 (#35)

v1.13.0

31 Jul 18:53
2ed35d8
Compare
Choose a tag to compare
  • Added flags to suppress exceptions from get_entities (#32)

Add "artist_credit" and "type" to release group's test data

24 Jun 18:32
c8fc605
Compare
Choose a tag to compare

v1.12.0

12 Jun 12:02
a82fc5b
Compare
Choose a tag to compare

Move code for MusicBrainz access over from CB