Releases: metabrainz/mbdata
Releases · metabrainz/mbdata
v30.0.1
What's Changed
- Add GitHub Actions workflow for PyPI publishing by @amCap1712 in #73
Full Changelog: v30.0.0...v30.0.1
30.0.0
What's Changed
- Move the repository maintenance under the MetaBrainz Foundation (@metabrainz) by @yvanzo and @amCap1712 in #72
- Allow selecting MBS tag or branch from which to update SQL by @reosarevok in #71
- Update to MB DB Schema 30 - 2025 Q2 by @reosarevok in #71
Full Changelog: v29.0.0...v30.0.0
29.0.0
What's Changed
- Fix typo by @reosarevok in #65
- Bump sqlparse from 0.4.2 to 0.4.4 by @dependabot in #63
- Update to MB DB Schema 29 - 2024 Q2 by @amCap1712 in #70
Full Changelog: v27.1.0...v29.0.0
27.1.0
26.0.1
26.0.0
25.0.1
- Added
mbdata.__version__
. - Fixed
mbslave psql
with custom PostgreSQL port number. - By default, the
mbslave
script will read its config file from either$PWD/mbslave.conf
or/etc/mbslave.conf
. Previously, it was only$PWD/mbslave.conf
. - Documentation clarifications.
25.0.0
Changelog:
- Changed versioning with the Musicbrainz database schema as the major version
- Support for MusicBrainz database schema 25
- Added MusicBrainz replication (mbslave was merged into this project)
- Docker image with mbslave
- Python 3 support
Database upgrade:
mbslave psql -f updates/schema-change/25.slave.sql
echo 'UPDATE replication_control SET current_schema_sequence = 25;' | mbslave psql