Skip to content

Releases: metabrainz/brainzutils-python

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 11 May 15:17

What’s Changed

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 03 May 16:05

What’s Changed

Major release 2.0! Removing python 2.7 support and cleaning up some APIs, especially around direct MusicBrainz database access.

v1.18.1

Choose a tag to compare

@alastair alastair released this 31 Mar 17:28

What’s Changed

v1.18.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 11:51

What’s Changed

v1.17.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 11:47

What’s Changed

v1.16.1

Choose a tag to compare

@github-actions github-actions released this 11 Feb 12:07

What’s Changed

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

v1.16.0

Choose a tag to compare

@github-actions github-actions released this 11 Feb 09:10

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

Choose a tag to compare

@alastair alastair released this 06 May 17:26
  • Upgrade upstream dependencies
  • Use setuptools_scm to manage version number

v1.14.1

Choose a tag to compare

@paramsingh paramsingh released this 23 Apr 15:53

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

v1.14.0

Choose a tag to compare

@paramsingh paramsingh released this 29 Aug 01:30
b92fde7
  • 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)