[PR #225] [MERGED] Protobuf chores #255

Closed
opened 2026-02-28 14:26:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/devgianlu/go-librespot/pull/225
Author: @devgianlu
Created: 10/8/2025
Status: Merged
Merged: 10/8/2025
Merged by: @devgianlu

Base: masterHead: proto


📝 Commits (2)

  • 243c9e4 chore: pin protobuf version and regen
  • 945670b chore: format and regenerate proto files

📊 Changes

54 files changed (+4934 additions, -2731 deletions)

View changed files

📝 buf.gen.yaml (+1 -1)
📝 proto/spotify/authentication.pb.go (+1 -1)
📝 proto/spotify/authentication.proto (+99 -100)
📝 proto/spotify/clienttoken/data/v0/connectivity.pb.go (+1 -1)
📝 proto/spotify/clienttoken/data/v0/connectivity.proto (+4 -4)
📝 proto/spotify/clienttoken/http/v0/clienttoken.pb.go (+1 -1)
proto/spotify/common/media/media.pb.go (+148 -0)
proto/spotify/common/media/media.proto (+13 -0)
📝 proto/spotify/connectstate/connect.pb.go (+698 -481)
📝 proto/spotify/connectstate/connect.proto (+70 -42)
📝 proto/spotify/connectstate/devices/connect_devices.pb.go (+454 -14)
📝 proto/spotify/connectstate/devices/connect_devices.proto (+40 -0)
📝 proto/spotify/connectstate/player.pb.go (+438 -826)
📝 proto/spotify/connectstate/player.proto (+35 -74)
proto/spotify/connectstate/transfer.pb.go (+858 -0)
proto/spotify/connectstate/transfer.proto (+77 -0)
📝 proto/spotify/download/storage_resolve.pb.go (+1 -1)
📝 proto/spotify/event_sender/gabito.pb.go (+1 -1)
📝 proto/spotify/extendedmetadata/entity_extension_data.pb.go (+1 -1)
📝 proto/spotify/extendedmetadata/extended_metadata.pb.go (+3 -3)

...and 34 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/devgianlu/go-librespot/pull/225 **Author:** [@devgianlu](https://github.com/devgianlu) **Created:** 10/8/2025 **Status:** ✅ Merged **Merged:** 10/8/2025 **Merged by:** [@devgianlu](https://github.com/devgianlu) **Base:** `master` ← **Head:** `proto` --- ### 📝 Commits (2) - [`243c9e4`](https://github.com/devgianlu/go-librespot/commit/243c9e41d2dbdfd71078fb22c41d47220e2ebe32) chore: pin protobuf version and regen - [`945670b`](https://github.com/devgianlu/go-librespot/commit/945670b484e221de563f9974c1a4306c74ee0322) chore: format and regenerate proto files ### 📊 Changes **54 files changed** (+4934 additions, -2731 deletions) <details> <summary>View changed files</summary> 📝 `buf.gen.yaml` (+1 -1) 📝 `proto/spotify/authentication.pb.go` (+1 -1) 📝 `proto/spotify/authentication.proto` (+99 -100) 📝 `proto/spotify/clienttoken/data/v0/connectivity.pb.go` (+1 -1) 📝 `proto/spotify/clienttoken/data/v0/connectivity.proto` (+4 -4) 📝 `proto/spotify/clienttoken/http/v0/clienttoken.pb.go` (+1 -1) ➕ `proto/spotify/common/media/media.pb.go` (+148 -0) ➕ `proto/spotify/common/media/media.proto` (+13 -0) 📝 `proto/spotify/connectstate/connect.pb.go` (+698 -481) 📝 `proto/spotify/connectstate/connect.proto` (+70 -42) 📝 `proto/spotify/connectstate/devices/connect_devices.pb.go` (+454 -14) 📝 `proto/spotify/connectstate/devices/connect_devices.proto` (+40 -0) 📝 `proto/spotify/connectstate/player.pb.go` (+438 -826) 📝 `proto/spotify/connectstate/player.proto` (+35 -74) ➕ `proto/spotify/connectstate/transfer.pb.go` (+858 -0) ➕ `proto/spotify/connectstate/transfer.proto` (+77 -0) 📝 `proto/spotify/download/storage_resolve.pb.go` (+1 -1) 📝 `proto/spotify/event_sender/gabito.pb.go` (+1 -1) 📝 `proto/spotify/extendedmetadata/entity_extension_data.pb.go` (+1 -1) 📝 `proto/spotify/extendedmetadata/extended_metadata.pb.go` (+3 -3) _...and 34 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:26:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-librespot#255
No description provided.