Skip to content

Conversation

@Gawor270
Copy link
Member

@Gawor270 Gawor270 commented Jan 28, 2026

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

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)

@linear
Copy link

linear bot commented Jan 28, 2026

Copy link
Contributor

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

This PR adds SDK deprecation warning functionality to the FishjamClient. When a peer authenticates with the server, the server can now return deprecation status information, which the client will log appropriately based on the severity level.

Changes:

  • Added deprecation warning handling in FishjamClient that logs warnings/errors when the SDK version is deprecated or unsupported
  • Updated protobuf definitions to include SDK deprecation status and message in the authentication response
  • Updated protoc version from v6.33.0 to v6.33.4 across all generated protobuf files

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
packages/ts-client/src/FishjamClient.ts Added import for deprecation status enum and logic to check and log deprecation warnings during authentication
packages/protobufs/fishjam/peer_notifications.ts Added PeerMessage_SdkDeprecation interface with status enum and message field, integrated into PeerMessage_Authenticated
packages/protobufs/fishjam/server_notifications.ts Updated protoc version comment from v6.33.0 to v6.33.4
packages/protobufs/fishjam/notifications/shared.ts Updated protoc version comment from v6.33.0 to v6.33.4
packages/protobufs/fishjam/media_events/shared.ts Updated protoc version comment from v6.33.0 to v6.33.4
packages/protobufs/fishjam/media_events/server/server.ts Updated protoc version comment from v6.33.0 to v6.33.4
packages/protobufs/fishjam/media_events/peer/peer.ts Updated protoc version comment from v6.33.0 to v6.33.4
packages/protobufs/fishjam/agent_notifications.ts Updated protoc version comment from v6.33.0 to v6.33.4

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

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.

2 participants