Skip to content

Releases: mintopia/musicparty

v3.0.2

20 Jul 10:16
184595f

Choose a tag to compare

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_id on parties. Run artisan migrate to add the new column.

v3.0.1

05 Jul 17:27
39ef49b

Choose a tag to compare

What's Changed

See the main changelog for v3.0.0 for all changes between this and v2.1.5

Full Changelog: v3.0.0...v3.0.1

v3.0.0

05 Jul 16:48
acfe33b

Choose a tag to compare

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 migrate to update the database. If running in docker, use docker compose run --rm artisan migrate.

Full Changelog: v2.1.4...v3.0.0

v2.1.5

05 Jul 16:18
0cc0418

Choose a tag to compare

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

26 Jun 00:38
983dff8

Choose a tag to compare

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

12 May 19:49
2c7ba1d

Choose a tag to compare

What's Changed

  • Update OpenTelemetry middleware to explicitly log only web and API ro… by @mintopia in #37

Full Changelog: v2.1.2...v2.1.3

v2.1.2

11 May 13:31
ca56417

Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

11 May 13:18
09c5bd7

Choose a tag to compare

What's Changed

  • Disable OpenTelemetry on Prometheus Metrics endpoint by @mintopia in #35

Full Changelog: v2.1.0...v2.1.1

v2.1.0 - Cunning Capybara

09 May 22:34
7d2caca

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0 - Brilliant Bobcat

07 Jul 22:30
8ee5ea3

Choose a tag to compare

Final version of v2.0.0

  • UI rework
  • Full rewrite
  • Laravel 11 and Reverb