Releases: mintopia/musicparty
Releases · mintopia/musicparty
v3.0.2
What's Changed
- Fix dual login redirect issue
- Increase memory limit
- Update default OTLP protocol to GRPC
- Add support for history playlist (closes #50)
Full Changelog: v3.0.1...v3.0.2
Upgrading
- There is a new column
history_playlist_idonparties. Runartisan migrateto add the new column.
v3.0.1
v3.0.0
Version 3! Releasing this as a major version because it's a fundamental change to how Music Party operates. Please use the tagged v2.1.5 if you want the older behaviour.
What's Changed
- Updated base images to be based off of my own FrankenPHP images with required extensions
- Added OpenTelemetry auto-instrumentation support with protobuf and grpc transports
- Removed requirement for a Spotify playlist, it now just manipulates the Spotify queue
- Disabled polling by default
- Minor fixes to Pulse dashboard
- Added links to dashboards (Pulse, Telescope, Horizon)
- Improved documentation - please read the README.md as it contains info about Spotify's 'quirks'
Upgrading
- You will need to run
artisan migrateto update the database. If running in docker, usedocker compose run --rm artisan migrate.
Full Changelog: v2.1.4...v3.0.0
v2.1.5
What's Changed
- Removed OpenTelemetry, it's been added to the upcoming v3 properly
- Added various configuration options to handle odd deployment issues seen in k8s by tBG
- Fixed access tokens in the web player
Full Changelog: v2.1.4...v2.1.5
v2.1.4
What's Changed
- Removed OpenTelemetry for now - going to re-add it using auto-instrumentation soon.
- Tidied up imports
- Fix #38 - polling now works again
- New webplayer linked in menu for party admins. Will use the Web Playback SDK to play the party in that browser tab. When using this you can disable polling. This is experimental - final version will have improved UI/UX and will automatically disable polling while it's being used. When using this webplayer, control it using another Spotify instance.
Full Changelog: v2.1.3...v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0 - Cunning Capybara
v2.0.0 - Brilliant Bobcat
Final version of v2.0.0
- UI rework
- Full rewrite
- Laravel 11 and Reverb