Skip to content

Conversation

@Gawor270
Copy link
Member

Description

Describe your changes.

Motivation and Context

Why is this change required? What problem does it solve? If it fixes an open
issue, please link to the issue here.

Documentation impact

  • Documentation update required
  • Documentation updated in another PR
  • No documentation update required

@linear
Copy link

linear bot commented Jan 26, 2026

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an SDK deprecation/compatibility payload to the peer authentication response so clients can be informed when their SDK version is up-to-date, deprecated, or unsupported.

Changes:

  • Introduces PeerMessage.SdkDeprecation message and Status enum in peer_notifications.proto.
  • Extends PeerMessage.Authenticated with a new sdk_deprecation field.
  • Regenerates Elixir protobuf modules and updates generated protocol documentation.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
fishjam_protos/lib/fishjam/peer_notifications.pb.ex Adds generated Elixir modules for SdkDeprecation and wires the new field into Authenticated.
fishjam/peer_notifications.proto Defines the new SdkDeprecation message/enum and adds it to Authenticated.
doc/docs.md Updates the generated protocol docs/TOC to include SdkDeprecation and the new field.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Gawor270 Gawor270 requested a review from Karolk99 January 26, 2026 15:44
Comment on lines +26 to +28

Status status = 1;
string message = 2;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What will be sent in the message? Which version is supported?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

message displayed to sdk user

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

support for version is defined in PR to fishtank https://github.com/fishjam-cloud/fishtank/pull/49

@Gawor270 Gawor270 merged commit 1ff0f98 into master Jan 28, 2026
10 checks passed
@Gawor270 Gawor270 deleted the FCE-2653 branch January 28, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants